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
-**Security:** Stack protection, FORTIFY_SOURCE, NX/DEP enforced in CMake
69
69
70
+
71
+
## Common pitfalls
72
+
-**NumPy source:** Requires Intel-optimized NumPy from Intel channel (`software.repos.intel.com/python/conda`). PyPI NumPy may cause runtime failures or incorrect results.
73
+
-**Precision flags:**`fp:precise`, `fimf-precision=high` enforce IEEE 754 compliance. Removing them breaks numerical correctness in scientific computing.
74
+
-**Patching order:** If using multiple Intel patches (e.g., `mkl_random` + `mkl_umath`), apply `mkl_umath` last. Verify with `is_patched()` after each.
75
+
-**Compiler:** Intel `icx` is the supported compiler. `build-with-clang.yml` validates compatibility, but icx is recommended for production.
76
+
-**Build validation:**
77
+
- After setup: `which icx` → should point to conda env or oneAPI location
0 commit comments