MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / NUMAEnabled

Function NUMAEnabled

tensorflow/core/platform/posix/port.cc:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168#endif // TENSORFLOW_USE_NUMA
169
170bool NUMAEnabled() { return (NUMANumNodes() > 1); }
171
172int NUMANumNodes() {
173#ifdef TENSORFLOW_USE_NUMA

Callers 1

TESTFunction · 0.50

Calls 1

NUMANumNodesFunction · 0.70

Tested by 1

TESTFunction · 0.40