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

Function af_device_info

src/api/c/device.cpp:186–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186af_err af_device_info(char* d_name, char* d_platform, char* d_toolkit,
187 char* d_compute) {
188 try {
189 devprop(d_name, d_platform, d_toolkit, d_compute);
190 }
191 CATCHALL;
192 return AF_SUCCESS;
193}
194
195af_err af_get_dbl_support(bool* available, const int device) {
196 try {

Callers 1

deviceInfoFunction · 0.50

Calls 1

devpropFunction · 0.50

Tested by

no test coverage detected