|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "gpu_3dfft_ocl.h"#include <clFFT.h>#include <array>#include <vector>#include "gromacs/gpu_utils/device_context.h"#include "gromacs/gpu_utils/device_stream.h"#include "gromacs/gpu_utils/devicebuffer.h"#include "gromacs/gpu_utils/gmxopencl.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/gmxassert.h"#include "gromacs/utility/stringutil.h"
Include dependency graph for gpu_3dfft_ocl.cpp:Implements GPU 3D FFT routines for OpenCL.
Functions | |
| static void | gmx::handleClfftError (clfftStatus status, const char *msg) |
| Throws the exception on clFFT error. | |
1.8.5