Skip to content

Commit f5a534b

Browse files
committed
Debug
1 parent d12c111 commit f5a534b

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/transformer-engine-ci.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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 .

0 commit comments

Comments
 (0)