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

Method create

src/backend/cpu/queue.hpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 event_impl &operator=(int val) noexcept { return *this; }
53
54 int create() {
55 AF_ERROR("Incorrectly configured", AF_ERR_INTERNAL);
56 return 0;
57 }
58
59 int mark(queue_impl &queue) {
60 AF_ERROR("Incorrectly configured", AF_ERR_INTERNAL);

Callers 15

makeEventFunction · 0.45
createEventFunction · 0.45
makeEventFunction · 0.45
createEventFunction · 0.45
fft_inplaceFunction · 0.45
fft_r2cFunction · 0.45
fft_c2rFunction · 0.45
createMethod · 0.45
createAndMarkEventMethod · 0.45
makeEventFunction · 0.45
createEventFunction · 0.45
cublasManagerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected