You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the architecture detection is overriden to use the sse2 build instead of avx2, the crash disappears. gdb doesn't show any avx instructions near the crash, other than vzeroupper, but it shouldn't actually be a problem.
I currently have no earthly idea why this is happening... going to disable the avx2 option as a precaution, for now.
The text was updated successfully, but these errors were encountered:
- This is a precaution because presumably other people have environments like colab's. Ideally I would understand why the crash is happening, but currently I don't.
- Make various tweaks and improvements to CI
Related issue: #432
In colab this takes down the runtime:
If the architecture detection is overriden to use the
sse2
build instead ofavx2
, the crash disappears. gdb doesn't show any avx instructions near the crash, other thanvzeroupper
, but it shouldn't actually be a problem.I currently have no earthly idea why this is happening... going to disable the avx2 option as a precaution, for now.
The text was updated successfully, but these errors were encountered: