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

Function printMemInfo

src/backend/opencl/memory.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51void shutdownPinnedMemoryManager() { pinnedMemoryManager().shutdown(); }
52
53void printMemInfo(const char *msg, const int device) {
54 memoryManager().printInfo(msg, device);
55}
56
57template<typename T>
58unique_ptr<cl::Buffer, function<void(cl::Buffer *)>> memAlloc(

Callers

nothing calls this directly

Calls 1

printInfoMethod · 0.45

Tested by

no test coverage detected