Skip to content

Commit

Permalink
set debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
liligwu committed Dec 12, 2023
1 parent 2adb970 commit 4f123c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/scripts/fbgemm_gpu_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ __configure_fbgemm_gpu_build_rocm () {
-DTORCH_USE_HIP_DSA=1
)

new_path="$PATH:/opt/rocm/llvm/bin:\
echo "==============old path"
echo $PATH
new_path="$PATH:/opt/rocm/llvm/bin:\
/opt/rocm/opencl/bin:\
/opt/rocm/hip/bin:\
/opt/rocm/hcc/bin:\
Expand All @@ -107,6 +109,7 @@ __configure_fbgemm_gpu_build_rocm () {
/usr/bin:\
/sbin:\
/bin"
echo "==============new path"
echo $new_path
print_exec conda env config vars set ${env_prefix} PATH="$new_path"
}
Expand Down

0 comments on commit 4f123c3

Please sign in to comment.