Gromacs
2024.4
|
All the persistent data for planning an executing a 3D FFT.
Public Member Functions | |
~RocfftPlan () | |
Destructor. | |
Public Attributes | |
rocfft_plan_description | description = nullptr |
Describes details of the data layout. | |
rocfft_plan | plan = nullptr |
High level information about the plan. | |
rocfft_execution_info | info = nullptr |
Execution details (working buffer, HIP stream to use, etc) | |
void * | workBuffer |
Persistent work buffer (left unallocated if not needed) | |