Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/zai-org/CodeGeeX
/ add_to_logging
Function
add_to_logging
codegeex/megatron/training.py:652–654 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
650
timers_to_log = []
651
652
def
add_to_logging(name):
653
if
name in timers.timers:
654
timers_to_log.append(name)
655
656
add_to_logging(
"forward-compute"
)
657
add_to_logging(
"forward-recv"
)
Callers
1
training_log
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected