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 c69e874 commit 6224eaaCopy full SHA for 6224eaa
devops/actions/run-tests/benchmark_v2/action.yml
@@ -115,6 +115,7 @@ runs:
115
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 '()'
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?"
0 commit comments