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

Function af_info

src/api/c/device.cpp:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160af_err af_info() {
161 try {
162 printf("%s", getDeviceInfo().c_str()); // NOLINT
163 }
164 CATCHALL;
165 return AF_SUCCESS;
166}
167
168af_err af_info_string(char** str, const bool verbose) {
169 UNUSED(verbose); // TODO(umar): Add something useful

Callers 2

TESTFunction · 0.50
infoFunction · 0.50

Calls 1

getDeviceInfoFunction · 0.50

Tested by

no test coverage detected