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

Method FFTCopyAction

src/library/enqueue.cpp:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32FFTCopyAction::FFTCopyAction(clfftPlanHandle plHandle, FFTPlan * plan, cl_command_queue queue, clfftStatus & err)
33 : FFTAction(plan, err)
34{
35 if (err != CLFFT_SUCCESS)
36 {
37 // FFTAction() failed, exit constructor
38 return;
39 }
40
41 err = CLFFT_SUCCESS;
42}
43
44FFTTransposeGCNAction::FFTTransposeGCNAction(clfftPlanHandle plHandle, FFTPlan * plan, cl_command_queue queue, clfftStatus & err)
45 : FFTAction(plan, err)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected