This commit is contained in:
George Hotz 2020-11-10 09:51:38 -08:00
commit 09bc8eddfe

View file

@ -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: