2#ifndef STORMM_HPC_RMSD_H
3#define STORMM_HPC_RMSD_H
6#include <cuda_runtime.h>
9#include "Accelerator/core_kernel_manager.h"
10#include "Accelerator/hybrid.h"
11#include "Analysis/comparison_guide.h"
12#include "Constants/behavior.h"
13#include "Synthesis/phasespace_synthesis.h"
19using analysis::ComparisonGuide;
21using card::CoreKlManager;
22using constants::PrecisionModel;
23using synthesis::PhaseSpaceSynthesis;
30cudaFuncAttributes queryRMSDKernelRequirements(PrecisionModel prec, RMSDTask order);
A class to guide the implementation of GPU kernels, with selected thread counts per block and block c...
Definition core_kernel_manager.h:56
An evolution of GpuBuffer in pmemd.cuda, the Composite array has elements that are accessible from ei...
Definition hybrid.h:202
Collect instructions for one or more systems (intend to work with any coordinate object,...
Definition rmsd_plan.h:89
A fixed-precision representation of coordinates, velocities, and forces to manage a set of simulation...
Definition phasespace_synthesis.h:325