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

Function deviceInfo

src/api/cpp/device.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 deviceInfo(d_name, d_platform, d_toolkit, d_compute);
63}
64void deviceInfo(char *d_name, char *d_platform, char *d_toolkit,
65 char *d_compute) {
66 AF_THROW(af_device_info(d_name, d_platform, d_toolkit, d_compute));
67}
68
69int getDeviceCount() {
70 int devices = -1;

Callers 1

devicepropFunction · 0.85

Calls 1

af_device_infoFunction · 0.50

Tested by

no test coverage detected