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

Function printMemInfo

src/backend/oneapi/memory.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

printInfoMethod · 0.45

Tested by

no test coverage detected