File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 12
12
config_global = contextvars .ContextVar ("config" , default = None )
13
13
execution_count = (0 , 0 )
14
14
15
- _MONITOR_TAGS = {"monogpu" , "multigpu" , "multinode" }
16
-
17
15
18
16
def set_run_count (total_run , total_bench ):
19
17
global execution_count
@@ -93,13 +91,6 @@ def finalize_config(name, bench_config):
93
91
pack = (XPath (bench_config ["config_base" ]) / pack ).resolve ()
94
92
bench_config ["definition" ] = str (pack )
95
93
96
- if not name .startswith ("_" ) and name != "*" :
97
- _tags = set (bench_config ["tags" ])
98
- _monitor_tags = _tags & _MONITOR_TAGS
99
- assert len (_monitor_tags ) == 1 , (
100
- f"Bench { name } should have exactly one monitor tag. Found { _monitor_tags } "
101
- )
102
-
103
94
bench_config ["tag" ] = [bench_config ["name" ]]
104
95
105
96
bench_config = OmegaConf .to_object (OmegaConf .create (bench_config ))
You can’t perform that action at this time.
0 commit comments