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

Function NumHyperthreadsPerCore

tensorflow/core/platform/windows/port.cc:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184int NumHyperthreadsPerCore() {
185 static const int ht_per_core = tensorflow::port::CPUIDNumSMT();
186 return (ht_per_core > 0) ? ht_per_core : 1;
187}
188
189} // namespace port
190} // namespace tensorflow

Callers

nothing calls this directly

Calls 1

CPUIDNumSMTFunction · 0.85

Tested by

no test coverage detected