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 6224eaa commit f0a9a97Copy full SHA for f0a9a97
devops/actions/run-tests/benchmark_v2/action.yml
@@ -116,7 +116,7 @@ runs:
116
# First line of --version is formatted 'clang version ... (<repo> <commit>)'
117
# thus we parse for (<repo> <commit>):
118
clang++ --version
119
- sycl_git_info="$(clang++ --version | head -n 1 | grep -oE '\([^ ]+ [a-f0-9]+\)$')" | tr -d '()'
+ sycl_git_info="$(clang++ --version | head -n 1 | grep -oE '\([^ ]+ [a-f0-9]+\)$')" | tr -d '()')"
120
if [ -z "$sycl_git_info" ]; then
121
echo "Error: Unable to deduce SYCL build source repo/commit: Are you sure dpcpp variable is in PATH?"
122
exit 1
0 commit comments