MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / device

Method device

src/backend/cuda/Array.hpp:256–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 T *device();
255
256 T *device() const { return const_cast<Array<T> *>(this)->device(); }
257
258 T *get(bool withOffset = true) {
259 if (!isReady()) eval();

Callers 1

getDevicePtrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected