Skip to content

Commit

Permalink
CI: Test llvmPytorch on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Mar 22, 2024
1 parent 93fa807 commit 6664dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ jobs:
cp -r $CONDA_PREFIX/lib/python3.12/site-packages/torch/lib/* $CONDA_PREFIX/lib/
cp -r $CONDA_PREFIX/lib/python3.12/site-packages/torch/share/* $CONDA_PREFIX/share/
./integration_tests/run_tests.py -b pytorch
export CPATH=$CPATH:$CONDA_PREFIX/include/torch/csrc/api/include
./integration_tests/run_tests.py -b llvmPytorch

0 comments on commit 6664dbd

Please sign in to comment.