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
Properly guard usage of openmp function calls (rapidsai#1435)
Proper support to disable OpenMP also requires that any calls to functions like `omp_get_max_threads` need to be guarded by a `_OPENMP` check.
This is done by adding openmp wrapper functions into `cuvs/core` that properly handle the `_OPENMP` guards and behave as required when OpenMP is disabled.
Required to fixrapidsai#1322
Authors:
- Robert Maynard (https://github.com/robertmaynard)
Approvers:
- Divye Gala (https://github.com/divyegala)
URL: rapidsai#1435
0 commit comments