Fix DSP transcendentals (#9542)

This commit is contained in:
quortus
2025-03-22 04:08:18 +01:00
committed by GitHub
parent eddafb84e5
commit bdd44d4255
4 changed files with 8 additions and 4 deletions

View File

@@ -498,6 +498,8 @@ jobs:
cache-to: type=gha,mode=min
- name: Run test_tiny on DSP
run: DEBUG=2 DSP=1 python test/test_tiny.py
- name: Test transcendentals
run: CC=clang-19 PYTHONPATH="." DEBUG=2 DSP=1 python test/test_transcendental.py TestTranscendentalVectorized
- name: Test quantize onnx
run: PYTHONPATH="." DEBUG=2 DSP=1 python3 test/test_quantize_onnx.py
- name: Test LLVM=1 DEVECTORIZE=0