MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / getAliveDevicePointers

Method getAliveDevicePointers

extensions/include/cuMat/src/Context.h:333–333  ·  view source on GitHub ↗

For testing only

Source from the content-addressed store, hash-verified

331 int getAliveHostPointers() const { return allocationsHost_; }
332 //For testing only
333 int getAliveDevicePointers() const { return allocationsDevice_; }
334#endif
335
336 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected