We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e42999 commit 337e8ceCopy full SHA for 337e8ce
1 file changed
.github/workflows/main.yml
@@ -77,12 +77,13 @@ jobs:
77
rm -rf build
78
mkdir -p build
79
cp cmake/config.cmake build
80
+ echo "set(USE_MACA ON)" >> build/config.cmake
81
cmake -B build
82
make -j -C build
83
- name: Test
84
shell: bash -l {0}
85
run: >-
- 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
87
88
Windows:
89
if: ${{ github.repository == 'MetaX-MACA/mcTVM' }}
0 commit comments