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

Function verifySupported

src/backend/opencl/fft.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void verifySupported(const int rank, const dim4 &dims) {
68 for (int i = 0; i < rank; i++) { ARG_ASSERT(1, isSupLen(dims[i])); }
69}
70
71template<typename T>
72void fft_inplace(Array<T> &in, const int rank, const bool direction) {

Callers 3

fft_inplaceFunction · 0.85
fft_r2cFunction · 0.85
fft_c2rFunction · 0.85

Calls 1

isSupLenFunction · 0.85

Tested by

no test coverage detected