You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an OpenCL driver returns `CL_PROGRAM_BINARY_TYPE_INTERMEDIATE`
(defined in the `cl_khr_spir` extension to enable SPIR 1.2 not SPIR-V)
when querying `CL_PROGRAM_BINARY_TYPE` we should handle this gracefully.
This patch maps the `CL_PROGRAM_BINARY_TYPE_INTERMEDIATE` to
`UR_PROGRAM_BINARY_TYPE_NONE`. From the users perspective these are
semantically equivalent as they both require compilation before the
program can be used to create a kernel.
0 commit comments