fuzzer path search for DEFINE_ACC (#4656)

* insert acc

* add test_ops

* find toposorts

* todo - not yet ready

* remove the import

* atol and childless children
This commit is contained in:
qazal
2024-05-23 05:50:01 +08:00
committed by GitHub
parent f11a81f707
commit 498cf3e7e0
2 changed files with 34 additions and 5 deletions

View File

@@ -445,6 +445,9 @@ jobs:
- name: Run pytest (not cuda or amd)
if: matrix.backend!='cuda' && matrix.backend!='ptx' && matrix.backend!='triton' && matrix.backend != 'amd' && matrix.backend != 'nv'
run: python -m pytest -n=auto test/ --durations=20
# - name: Run test_ops with FUZZ_UOPS=1
# if: matrix.backend!='cuda' && matrix.backend!='ptx' && matrix.backend!='triton' && matrix.backend != 'amd' && matrix.backend != 'nv'
# run: FUZZ_UOPS=1 python -m pytest -n=auto test/test_ops.py --durations=20
- name: Run ONNX (only LLVM)
if: matrix.backend == 'llvm'
run: python -m pytest -n=auto test/external/external_test_onnx_backend.py --durations=20