Skip to content

Commit 237b061

Browse files
remove LLVM SYSPATH for LLVM rebase (#76)
1 parent 964b639 commit 237b061

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/triton_xpu_backend_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
echo -e "[ INFO ] Run UT test on Node $(hostname)"
8080
source ${HOME}/miniconda3/bin/activate triton-preci
8181
source ${HOME}/env_triton.sh
82-
export LLVM_SYSPATH=${HOME}/triton-preci/llvm/build/
8382
pip install pytest
8483
rm -rf ~/.triton/cache
8584
export TRITON_LIBDEVICE_PATH=${HOME}/actions-runner/_work/intel-xpu-backend-for-triton/intel-xpu-backend-for-triton/triton/python/triton/third_party/xpu/lib

.github/workflows/triton_xpu_backend_e2e_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
echo -e "[ INFO ] Run E2E test on Node $(hostname)"
7878
source ${HOME}/miniconda3/bin/activate triton-preci
7979
source ${HOME}/env_triton.sh
80-
export LLVM_SYSPATH=${HOME}/triton-preci/llvm/build/
8180
pip install pandas
8281
cd ${HOME}/triton-preci
8382
bash set_proxy.sh

.github/workflows/triton_xpu_backend_e2e_nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
echo -e "[ INFO ] Run E2E test on Node $(hostname)"
7575
source ${HOME}/miniconda3/bin/activate triton-nightly-test
7676
source ${HOME}/env_triton.sh
77-
export LLVM_SYSPATH=${HOME}/triton-nightly/llvm/build/
7877
pip install pandas
7978
cd ${HOME}/triton-nightly
8079
bash set_proxy.sh

.github/workflows/triton_xpu_backend_nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
echo -e "[ INFO ] Run UT test on Node $(hostname)"
7373
source ${HOME}/miniconda3/bin/activate triton-preci
7474
source ${HOME}/env_triton.sh
75-
export LLVM_SYSPATH=${HOME}/triton-preci/llvm/build/
7675
pip install pytest
7776
rm -rf ~/.triton/cache
7877
export TRITON_LIBDEVICE_PATH=${HOME}/actions-runner/_work/intel-xpu-backend-for-triton/intel-xpu-backend-for-triton/triton/python/triton/third_party/xpu/lib

0 commit comments

Comments
 (0)