Skip to content

Commit e434d74

Browse files
committed
Fix config
1 parent cf886e9 commit e434d74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

devops/scripts/benchmarking/benchmark-ci.conf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ BENCHMARK_SLOW_LOG="./benchmarks-over_tolerance.log"
4646
BENCHMARK_ERROR_LOG="./benchmarks-errored.log"
4747

4848
# Enabled ONEAPI_DEVICE_SELECTOR backends
49-
DEVICE_SELECTOR_ENABLED_BACKENDS="level_zero,opencl,cuda,hip" # Disabled: native_cpu
50-
DEVICE_SELECTOR_ENABLED_DEVICES="cpu,gpu" # Disabled: fpga
49+
DEVICE_SELECTOR_ENABLED_BACKENDS="level_zero,opencl,cuda,hip"
50+
# Disabled backends: native_cpu
51+
DEVICE_SELECTOR_ENABLED_DEVICES="cpu,gpu"
52+
# Disabled devices: fpga

0 commit comments

Comments
 (0)