mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 06:58:11 -05:00
hotfix: BenchEvent MLPERF_RUN is mlperf_run (#10526)
This commit is contained in:
@@ -15,7 +15,7 @@ class BenchEvent(Enum):
|
|||||||
STEP = "step"
|
STEP = "step"
|
||||||
FULL = "full"
|
FULL = "full"
|
||||||
MLPERF_INIT = "mlperf_init"
|
MLPERF_INIT = "mlperf_init"
|
||||||
MLPERF_RUN = "mlperf_setup"
|
MLPERF_RUN = "mlperf_run"
|
||||||
class InstantBenchEvent(Enum):
|
class InstantBenchEvent(Enum):
|
||||||
GFLOPS = "gflops"
|
GFLOPS = "gflops"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user