fix TINY_BACKEND=1 cumsum (#14138)

* fix TINY_BACKEND=1 cumsum

old hack was wrong, need to apply contiguous on the input

* test time

* test_linalg_svd is slow
This commit is contained in:
chenyu
2026-01-14 09:54:49 -05:00
committed by GitHub
parent 434dbafab5
commit 986e865830
3 changed files with 13 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ jobs:
- name: Test ResNet-18
run: DEBUG=2 python3 extra/torch_backend/example.py
- name: custom tests
run: python3 extra/torch_backend/test.py
run: python3 -m pytest -n auto extra/torch_backend/test.py --durations=20
- name: Test one op in torch tests
run: DEBUG=2 python3 extra/torch_backend/torch_tests.py TestTinyBackendPRIVATEUSE1.test_unary_log_tiny_float32
- name: Test Ops with TINY_BACKEND