OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.

Intel GPU Question

Darren_D_
Beginner
258 Views

Hi,

Does Intel have an equivalent to nVidia's jitPTX?

Thanks!

0 Kudos
1 Reply
Robert_I_Intel
Employee
258 Views

Hi Darren,

Which features exactly are you looking for?

OpenCL has SPIR, so you can precompile your OpenCL code and then load and build device binaries from SPIR instead of from OpenCL code. For more on SPIR see https://www.khronos.org/spir. See this forum discussion on how to use SPIR: https://software.intel.com/en-us/forums/topic/534439 

Technically, OpenCL is always "just-in-time", since compilation/linking/building can be done runtime.

 

0 Kudos
Reply