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

Function af_get_dbl_support

src/api/c/device.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195af_err af_get_dbl_support(bool* available, const int device) {
196 try {
197 *available = isDoubleSupported(device);
198 }
199 CATCHALL;
200 return AF_SUCCESS;
201}
202
203af_err af_get_half_support(bool* available, const int device) {
204 try {

Callers 1

isDoubleAvailableFunction · 0.50

Calls 1

isDoubleSupportedFunction · 0.50

Tested by

no test coverage detected