Skip to content

Provide support for Intel's extensions for Kernel Binaries in urKernelGetInfo #1130

Open
@jandres742

Description

@jandres742

In Intel's OpenCL GPU driver there's an extension to retrieve the binary of a kernel:

https://github.com/intel/compute-runtime/blob/829e5ba5e6ed196784b2b00f694bc720fefa5a63/opencl/extensions/public/cl_ext_private.h#L39

// New queries for clGetKernelInfo:
#define CL_KERNEL_BINARY_PROGRAM_INTEL 0x407D
#define CL_KERNEL_BINARIES_INTEL 0x4102
#define CL_KERNEL_BINARY_SIZES_INTEL 0x4103

we dont have those in https://oneapi-src.github.io/unified-runtime/core/api.html?highlight=kernelgetinfo#ur-kernel-info-t. could we add them?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestopenclOpenCL adapter specific issuesspecificationChanges or additions to the specification

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions