packages feed

cusolver-0.1.0.0: cbits/stubs.h

/*
 * Extra bits for cuSolver bindings
 */

#ifndef C_STUBS_H
#define C_STUBS_H

#ifdef __MINGW32__
#include <host_defines.h>
#undef CUDARTAPI
#define CUDARTAPI __stdcall
#endif

#include <cuda.h>
#include <cusolverDn.h>
#include <cusolverSp.h>
#include <cusolverRf.h>
#include <cusolver_common.h>

#if CUDA_VERSION >= 7500
#include <cusolverSp_LOWLEVEL_PREVIEW.h>
#endif

#endif /* C_STUBS_H */