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

Method wait

src/backend/cpu/queue.hpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 int wait(queue_impl &queue) const {
65 AF_ERROR("Incorrectly configured", AF_ERR_INTERNAL);
66 return 0;
67 }
68
69 int sync() const noexcept {
70 AF_ERROR("Incorrectly configured", AF_ERR_INTERNAL);

Callers 15

doubleAllocationTestFunction · 0.45
syncFunction · 0.45
reduce_by_key_firstFunction · 0.45
reduce_by_key_dimFunction · 0.45
ArrayMethod · 0.45
writeHostDataArrayFunction · 0.45
syncForEventMethod · 0.45
copyDataFunction · 0.45
operator()Method · 0.45
getScalarFunction · 0.45
mean_all_weightedFunction · 0.45
mean_allFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected