unified-runtime icon indicating copy to clipboard operation
unified-runtime copied to clipboard

Results 324 unified-runtime issues
Sort by recently updated
recently updated
newest added

Now UR already implemented API "urProgramGetGlobalVariablePointer", so we can use it to query the size of device globals and remove "__AsanDeviceGlobalCount". SYCLOS Part: https://github.com/intel/llvm/pull/13678

loader
sanitizer

This change moves all legacy queue code to a seprate class: ur_queue_handle_legacy_t_. and uses pointer to this class as a parameter in all internal functions (instead of using ur_queue_handle_t). ur_queue_handle_t...

common
images
level-zero
command-buffer

This showed up in the UR CTS, it was returning a vector instead of the expected C array.

conformance
hip

Reports `cl_khr_fp16` as supported on Native CPU. Corresponding UR PR: https://github.com/intel/llvm/pull/13829

native-cpu

This PR is just to make sure there errors are reported accordingly if new fails to allocate the requested space when creating UR event object from a native event. inte/llvm...

cuda
hip
ready to merge

This PR changes the returned error code for exiting the kernel launch entry point in CUDA when exceeding the maximum available registers for execution on the SM. Previously we were...

cuda
ready to merge

Change unordered_map to vector as number of entries is expected to be low (1 in common case). Also, do not store mapping between subdevices and the kernel handles. Instead, just...

level-zero
command-buffer

These were removed from the spec a while ago so this is dead code.

level-zero

This fixes the UR CTS queue tests

conformance
hip

This PR: * Adds CTS tests for different image types. * Adds CTS tests for different image formats * Defines the primary and optional supported image formats. * Deletes redundant...

loader
conformance
images
specification
experimental
level-zero
cuda
hip
opencl
command-buffer