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

This adds the ability to use the tracing layer with a logger rather than relying on XPTI. The motivation for this is to provide an equivalent to `SYCL_PI_TRACE` when we...

loader
common

Add two tests that check that the sampler filter and addressing modes are correct and implemented correctly on the adapter.

ci/cd
conformance

This is a follow-up of https://github.com/oneapi-src/unified-runtime/pull/1412 which added the `isPowerOf2` condition to the OpenCL fill function. This is correct since `clEnqueueMemFillINTEL_fn` only accepts such patterns. What was not correct was...

opencl
ready to merge

HIP changes: - To match with the current behaviour of CUDA adapter, `EvBase` in HIP was moved to `device` and `getElapsedTime` function now handles the profiling events' synchronization. Also, we...

cuda
hip

The HIP adapter doesn't support UR spec constants, just like the CUDA adapter.

conformance

Validate the output timings for `urEventGetProfilingInfo` entry-point. [intel/llvm testing](https://github.com/intel/llvm/pull/13778)

conformance
cuda

Handle the `UR_DEVICE_INFO_KERNEL_SET_SPECIALIZATION_CONSTANTS` device query to report the feature is not supported. This also causes the `urKernelSetSpecializationConstants` tests to be skipped. https://github.com/intel/llvm/pull/13809

conformance
hip
ready to merge

Add initial API spec for experimental native enqueue.

loader
common
specification
experimental
cuda