37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to v0.10.1:
|
|
* Set symbol versions 0.10 in def/map files
|
|
* Fix: remove incorrect assert in utils_align_ptr_up_size_down()
|
|
* Add strings with UMF version and useful CMake options
|
|
* Extended error messages, when providers are disabled
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 3 23:43:49 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
- Initial packaging at v0.10.0
|