| 150 | void freeHost(const void *ptr) { AF_THROW(af_free_host((void *)ptr)); } |
| 151 | |
| 152 | void printMemInfo(const char *msg, const int device_id) { |
| 153 | AF_THROW(af_print_mem_info(msg, device_id)); |
| 154 | } |
| 155 | |
| 156 | void deviceGC() { AF_THROW(af_device_gc()); } |
| 157 |
no test coverage detected