This commit is contained in:
2020-11-10 09:51:38 -08:00
parent 58e703d099
commit 09bc8eddfe
+3 -3
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: