PSCF v1.1
GpuResources.h
1#ifndef PSPG_GPU_RESOURCES_H
2#define PSPG_GPU_RESOURCES_H
3
4#include "GpuTypes.h" // typedefs used in Pspg
5#include "ThreadGrid.h" // Management of GPU execution configuration
6#include "LinearAlgebra.h" // Linear algebra kernels used in Pspg
7#include "ParallelReductions.h" // Kernels using parallel reduction algorithms
8#include "KernelWrappers.h" // Host functions for reductions
9
10#endif