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

Method threads

src/backend/cpu/device_manager.hpp:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 std::string vendor() const { return mVendorId; }
70 std::string model() const { return mModelName; }
71 int threads() const { return mNumLogCpus; }
72
73 private:
74 // Bit positions for data extractions

Callers 1

getDeviceInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected