Searched refs:CUfunction (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/include/cuda/ |
H A D | cuda.h | 43 typedef void *CUfunction; typedef 140 CUresult cuFuncGetAttribute (int *, CUfunction_attribute, CUfunction); 144 CUresult cuLaunchKernel (CUfunction, unsigned, unsigned, unsigned, unsigned, 177 CUresult cuModuleGetFunction (CUfunction *, CUmodule, const char *); 183 CUresult cuOccupancyMaxPotentialBlockSize(int *, int *, CUfunction,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/cuda/ |
H A D | cuda.h | 44 typedef void *CUfunction; typedef 141 CUresult cuFuncGetAttribute (int *, CUfunction_attribute, CUfunction); 145 CUresult cuLaunchKernel (CUfunction, unsigned, unsigned, unsigned, unsigned, 178 CUresult cuModuleGetFunction (CUfunction *, CUmodule, const char *); 184 CUresult cuOccupancyMaxPotentialBlockSize(int *, int *, CUfunction,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
H A D | plugin-nvptx.c | 68 CUresult cuOccupancyMaxPotentialBlockSize(int *, int *, CUfunction, 257 CUfunction fn; 710 CUfunction function; in nvptx_exec() 1262 CUfunction function; in GOMP_OFFLOAD_load_image() 1884 CUfunction function = ((struct targ_fn_descriptor *) tgt_fn)->fn; in GOMP_OFFLOAD_run()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/ |
H A D | plugin-nvptx.c | 82 CUresult cuOccupancyMaxPotentialBlockSize(int *, int *, CUfunction, 271 CUfunction fn; 742 CUfunction function; in nvptx_exec() 1325 CUfunction function; in GOMP_OFFLOAD_load_image() 1985 CUfunction function = tgt_fn_desc->fn; in GOMP_OFFLOAD_run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | NVPTXUsage.rst | 390 CUfunction function; 653 CUfunction function;
|