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

Function host_wrapper

examples/benchmarks/pi.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45// void wrappers for timeit()
46static void device_wrapper() { pi_device(); }
47static void host_wrapper() { pi_host(); }
48
49int main(int argc, char** argv) {
50 try {

Callers

nothing calls this directly

Calls 1

pi_hostFunction · 0.85

Tested by

no test coverage detected