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
This patch fixes a lot of small issues in order to boost the CTS pass
rate. Specifically:
* A number of optional entry points have been created with a stub entry
point that just returns UNSUPPORTED.
* Some trivial `getInfo` queries have been implemented.
* Some `getInfo` queries advertise absent features as "not supported".
* Trying to run `urEnqueueKernelLaunch` with dimensions greater than 1
fails gracefully.
* `urPlatformGetApiVersion` returns the actual API version.
* `OL_ERRC_NOT_FOUND` is mapped to
`UR_RESULT_ERROR_INVALID_KERNEL_NAME`.
* A conformance test has been updated to accept the Offload enum.
Note that something marked unsupported here does not imply that it
will never be supported; it just isn't supported in the current
version.
0 commit comments