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

Method mark

src/backend/cpu/queue.hpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 int mark(queue_impl &queue) {
60 AF_ERROR("Incorrectly configured", AF_ERR_INTERNAL);
61 return 0;
62 }
63
64 int wait(queue_impl &queue) const {
65 AF_ERROR("Incorrectly configured", AF_ERR_INTERNAL);

Callers 12

makeEventFunction · 0.45
markEventOnActiveQueueFunction · 0.45
makeEventFunction · 0.45
markEventOnActiveQueueFunction · 0.45
markMethod · 0.45
markEventMethod · 0.45
makeEventFunction · 0.45
markEventOnActiveQueueFunction · 0.45
reduce_by_key_dimFunction · 0.45
reduce_by_key_firstFunction · 0.45
makeEventFunction · 0.45
markEventOnActiveQueueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected