From 98fcf83180eb3ac845fa20d38617ba324f219931 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Fri, 10 Apr 2020 15:31:06 -0400 Subject: [PATCH] Checkout specific hipCUB version --- tools/singularity/ubuntu18.04_amd_rocm.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/singularity/ubuntu18.04_amd_rocm.def b/tools/singularity/ubuntu18.04_amd_rocm.def index ad7eaaf543..f653e65130 100644 --- a/tools/singularity/ubuntu18.04_amd_rocm.def +++ b/tools/singularity/ubuntu18.04_amd_rocm.def @@ -60,7 +60,7 @@ From: rocm/dev-ubuntu-18.04 xxd export PATH=$PATH:/opt/rocm/bin:/opt/rocm/profiler/bin:/opt/rocm/opencl/bin/x86_64 - git clone https://github.com/ROCmSoftwarePlatform/hipCUB.git + git clone -b master-rocm-3.3 https://github.com/ROCmSoftwarePlatform/hipCUB.git mkdir hipCUB/build cd hipCUB/build CXX=hcc cmake -D BUILD_TEST=off .. @@ -69,8 +69,8 @@ From: rocm/dev-ubuntu-18.04 make install %environment - LC_ALL=C - export LC_ALL + LC_ALL=C + export LC_ALL %labels Author rbberger