| 58 | } |
| 59 | |
| 60 | void 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 | } |
| 64 | void 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)); |
nothing calls this directly
no test coverage detected