void wrappers for timeit()
| 44 | |
| 45 | // void wrappers for timeit() |
| 46 | static void device_wrapper() { pi_device(); } |
| 47 | static void host_wrapper() { pi_host(); } |
| 48 | |
| 49 | int main(int argc, char** argv) { |
nothing calls this directly
no test coverage detected