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

Method FFTTransposeSquareAction

src/library/enqueue.cpp:56–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56FFTTransposeSquareAction::FFTTransposeSquareAction(clfftPlanHandle plHandle, FFTPlan * plan, cl_command_queue queue, clfftStatus & err)
57 : FFTAction(plan, err)
58{
59 if (err != CLFFT_SUCCESS)
60 {
61 // FFTAction() failed, exit constructor
62 return;
63 }
64
65 err = CLFFT_SUCCESS;
66}
67
68FFTTransposeNonSquareAction::FFTTransposeNonSquareAction(clfftPlanHandle plHandle, FFTPlan * plan, cl_command_queue queue, clfftStatus & err)
69 : FFTAction(plan, err)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected