ci: setup llvm for amdremote (#10507)

Co-authored-by: b1tg <b1tg@users.noreply.github.com>
This commit is contained in:
b1tg
2025-05-26 09:52:27 +08:00
committed by GitHub
parent fd9f236a82
commit a1f64af92d

View File

@@ -820,6 +820,7 @@ jobs:
key: linux-remote-amd
deps: testing_minimal
amd: 'true'
llvm: 'true'
- name: Check Device.DEFAULT and print some source
run: |
python -c "from tinygrad import Device; assert Device.DEFAULT == 'REMOTE', Device.DEFAULT"