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
ci: fix pybind11 v3 --cmakedir; make AVX-512 check non-fatal
- CMakeLists.txt: pybind11 v3.x dropped --cmake, now uses --cmakedir;
try --cmakedir first, fall back to --cmake for v2.x compatibility
- ci.yml: remove exit 1 from AVX-512 check — SVML bridge falls back to
scalar npy_* path on non-AVX-512 runners; both paths are bit-exact
since they resolve the same numpy functions via dlsym
0 commit comments