File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 9898
9999 # Install custom CMake version
100100 CMAKE_LINK="https://github.com/Kitware/CMake/releases/download/v3.30.0/cmake-3.30.0-linux-x86_64.sh"
101- wget -q - P /opt ${CMAKE_LINK}
101+ wget -P /opt ${CMAKE_LINK}
102102 chmod +x /opt/cmake-*.sh
103103 mkdir -p /opt/cmake
104104 bash /opt/cmake-*.sh --skip-license --prefix=/opt/cmake
@@ -108,16 +108,9 @@ jobs:
108108 cmake --version
109109
110110 # Export all variables so they are inherited by subprocesses
111- export ROCM_PATH="/opt/rocm"
112- export PATH="/opt/rocm/bin:${PATH}"
113- export LD_LIBRARY_PATH="/opt/rocm/lib"
114- export CPLUS_INCLUDE_PATH="/usr/include/c++/11"
115111 export HIP_PATH=""
116- export CXX="/opt/rocm/bin/hipcc"
117- export CC="/opt/rocm/bin/hipcc"
118- export PYTORCH_ROCM_ARCH="gfx942"
119- export NVTE_ROCM_ARCH="gfx942"
120- export AMDGPU_TARGETS="gfx942"
112+ export PYTORCH_ROCM_ARCH=gfx942
113+ export NVTE_ROCM_ARCH=gfx942
121114
122115 # Run the build
123116 pip install -v .
You can’t perform that action at this time.
0 commit comments