Searched refs:CUmodule (Results 1 – 1 of 1) sorted by relevance
/hardware/google/aemu/third-party/cuda/include/host-common/ |
D | dynlink_cuda_cuda.h | 59 typedef struct CUmod_st *CUmodule; /**< CUDA module */ typedef 1211 typedef CUresult CUDAAPI tcuModuleLoad(CUmodule *module, const char *fname); 1212 typedef CUresult CUDAAPI tcuModuleLoadData(CUmodule *module, const void *image); 1213 typedef CUresult CUDAAPI tcuModuleLoadDataEx(CUmodule *module, const void *image, unsigned int num… 1214 typedef CUresult CUDAAPI tcuModuleLoadFatBinary(CUmodule *module, const void *fatCubin); 1215 typedef CUresult CUDAAPI tcuModuleUnload(CUmodule hmod); 1216 typedef CUresult CUDAAPI tcuModuleGetFunction(CUfunction *hfunc, CUmodule hmod, const char *name); 1219 …typedef CUresult CUDAAPI tcuModuleGetGlobal(CUdeviceptr *dptr, size_t *bytes, CUmodule hmod, cons… 1221 …typedef CUresult CUDAAPI tcuModuleGetGlobal(CUdeviceptr *dptr, unsigned int *bytes, CUmodule hmod… 1224 typedef CUresult CUDAAPI tcuModuleGetTexRef(CUtexref *pTexRef, CUmodule hmod, const char *name); [all …]
|