From a1a7e3f84a14c00cc079772a555d1cb3686d55ae Mon Sep 17 00:00:00 2001 From: Johannes M Dieterich Date: Tue, 17 Jul 2018 11:06:03 -0500 Subject: [PATCH] cub-hip fixes have been merged to master. --- docker/caffe2/jenkins/common/install_rocm.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/caffe2/jenkins/common/install_rocm.sh b/docker/caffe2/jenkins/common/install_rocm.sh index 749efdbf0adae8..0d0e71a21bba33 100644 --- a/docker/caffe2/jenkins/common/install_rocm.sh +++ b/docker/caffe2/jenkins/common/install_rocm.sh @@ -55,7 +55,6 @@ install_hip_thrust() { git clone --recursive https://github.com/ROCmSoftwarePlatform/Thrust.git /data/Thrust rm -rf /data/Thrust/thrust/system/cuda/detail/cub-hip git clone --recursive https://github.com/ROCmSoftwarePlatform/cub-hip.git /data/Thrust/thrust/system/cuda/detail/cub-hip - cd /data/Thrust/thrust/system/cuda/detail/cub-hip && git checkout hip_port_1.7.4_caffe2 && cd - } install_hcrng() {