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

Function infoString

src/api/cpp/device.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52void info() { AF_THROW(af_info()); }
53
54const char *infoString(const bool verbose) {
55 char *str = NULL;
56 AF_THROW(af_info_string(&str, verbose));
57 return str;
58}
59
60void deviceprop(char *d_name, char *d_platform, char *d_toolkit,
61 char *d_compute) {

Callers

nothing calls this directly

Calls 1

af_info_stringFunction · 0.50

Tested by

no test coverage detected