Skip to content

Commit a733b91

Browse files
debug
1 parent 6366d2e commit a733b91

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ runs:
118118
[ "$?" -ne 0 ] && exit 1 # Stop workflow if invalid preset
119119
echo "PRESET=$PRESET" >> $GITHUB_ENV
120120
121+
pwd
122+
echo "DEBUG toolchain dir"
123+
echo "$(realpath $SYCL_DIR)"
124+
echo "toolchain dir contents:"
125+
126+
ls -al "$SYCL_DIR" || echo "SYCL dir '$SYCL_DIR' does not exist"
127+
121128
# Check if SYCL dir exists and has SYCL lib; set CMPLR_ROOT if so
122129
if [ -d "$SYCL_DIR" ] && [ -f "$SYCL_DIR/lib/libsycl.so" ]; then
123130
echo "Using SYCL from: $SYCL_DIR"

0 commit comments

Comments
 (0)