Accepting request 646571 from home:NMoreyChaisemartin:branches:science:HPC
- Update to v1.4.0 (bsc#1103494) - Features: - Improved support for installation with latest ROCm - Improved support for latest rdma-core - Adding support for CUDA IPC for intra-node GPU - Added support for CUDA memory allocation cache for mem-type detection - Added support for latest Mellanox devices - Added support for Nvidia GPU managed memory - Added support for multiple connections between the same pair of workers - Added support large worker address for client/server connection establishment and INADDR_ANY - Added support for bitwise atomics operations - Bugfixes: - Performance fixes for rendezvous protocol - Memory hook fixes - Clang support fixes - Self tl multi-rail fix - Thread safety fixes in IB/RDMA transport - Compilation fixes with upstream rdma-core - Multiple minor bugfixes (full list on github) - Segfault fix for a code generated by armclang compiler - UCP memory-domain index fix for zero-copy active messages - Update to v1.3.1 (fate#325996) OBS-URL: https://build.opensuse.org/request/show/646571 OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=24
This commit is contained in:
parent
6cb716aaee
commit
4774502643
@ -1,7 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 6 07:18:34 UTC 2018 - nmoreychaisemartin@suse.com
|
||||||
|
|
||||||
|
- Update to v1.4.0 (bsc#1103494)
|
||||||
|
- Features:
|
||||||
|
- Improved support for installation with latest ROCm
|
||||||
|
- Improved support for latest rdma-core
|
||||||
|
- Adding support for CUDA IPC for intra-node GPU
|
||||||
|
- Added support for CUDA memory allocation cache for mem-type detection
|
||||||
|
- Added support for latest Mellanox devices
|
||||||
|
- Added support for Nvidia GPU managed memory
|
||||||
|
- Added support for multiple connections between the same pair of workers
|
||||||
|
- Added support large worker address for client/server connection establishment
|
||||||
|
and INADDR_ANY
|
||||||
|
- Added support for bitwise atomics operations
|
||||||
|
- Bugfixes:
|
||||||
|
- Performance fixes for rendezvous protocol
|
||||||
|
- Memory hook fixes
|
||||||
|
- Clang support fixes
|
||||||
|
- Self tl multi-rail fix
|
||||||
|
- Thread safety fixes in IB/RDMA transport
|
||||||
|
- Compilation fixes with upstream rdma-core
|
||||||
|
- Multiple minor bugfixes (full list on github)
|
||||||
|
- Segfault fix for a code generated by armclang compiler
|
||||||
|
- UCP memory-domain index fix for zero-copy active messages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 15 07:51:12 UTC 2018 - nmoreychaisemartin@suse.com
|
Mon Oct 15 07:51:12 UTC 2018 - nmoreychaisemartin@suse.com
|
||||||
|
|
||||||
- Update to v1.3.1 (bsc#325996)
|
- Update to v1.3.1 (fate#325996)
|
||||||
- Prevent potential out-of-order sending in shared memory active messages
|
- Prevent potential out-of-order sending in shared memory active messages
|
||||||
- CUDA: Include cudamem.h in source tarball, pass cudaFree memory size
|
- CUDA: Include cudamem.h in source tarball, pass cudaFree memory size
|
||||||
- Registration cache: fix large range lookup, handle shmat(REMAP)/mmap(FIXED)
|
- Registration cache: fix large range lookup, handle shmat(REMAP)/mmap(FIXED)
|
||||||
|
@ -20,7 +20,7 @@ Name: openucx
|
|||||||
Summary: Unifieid Communication X
|
Summary: Unifieid Communication X
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 1.3.1
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://openucx.org/
|
Url: http://openucx.org/
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e058c8ec830d2f50d9db1e3aaaee105cd2ad6c1e6df20ae58b9b4179de7a8992
|
|
||||||
size 1695275
|
|
3
ucx-1.4.0.tar.gz
Normal file
3
ucx-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99891a98476bcadc6ac4ef9c9f083bc6ffb188a96b3c3bc89c8bbca64de2c76e
|
||||||
|
size 1777644
|
Loading…
Reference in New Issue
Block a user