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

Method FFTTransposeNonSquareAction

src/library/enqueue.cpp:68–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68FFTTransposeNonSquareAction::FFTTransposeNonSquareAction(clfftPlanHandle plHandle, FFTPlan * plan, cl_command_queue queue, clfftStatus & err)
69 : FFTAction(plan, err)
70{
71 if (err != CLFFT_SUCCESS)
72 {
73 // FFTAction() failed, exit constructor
74 return;
75 }
76
77 err = CLFFT_SUCCESS;
78}
79
80FFTStockhamAction::FFTStockhamAction(clfftPlanHandle plHandle, FFTPlan * plan, cl_command_queue queue, clfftStatus & err)
81 : FFTAction(plan, err)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected