-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix GitHub action failure bug #107
Conversation
UPDATE: It seems that (1) With
(2) Without
I will perform a few more tests before proceeding with removing the |
UPDATE: fastmath does not seem to be the issue after further investigation. See update in comments below. I did a quick and dirty profiling for the kernels in With
Without
|
@fankiat a minor comment here, once you figure out the settings that work, I would recommend one of the two options:
|
@bhosale2 I'll probably squash before merging later when it's done. What do you think? |
@fankiat that works as well. |
@bhosale2 some updates here. As I work on this, I am starting to think this is potentially a combined issue from both For mitigating possible issues from
|
Some additional notes on this: There are two errors that typically cause the CI to fail.
Please let me know if you want to discuss this further to clarify things. Thanks @bhosale2 ! |
[WIP] Fixes #101
I suspect it might be coming from numba. This PR is opened prior to completely fixing the issue so that the github actions get executed with each attempt to debug the underlying issue.