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 a2d23dc commit 5a5b5b9Copy full SHA for 5a5b5b9
.github/workflows/e2e_nightly.yml
@@ -94,10 +94,14 @@ jobs:
94
cp ${{github.workspace}}/ur-repo/build/lib/libur_loader.so* ${{github.workspace}}/sycl_build/lib/
95
cp ${{github.workspace}}/ur-repo/build/lib/libur_adapter_cuda.so* ${{github.workspace}}/sycl_build/lib/
96
97
- - name: Setup SYCL
+ - name: Set additional env. vars
98
run: |
99
echo "${{github.workspace}}/sycl_build/bin" >> $GITHUB_PATH
100
echo "LD_LIBRARY_PATH=${{github.workspace}}/sycl_build/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
101
+
102
+ # Running (newly built) sycl-ls sets up some extra variables
103
+ - name: Setup SYCL variables
104
+ run: |
105
which clang++ sycl-ls
106
SYCL_PI_TRACE=-1 sycl-ls
107
0 commit comments