mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
clinfo
This commit is contained in:
parent
58e703d099
commit
09bc8eddfe
1 changed files with 3 additions and 3 deletions
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue