intel / opencl-clang

Other
136 stars 62 forks source link

Partially revert 53b8f126 on linux (#460) #462

Closed wenju-he closed 1 year ago

wenju-he commented 1 year ago

The issue in 53b8f126 isn't observed on linux. This allows parallel execution of clang::ExecuteCompilerInvocation and parallel execution of llvm::writeSpirv. This improves performance of multi-threaded OpenCL tests on linux.

(cherry picked from commit cf95b338d14685e4f3402ab1828bef31d48f1fd6)

haonanya commented 1 year ago

LGTM.