unified-runtime
unified-runtime copied to clipboard
Dear colleagues, In `urUSMHostAlloc()` I see [the code](https://github.com/oneapi-src/unified-runtime/blob/717791bfc636a1cd69f95f09fea15fcd70a9fb23/source/adapters/level_zero/usm.cpp#L308) ``` // L0 supports alignment up to 64KB and silently ignores higher values. // We flag alignment > 64KB as an invalid...
Fix UR_RESULT_ERROR_UNKNOWN is returned for CL_INVALID_PROGRAM and UR_RESULT_ERROR_INVALID_PROGRAM_EXECUTABLE.
As mentioned in #1454, L0 adapter uses a lot of environment variables to control its behavior. This results in the codebase having a lot of conditional execution flows, making it...
Add new docker images and update the existing ones with proper dependencies. I've made the installation of pip requirements part of the docker building, hence updated README with proper usage....
This patch resolves a number of issues with the extant implementation of the `ONEAPI_DEVICE_SELECTOR`: * Filtering only being applied to devices within a platform, resulting in an incorrect list of...
The level zero API does not natively support querying out information about its image and sampler handles. We could implement this support by storing all the information that can be...
Objects that have been created with interop APIs often lack important pieces of information, required for info queries. For example, `urEventCreateWithNativeHandle` expects a native CUDA handle, and the resulting event...
In the `urGlobalVariableTest` fixture, replace the mangled variable name with the non-mangled version. This enables the test pass on Intel OpenCL Graphis driver.