Extension adds support to create an OpenCL program object from a Standard Portable Intermediate Representation (SPIR) instance.
This extension adds support to create an OpenCL program object from a Standard Portable Intermediate Representation (SPIR) instance. SPIR is a vendor neutral non-source representation for OpenCL C programs that has since been superceded by the SPIR-V standard.
clCreateProgramWithBinary can be used to load a SPIR binary. Once a program object has been created from a SPIR binary, clBuildProgram can be called to build a program executable or clCompileProgram can be called to compile the SPIR binary.
This extension adds changes to the following:
EXTENSION, clCreateProgramWithBinary, clBuildProgram, clCompileProgram, clGetDeviceInfo, clGetProgramBuildInfo, clGetKernelArgInfo