Skip to content

Commit

Permalink
Set ROCM_PATH env var for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Nov 14, 2024
1 parent c876f51 commit 37e4c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jenkins/common.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def runCompileCommand(platform, project, jobName, boolean debug=false, boolean s
mkdir -p build/${buildTypeDir} && cd build/${buildTypeDir}
# gfxTargetParser reads gfxarch and adds target features such as xnack
${auxiliary.gfxTargetParser()}
export ROCM_PATH=/opt/rocm
${cmake} --toolchain=toolchain-linux.cmake ${buildTypeArg} ${buildStatic} ${amdgpuTargets} ${codeCovFlag} -DBUILD_TEST=ON -DBUILD_BENCHMARK=ON ../..
make -j\$(nproc)
"""
Expand Down

0 comments on commit 37e4c09

Please sign in to comment.