File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 114
114
- cts
115
115
- benchmark
116
116
117
+ sycl_toolchain_artifact :
118
+ description : |
119
+ If benchmarking, this artifact is what would be used in benchmarking.
120
+ type : string
121
+ default : ' '
122
+ required : False
123
+ sycl_toolchain_archive :
124
+ type : string
125
+ default : ' '
126
+ required : False
127
+ sycl_toolchain_decompress_command :
128
+ type : string
129
+ default : ' '
130
+ required : False
131
+
117
132
env :
118
133
description : |
119
134
Suggested variables: for E2E tests - LIT_FILTER, LIT_FILTER_OUT.
@@ -255,7 +270,7 @@ jobs:
255
270
echo LD_LIBRARY_PATH=$PWD/toolchain/lib/:$LD_LIBRARY_PATH >> $GITHUB_ENV
256
271
- run : which clang++ sycl-ls
257
272
- run : sycl-ls --verbose
258
- - run : SYCL_UR_TRACE=- 1 sycl-ls
273
+ - run : SYCL_UR_TRACE=1 sycl-ls
259
274
- run : |
260
275
if [ -f /usr/local/lib/igc/IGCTAG.txt ]; then
261
276
cat /usr/local/lib/igc/IGCTAG.txt
@@ -367,7 +382,12 @@ jobs:
367
382
- name : Run compute-benchmarks
368
383
id : run_benchmarks
369
384
if : inputs.tests_selector == 'benchmark'
370
- run : ./devops/scripts/benchmarking/benchmark.sh
385
+ run : |
386
+ whereis clang++
387
+ whereis sycl-ls
388
+ clang++ --version
389
+ ls
390
+ ./devops/scripts/benchmarking/benchmark.sh
371
391
# - name: Upload sycl-bench microbenchmark results
372
392
# if: inputs.tests_selector == 'benchmark' && steps.run_benchmarks.outcome == 'success'
373
393
# uses: actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments