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

Function deviceprop

src/api/cpp/device.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void deviceprop(char *d_name, char *d_platform, char *d_toolkit,
61 char *d_compute) {
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));

Callers

nothing calls this directly

Calls 1

deviceInfoFunction · 0.85

Tested by

no test coverage detected