Update to v0.11.4, add .gitignore
This commit is contained in:
parent
7ca630aaac
commit
57caf08c11
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.osc
|
||||
unified-runtime/
|
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/oneapi-src/unified-runtime.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.11.2</param>
|
||||
<param name="revision">v0.11.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 02:29:28 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- 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 <eyadlorenzo@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: unified-runtime
|
||||
version: 0.11.2
|
||||
mtime: 1734693466
|
||||
commit: 02582da9eb974dc6a3df6fa2e26ec1a3579840f1
|
||||
version: 0.11.4
|
||||
mtime: 1737109349
|
||||
commit: ef7829eb92b7176fa7873199bdc32b52500319e9
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user