fixup clang devectorize (#9099)

* fixup clang devectorize

* __builtin_convertvector is some casts

* dsp fixups
This commit is contained in:
George Hotz
2025-02-15 09:29:47 +08:00
committed by GitHub
parent 8824f7e9df
commit 7e09057afa
3 changed files with 22 additions and 14 deletions

View File

@@ -426,8 +426,8 @@ jobs:
run: PYTHONPATH="." DEBUG=2 DSP=1 python3 test/test_quantize_onnx.py
- name: Test LLVM=1 DEVECTORIZE=0
run: LLVM=1 DEVECTORIZE=0 python3 -m pytest -n auto test/test_tiny.py test/test_ops.py -k "not test_avg_pool3d_failure"
#- name: Test CLANG=1 DEVECTORIZE=0
# run: CLANG=1 DEVECTORIZE=0 python3 -m pytest -n auto test/test_tiny.py test/test_ops.py -k "not test_avg_pool3d_failure"
- name: Test CLANG=1 DEVECTORIZE=0
run: CLANG=1 DEVECTORIZE=0 python3 -m pytest -n auto test/test_tiny.py test/test_ops.py -k "not test_avg_pool3d_failure"
testwebgpu:
name: Linux (WebGPU)