Gromacs  2026.0-dev-20241204-d69d709
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
gmx::RocfftPlan Struct Reference

#include <gromacs/fft/rocfft_common_utils.h>

Description

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 = nullptr
 Persistent work buffer (left unallocated if not needed)
 

The documentation for this struct was generated from the following files: