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

Function bench_vec

examples/getting_started/vectorize.cpp:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143static void bench_naive() { dist_naive(A, B); }
144
145static void bench_vec() { dist_vec(A, B); }
146
147static void bench_gfor1() { dist_gfor1(A, B); }
148

Callers

nothing calls this directly

Calls 1

dist_vecFunction · 0.85

Tested by

no test coverage detected