MCPcopy Create free account
hub / github.com/alibaba/libgrape-lite / data

Method data

grape/cuda/utils/shared_array.h:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 T* data() { return thrust::raw_pointer_cast(d_buffer_.data()); }
107
108 const T* data() const { return thrust::raw_pointer_cast(d_buffer_.data()); }
109

Callers 5

setMethod · 0.45
fillMethod · 0.45
getMethod · 0.45
SharedArrayClass · 0.45
AssignMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected