Skip to content

Commit 8e6e79e

Browse files
[Bench] Use L0v2 selector for v2 benchmarks
1 parent a7c58ef commit 8e6e79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ runs:
114114
echo "SAVE_TIMESTAMP=$SAVE_TIMESTAMP" >> $GITHUB_ENV
115115
116116
# By default, the benchmark scripts forceload level_zero
117-
FORCELOAD_ADAPTER="${ONEAPI_DEVICE_SELECTOR%%:*}"
117+
FORCELOAD_ADAPTER="${TARGET_DEVICE%%:*}"
118118
echo "Adapter: $FORCELOAD_ADAPTER"
119119
echo "FORCELOAD_ADAPTER=$FORCELOAD_ADAPTER" >> $GITHUB_ENV
120120

0 commit comments

Comments
 (0)