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
Hi,
I've got a C++ module wrapped with swig. I build a version for avx512. I wanted to check that the cpu supports avx512 before loading the solib, since it will crash otherwise.
I put an import of py-cpu in the module init.py. Python crashes as soon as the module is loaded.
If I just load py-cpu interactively, things are fine.