STORMM Source Documentation
Loading...
Searching...
No Matches
cuda_wrappers.h
1// -*-c++-*-
2#ifndef STORMM_KFUNC_POINTERS_H
3#define STORMM_KFUNC_POINTERS_H
4
5#include "copyright.h"
6
7# ifdef STORMM_USE_HPC
8# include <cuda_runtime.h>
9
10namespace stormm {
11namespace card {
12
13# ifdef STORMM_USE_CUDA
20template <typename T> cudaError_t wrapCudaFuncGetAttributes(cudaFuncAttributes *attrib, T ptr);
21# endif
22
23} // namespace card
24} // namespace stormm
25
26# include "cuda_wrappers.tpp"
27
28# endif
29#endif