diff --git a/openucx.changes b/openucx.changes index 65dc888..7ee4a57 100644 --- a/openucx.changes +++ b/openucx.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +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 + * Added support for CUDA IPC for intra-node GPU, CUDA memory + allocation cache for mem-type detection, latest Mellanox + devices, Nvidia GPU managed memory, multiple connections + between the same pair of workers, large worker address for + client/server connection establishment and INADDR_ANY, and + 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 + +- Update to v1.3.1 (fate#325996) + - Prevent potential out-of-order sending in shared memory active messages + - CUDA: Include cudamem.h in source tarball, pass cudaFree memory size + - Registration cache: fix large range lookup, handle shmat(REMAP)/mmap(FIXED) + - Limit IB CQE size for specific ARM boards + ------------------------------------------------------------------- Thu Aug 9 05:57:24 UTC 2018 - nmoreychaisemartin@suse.com diff --git a/openucx.spec b/openucx.spec index 7167ad2..1c56603 100644 --- a/openucx.spec +++ b/openucx.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,7 +20,7 @@ Name: openucx Summary: Unifieid Communication X License: BSD-3-Clause Group: Development/Libraries/C and C++ -Version: 1.3.0 +Version: 1.4.0 Release: 0 Url: http://openucx.org/ @@ -173,7 +173,7 @@ mv %buildroot/%_datadir/ucx %buildroot/%_datadir/openucx %_bindir/ucx_* %_datadir/%{name}/ %_libdir/pkgconfig/ucx.pc -%doc LICENSE +%doc LICENSE NEWS %files -n libucm0 %defattr(-,root,root) diff --git a/ucx-1.3.0.tar.gz b/ucx-1.3.0.tar.gz deleted file mode 100644 index 28af063..0000000 --- a/ucx-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71e69e6d78a4950cc5a1edcbe59bf7a8f8e38d59c9f823109853927c4d442952 -size 1707317 diff --git a/ucx-1.4.0.tar.gz b/ucx-1.4.0.tar.gz new file mode 100644 index 0000000..71c4016 --- /dev/null +++ b/ucx-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99891a98476bcadc6ac4ef9c9f083bc6ffb188a96b3c3bc89c8bbca64de2c76e +size 1777644