Releases: oneapi-src/unified-runtime
Releases · oneapi-src/unified-runtime
Weekly Stable Snapshot 2023/05/05
weekly-2023-05-05 Update tests to call urDeviceRelease and urContextRelease only once (…
Weekly Stable Snapshot 2023/04/28
weekly-2023-04-28 Merge pull request #481 from aarongreig/aaron/parameterizeProgramKern…
Weekly Stable Snapshot 2023/04/21
Merge pull request #443 from igchor/get_providers [uma] add function to retrieve providers
Weekly Stable Snapshot 2023/04/14
Merge pull request #315 from igchor/uma_memory_tracking_provider [uma] memory tracking provider
Weekly Stable Snapshot 2023/04/07
add OpenCL Signed-off-by: Sergey V Maslov <[email protected]>
Weekly Stable Snapshot 2023/03/31
Merge pull request #396 from veselypeta/petr/small-spec-fixes [ur] Fix yaml problems
Weekly Stable Snapshot 2023/03/24
Merge pull request #371 from igchor/ur_usm_pool_limits_t Remove non-generic paramers from ur_usm_pool_limits_desc_t
Weekly Stable Snapshot 2023/03/17
weekly-2023-03-17 Merge pull request #367 from veselypeta/petr/204/repurpose-ur_device_…
Prerelease v0.6
Use root CMakeLists.txt as the default version Following on from !331 this patch fixes an issue where running `scripts/run.py` without the `--ver` argument would result in the wrong version number being generated in the spec HTML. The default value for the `--ver` argument is now read from the `project()` command in root `CMakeLists.txt` file, making it the single source of truth for the version.
Weekly Stable Snapshot 2023/03/10
weekly-2023-03-10 Remove urEnqueueUSMMemset entrypoints and add urEnqueueUSMFill (#319)