mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
Fix allocator memory alignment (#8800)
* Fix allocator memory alignment * Run `test_ops.py` using LLVM and CLANG on Windows
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -662,11 +662,11 @@ jobs:
|
||||
- name: Run pytest (llvm)
|
||||
shell: bash
|
||||
run: |
|
||||
DEBUG=5 LLVM=1 python -m pytest -n=auto test/test_tiny.py --durations=20
|
||||
DEBUG=5 LLVM=1 python -m pytest -n=auto test/test_tiny.py test/test_ops.py --durations=20
|
||||
- name: Run pytest (clang)
|
||||
shell: bash
|
||||
run: |
|
||||
DEBUG=5 CLANG=1 python -m pytest -n=auto test/test_tiny.py --durations=20
|
||||
DEBUG=5 CLANG=1 python -m pytest -n=auto test/test_tiny.py test/test_ops.py --durations=20
|
||||
|
||||
#testunicorn:
|
||||
# name: ARM64 unicorn Test
|
||||
|
||||
Reference in New Issue
Block a user