Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deepspeedai/DeepSpeed
/ is_initialized
Method
is_initialized
deepspeed/comm/ccl.py:60–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
58
self.available_coll = self.ccl_comm_op.get_available_coll()
59
60
def
is_initialized(self):
61
return
self.initialized
62
63
def
run_collective(self, name, **kwargs):
64
if
name in self.available_coll:
Callers
15
create_deepspeed_args
Function · 0.45
_dist_run
Method · 0.45
_dist_destroy
Method · 0.45
reduce_boolean_flags
Function · 0.45
test_scattered_init_dist
Method · 0.45
test
Method · 0.45
test
Method · 0.45
get_layout
Method · 0.45
compute_attention
Method · 0.45
forward
Method · 0.45
get_dist_msg
Function · 0.45
print_json_dist
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_scattered_init_dist
Method · 0.36
test
Method · 0.36
test
Method · 0.36