forked from pool/unified-memory-framework
Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4af0e246e6 |
@@ -1,4 +1,4 @@
|
||||
mtime: 1737512123
|
||||
commit: 593468fb7c39712ed851315241fb8f52b97f67f77623251a06f8f772bbb0d44c
|
||||
mtime: 1746536906
|
||||
commit: c902bab0c4d030cdf480d908177be26ebf58a258c181dad1aa3c6e63b6f35780
|
||||
url: https://src.opensuse.org/clibs/unified-memory-framework
|
||||
revision: master
|
||||
|
||||
17
_service
17
_service
@@ -1,19 +1,4 @@
|
||||
<services>
|
||||
<service name="format_spec_file" mode="manual" />
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/oneapi-src/unified-memory-framework.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.10.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
|
||||
<service name="tar" mode="buildtime" />
|
||||
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="compression">gz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
|
||||
<service name="download_files" mode="manual" />
|
||||
</services>
|
||||
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:365207363d6afabb0a7e8fe4ddb5fc4ba52f5f617d95433cb7831a368fa14b63
|
||||
size 280
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7178441221c3a7c7a6ba5d9e1bed8811d525f604bd1096e89febaef5cb3c4c56
|
||||
size 2290188
|
||||
BIN
unified-memory-framework-0.11.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
unified-memory-framework-0.11.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 13:08:03 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Use source urls to fetch sources
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 1 16:05:24 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to v0.11.0:
|
||||
* make disjoint pool a C structure
|
||||
* add fixed provider
|
||||
* remove the Coarse provider and replace with internal coarse
|
||||
library
|
||||
* implement umfPool[Set/Get]Tag
|
||||
* L0 provider: implement support for defer and blocking free
|
||||
* add set/restore context in CUDA provider free()
|
||||
* L0 provider: implement min/recommended page size query
|
||||
* add support for CUDA allocation flags
|
||||
* increase refcount to ze_loader/CUDA libraries
|
||||
* implement size limit for the cache of opened IPC handles
|
||||
* allow creating fixed provider based on allocations from
|
||||
another pool
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 02:11:44 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
name: unified-memory-framework
|
||||
version: 0.10.1
|
||||
mtime: 1736512249
|
||||
commit: 286a6d8507fab37fb799c341dfa19db0561f4a6a
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
%define libname libumf0
|
||||
Name: unified-memory-framework
|
||||
Version: 0.10.1
|
||||
Version: 0.11.0
|
||||
Release: 0
|
||||
Summary: oneAPI Unified Memory Framework (UMF)
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/oneapi-src/unified-memory-framework
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/oneapi-src/unified-memory-framework/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hwloc-devel
|
||||
|
||||
Reference in New Issue
Block a user