GPU Compute Software
Ask questions about Intel® Graphics Compute software technologies, such as OpenCL* GPU driver and oneAPI Level Zero
144 Discussions

OpenCL JIT compiler freezing with a kernel

Jinchuan_Tang
Beginner
252 Views

Dear Intel OpenCL team,
I have a kernel file which can be compiled with AMD 7800XT GPU using less than 100MB memory during compilation using AMD driver. However, by using the Intel runtime on Xe graphics (the latest version), it hangs during compiling and the memory usage is huge. Please find the kernels attached. The freezing kernel is mainly due to BNField12.cl.

Thank you very much!

Best wishes,

Jinchuan

0 Kudos
1 Reply
Jinchuan_Tang
Beginner
63 Views

Dear Ben and other experts from Intel,

It seems that a "-cl-opt-disable" flag will do the job to make sure that the kernel is compiled in a very short time. However, I am not quite happy with this since all other optimization benefits are lost.

Best wishes,

Jinchuan

0 Kudos
Reply