MCPcopy Create free account
hub / github.com/deepspeedai/DeepSpeed / data_ptr

Method data_ptr

csrc/aio/py_lib/deepspeed_cpu_op.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35char* cpu_op_desc_t::data_ptr() const { return (char*)_contiguous_buffer.data_ptr(); }
36
37void cpu_op_desc_t::finish()
38{

Callers 10

invokeFunction · 0.45
freeMethod · 0.45
is_managedMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
deepspeed_py_memcpyFunction · 0.45
deepspeed_py_aio_writeFunction · 0.45
deepspeed_py_aio_readFunction · 0.45
invokeFunction · 0.45
run_stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected