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 6074498 commit e2ecb75Copy full SHA for e2ecb75
.github/workflows/ur-build-hw.yml
@@ -180,9 +180,9 @@ jobs:
180
# # 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
181
# # sudo apt-get update
182
# # sudo apt-get install -y intel-oneapi-runtime-opencl intel-oneapi-base-toolkit
183
- # - name: check sycl-ls
184
- # run: |
185
- # find . /runtimes
+ - name: check sycl-ls
+ run: |
+ find . /runtimes
186
187
- name: Configure Unified Runtime project
188
# ">" is used to avoid adding "\" at the end of each line; this command is quite long
0 commit comments