CHIP-SPV / chipStar

chipStar is a tool for compiling and running HIP/CUDA on SPIR-V via OpenCL or Level Zero APIs.
Other
219 stars 32 forks source link

Add CHIP_LAZY_JIT environment option to control JIT timing #786

Closed linehill closed 7 months ago

linehill commented 7 months ago

With CHIP_LAZY_JIT=0 setting, all device modules will be compiled at chipStar runtime initialization. We have used this in benchmarking to exclude device compilation time in kernel execution time measurements.