MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / SetPostcallback

Method SetPostcallback

src/library/generator.stockham.cpp:2041–2045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2039 }
2040
2041 void SetPostcallback(bool hasPostcallback, clfftCallbackParam postcallbackParam)
2042 {
2043 fft_doPostCallback = hasPostcallback;
2044 fft_postCallback = postcallbackParam;
2045 }
2046
2047 void GeneratePass( bool fwd, std::string &passStr, bool fft_3StepTwiddle, bool twiddleFront,
2048 bool inInterleaved, bool outInterleaved,

Callers 1

KernelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected