Multi-threaded compilation of GPU binaries

Hi,

I noticed that when compiling the CUDA and OptiX binaries the cicc compiler always runs in single threaded mode.

Is it possible to use multi-threading when compiling the CUDA and OptiX binaries?

1 Like

I believe this PR adds multi-threading support for CUDA/OptiX kernel compilation:

3 Likes