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
Modifies the `compile_module_from_src` function (and `_build`) to allow
third party plugins to provide arbitrary cc compiler flags when
compiling modules from source at runtime. This is useful for backends
like Intel (`-fsycl`) or for the CPU project (`-fopenmp`) and also for
supporting dynamic lookup for the Python library when running on macOS.
0 commit comments