MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / omp_set_nested

Function omp_set_nested

include/LightGBM/utils/openmp_wrapper.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 All #pragma omp should be ignored by the compiler **/
64 inline void omp_set_num_threads(int) {}
65 inline void omp_set_nested(int) {}
66 inline int omp_get_num_threads() {return 1;}
67 inline int omp_get_thread_num() {return 0;}
68#ifdef __cplusplus

Callers 1

ApplicationMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected