Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
set
Method · 0.45
fill
Method · 0.45
get
Method · 0.45
SharedArray
Class · 0.45
Assign
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected