mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-21 04:47:56 -05:00
clinfo
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -22,10 +22,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
- name: CpuInfo
|
||||
run: cat /proc/cpuinfo
|
||||
- name: Install OpenCL
|
||||
run: sudo apt-get install intel-opencl-icd
|
||||
run: sudo apt-get install intel-opencl-icd clinfo
|
||||
- name: ClInfo
|
||||
run: clinfo
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user