Commit 98fcf831 authored by Richard Berger's avatar Richard Berger
Browse files

Checkout specific hipCUB version

parent 06080024
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ..