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

Method FFTStockhamAction

src/library/enqueue.cpp:80–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80FFTStockhamAction::FFTStockhamAction(clfftPlanHandle plHandle, FFTPlan * plan, cl_command_queue queue, clfftStatus & err)
81 : FFTAction(plan, err)
82{
83 if (err != CLFFT_SUCCESS)
84 {
85 // FFTAction() failed, exit constructor
86 return;
87 }
88
89 err = CLFFT_SUCCESS;
90}
91
92
93

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected