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

Function sync

src/api/cpp/device.cpp:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99int deviceget() { return getDevice(); }
100
101void sync(int device) { AF_THROW(af_sync(device)); }
102
103// Alloc device memory
104void *alloc(const size_t elements, const af::dtype type) {

Callers 15

timeitFunction · 0.70
TESTFunction · 0.50
mainFunction · 0.50
calcFunction · 0.50
TESTFunction · 0.50
TEST_FFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
af_syncFunction · 0.50
benchmark_perceptronFunction · 0.50
benchmark_nbFunction · 0.50

Calls 1

af_syncFunction · 0.50

Tested by

no test coverage detected