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 107e1b3 commit 582bf20Copy full SHA for 582bf20
devops/actions/run-tests/benchmark/action.yml
@@ -73,10 +73,9 @@ runs:
73
*)
74
MACHINE_TYPE="${RUNNER_TAG#[\"}"
75
MACHINE_TYPE="${MACHINE_TYPE%_PERF=\"]}"
76
- echo "#"
77
echo "# WARNING: Only specific tuned runners are fully supported."
78
echo "# This workflow is not guaranteed to work with other runners."
79
- echo "#" ;;
+ ;;
80
esac
81
82
case "$TARGET_DEVICE" in
@@ -90,10 +89,9 @@ runs:
90
89
opencl:*) SAVE_SUFFIX="OCL" ;;
91
92
SAVE_SUFFIX="${TARGET_DEVICE%%:*}";;
93
94
echo "# WARNING: Only level_zero backend is fully supported."
95
echo "# This workflow is not guaranteed to work with other backends."
96
97
98
99
# Export variables with machine type, save name, device selector, etc.
0 commit comments