diff options
author | 2021-08-26 11:50:11 +0800 | |
---|---|---|
committer | 2021-11-15 14:32:27 +0800 | |
commit | 50340439b0bf3de2a9c264e18220656ed337e74e (patch) | |
tree | 75b2069eb4d76cf2245003c971c7fb6c8dafb98c /sci-libs/hipCUB/files | |
parent | dev-lang/python: stable 3.9.8 for hppa, bug #823738 (diff) | |
download | gentoo-50340439b0bf3de2a9c264e18220656ed337e74e.tar.gz gentoo-50340439b0bf3de2a9c264e18220656ed337e74e.tar.bz2 gentoo-50340439b0bf3de2a9c264e18220656ed337e74e.zip |
sci-libs/hipCUB: bump version to 4.3.0
Enable benchmark and test
Closes: https://github.com/gentoo/gentoo/pull/22941
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/hipCUB/files')
-rw-r--r-- | sci-libs/hipCUB/files/hipCUB-4.3.0-add-memory-header.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/hipCUB/files/hipCUB-4.3.0-add-memory-header.patch b/sci-libs/hipCUB/files/hipCUB-4.3.0-add-memory-header.patch new file mode 100644 index 000000000000..c9991944101a --- /dev/null +++ b/sci-libs/hipCUB/files/hipCUB-4.3.0-add-memory-header.patch @@ -0,0 +1,12 @@ +resolves compilation error: no template named 'shared_ptr' in namespace 'std' + +--- orig/benchmark/benchmark_device_radix_sort.cpp 2021-08-26 11:37:12.587196186 +0800 ++++ hipCUB-rocm-4.3.0/benchmark/benchmark_device_radix_sort.cpp 2021-08-26 11:37:27.459196285 +0800 +@@ -21,6 +21,7 @@ + // SOFTWARE. + + #include "common_benchmark_header.hpp" ++#include <memory> + + // HIP API + #include "hipcub/device/device_radix_sort.hpp" |