Skip to content

Commit 337e8ce

Browse files
authored
Enable MACA on self hosted runner (#5)
1 parent 9e42999 commit 337e8ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,13 @@ jobs:
7777
rm -rf build
7878
mkdir -p build
7979
cp cmake/config.cmake build
80+
echo "set(USE_MACA ON)" >> build/config.cmake
8081
cmake -B build
8182
make -j -C build
8283
- name: Test
8384
shell: bash -l {0}
8485
run: >-
85-
PYTHONPATH=python python3 -m pytest -v tests/python/all-platform-minimal-test
86+
TVM_TEST_TARGETS="llvm" PYTHONPATH=python python3 -m pytest -v tests/python/all-platform-minimal-test
8687
8788
Windows:
8889
if: ${{ github.repository == 'MetaX-MACA/mcTVM' }}

0 commit comments

Comments
 (0)