delete revectorize (#9000)

* delete revectorize

* test vectorized LLVM/CLANG

* idk about that

* was that the segfault?
This commit is contained in:
George Hotz
2025-02-10 18:32:35 +08:00
committed by GitHub
parent fd9f9ec772
commit 0568720a68
8 changed files with 36 additions and 33 deletions

View File

@@ -403,8 +403,10 @@ jobs:
- name: Setup Environment
uses: ./.github/actions/setup-tinygrad
with:
key: dsp
key: dsp-minimal
deps: testing_minimal
pydeps: "onnx==1.16.0 onnxruntime"
llvm: "true"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build QEMU Docker with cache
@@ -420,6 +422,10 @@ jobs:
run: DEBUG=2 DSP=1 python test/test_tiny.py
- name: Test quantize onnx
run: PYTHONPATH="." DEBUG=2 DSP=1 python3 test/test_quantize_onnx.py
- name: Test LLVM=1 DEVECTORIZE=0
run: LLVM=1 DEVECTORIZE=0 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 pytest -n auto test/test_tiny.py test/test_ops.py -k "not test_avg_pool3d_failure"
testwebgpu:
name: Linux (WebGPU)