mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
Clang JIT (#8481)
Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -27,6 +27,8 @@ jobs:
|
||||
python-version: 3.12
|
||||
- name: Install docs dependencies (no cache)
|
||||
run: pip install -e '.[docs]'
|
||||
- name: Install capstone for CLANG disassembly
|
||||
run: pip install capstone
|
||||
- name: Use as an external package
|
||||
run: |
|
||||
mkdir $HOME/test_external_dir
|
||||
|
||||
Reference in New Issue
Block a user