MCPcopy Create free account
hub / github.com/AIS-SNU/Smart-Infinity / start

Method start

deepspeed/utils/timer.py:191–196  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

189 self.initialized = True
190
191 def start(self):
192 self._init_timer()
193 self.started = True
194 if self.global_step_count >= self.start_step:
195 get_accelerator().synchronize()
196 self.start_time = time.time()
197
198 def stop(self, global_step=False, report_speed=True):
199 if not self.started:

Callers 15

run_jobMethod · 0.45
_pre_forward_hookMethod · 0.45
__next__Method · 0.45
forwardMethod · 0.45
_start_timersMethod · 0.45
start_timersMethod · 0.45
start_timersMethod · 0.45
__init__Method · 0.45
train_batchMethod · 0.45
_exec_forward_passMethod · 0.45
_exec_backward_passMethod · 0.45

Calls 3

_init_timerMethod · 0.95
get_acceleratorFunction · 0.90
synchronizeMethod · 0.45

Tested by

no test coverage detected