Skip to content

Commit

Permalink
fix CK path for hipTensor (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
illsilin authored Jan 26, 2024
1 parent 28f68a5 commit 4a8297c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def Build_CK(Map conf=[:]){
sh """#!/bin/bash
mkdir -p build
ls -ltr
CC=hipcc CXX=hipcc cmake -Bbuild . -D CMAKE_PREFIX_PATH="/opt/rocm;${env.WORKSPACE}/install"
CC=hipcc CXX=hipcc cmake -Bbuild . -D CMAKE_PREFIX_PATH="${env.WORKSPACE}/install"
cmake --build build -- -j
"""
}
Expand Down

0 comments on commit 4a8297c

Please sign in to comment.