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

Function getPlatformName

src/backend/oneapi/platform.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194string getPlatformName(const sycl::device& device) {
195 std::string platStr =
196 device.get_platform().get_info<sycl::info::platform::name>();
197 // return platformMap(platStr);
198 return platStr;
199}
200
201typedef pair<unsigned, unsigned> device_id_t;
202

Callers 2

getPlatformEnumFunction · 0.70
getDeviceInfoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected