llvm-project
f2f5f1bf - [OMPIRBuilder] Do not call __kmpc_push_num_threads for device parallel (#71934)

Commit
1 year ago
[OMPIRBuilder] Do not call __kmpc_push_num_threads for device parallel (#71934) Function __kmpc_push_num_threads should be called only if we specify number of threads for host parallel region. Number of threads specified by the user should be passed as one of arguments of __kmpc_parallel_51 function.
Parents
Loading