diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02cd657 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.osc +unified-runtime/ diff --git a/_service b/_service index 61ab3c0..6641135 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/oneapi-src/unified-runtime.git git - v0.11.2 + v0.11.4 @PARENT_TAG@ v(.*) diff --git a/unified-runtime-0.11.2.obscpio b/unified-runtime-0.11.4.obscpio similarity index 98% rename from unified-runtime-0.11.2.obscpio rename to unified-runtime-0.11.4.obscpio index ca53127..c91c9ae 100644 Binary files a/unified-runtime-0.11.2.obscpio and b/unified-runtime-0.11.4.obscpio differ diff --git a/unified-runtime.changes b/unified-runtime.changes index 221f7ad..9b9d357 100644 --- a/unified-runtime.changes +++ b/unified-runtime.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Jan 22 02:29:28 UTC 2025 - Eyad Issa + +- Update to v0.11.4: + * Bug fixes + * https://github.com/oneapi-src/unified-runtime/pull/2579 + +- Update to v0.11.3: + * Update usage of zeCommandListImmediateAppendCommandListsExp to + use dlsym + * DeviceMSAN and DeviceASAN improvements + * Bug fixes + * https://github.com/oneapi-src/unified-runtime/pull/2526 + ------------------------------------------------------------------- Fri Jan 10 18:46:12 UTC 2025 - Eyad Issa diff --git a/unified-runtime.obsinfo b/unified-runtime.obsinfo index 4da6cee..099cfa1 100644 --- a/unified-runtime.obsinfo +++ b/unified-runtime.obsinfo @@ -1,4 +1,4 @@ name: unified-runtime -version: 0.11.2 -mtime: 1734693466 -commit: 02582da9eb974dc6a3df6fa2e26ec1a3579840f1 +version: 0.11.4 +mtime: 1737109349 +commit: ef7829eb92b7176fa7873199bdc32b52500319e9 diff --git a/unified-runtime.spec b/unified-runtime.spec index 2cb2f4d..8036a26 100644 --- a/unified-runtime.spec +++ b/unified-runtime.spec @@ -22,7 +22,7 @@ %bcond_with opencl_adapter %endif Name: unified-runtime -Version: 0.11.2 +Version: 0.11.4 Release: 0 Summary: oneAPI Unified Runtime (UR) License: Apache-2.0 @@ -32,8 +32,8 @@ Patch1: remove-link.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: ninja -BuildRequires: unified-memory-framework-devel BuildRequires: pkgconfig +BuildRequires: unified-memory-framework-devel %if %{with opencl_adapter} BuildRequires: pkgconfig(OpenCL) %endif