STORMM Source Documentation
Loading...
Searching...
No Matches
src
Accelerator
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
10
namespace
stormm {
11
namespace
card {
12
13
# ifdef STORMM_USE_CUDA
20
template
<
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
Generated by
1.13.2