We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb751d commit cbd4f70Copy full SHA for cbd4f70
.github/workflows/ur-build-hw.yml
@@ -135,9 +135,6 @@ jobs:
135
# pip install -r third_party/requirements.txt
136
137
138
- - name: check sycl-ls
139
- run: |
140
- sycl-ls
141
142
- name: Download DPC++..
143
run: |
@@ -175,6 +172,9 @@ jobs:
175
172
# echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
176
173
# sudo apt-get update
177
174
# sudo apt-get install -y intel-oneapi-runtime-opencl intel-oneapi-base-toolkit
+ - name: check sycl-ls
+ run: |
+ sycl-ls
178
179
- name: Configure Unified Runtime project
180
# ">" is used to avoid adding "\" at the end of each line; this command is quite long
0 commit comments