Skip to content

Commit

Permalink
change PATH EV
Browse files Browse the repository at this point in the history
  • Loading branch information
liligwu committed Dec 12, 2023
1 parent c4e9f91 commit 2adb970
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/scripts/fbgemm_gpu_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,21 @@ __configure_fbgemm_gpu_build_rocm () {
--package_variant=rocm
-DTORCH_USE_HIP_DSA=1
)

new_path="$PATH:/opt/rocm/llvm/bin:\
/opt/rocm/opencl/bin:\
/opt/rocm/hip/bin:\
/opt/rocm/hcc/bin:\
/opt/rocm/bin:\
/opt/conda/bin:\
/usr/local/sbin:\
/usr/local/bin:\
/usr/sbin:\
/usr/bin:\
/sbin:\
/bin"
echo $new_path
print_exec conda env config vars set ${env_prefix} PATH="$new_path"
}

__configure_fbgemm_gpu_build_cuda () {
Expand Down

0 comments on commit 2adb970

Please sign in to comment.