Skip to content

Commit 5d8f59b

Browse files
committed
add to options.py
1 parent 7dacbc8 commit 5d8f59b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/scripts/benchmarks/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class Options:
6969
current_run_name: str = "This PR"
7070
preset: str = "Full"
7171
build_jobs: int = multiprocessing.cpu_count()
72+
device_architecture = ""
7273

7374
# Options intended for CI:
7475
regression_threshold: float = 0.05

0 commit comments

Comments
 (0)