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 a7c58ef commit 8e6e79eCopy full SHA for 8e6e79e
devops/actions/run-tests/benchmark/action.yml
@@ -114,7 +114,7 @@ runs:
114
echo "SAVE_TIMESTAMP=$SAVE_TIMESTAMP" >> $GITHUB_ENV
115
116
# By default, the benchmark scripts forceload level_zero
117
- FORCELOAD_ADAPTER="${ONEAPI_DEVICE_SELECTOR%%:*}"
+ FORCELOAD_ADAPTER="${TARGET_DEVICE%%:*}"
118
echo "Adapter: $FORCELOAD_ADAPTER"
119
echo "FORCELOAD_ADAPTER=$FORCELOAD_ADAPTER" >> $GITHUB_ENV
120
0 commit comments