Home
last modified time | relevance | path

Searched refs:cuModuleLoadDataEx (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/ut/cpp/stub/runtime/
Dcuda.cc20 CUresult cuModuleLoadDataEx(CUmodule *module, const void *image, unsigned int numOptions, CUjit_opt… in cuModuleLoadDataEx() function
Dcuda.h73 CUresult cuModuleLoadDataEx(CUmodule *module, const void *image, unsigned int numOptions, CUjit_opt…
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/gpu/
Dakg_gpu_kernel_mod.cc74 …CUresult result = cuModuleLoadDataEx(&module, kernel_pack->GetKernel()->contents, 1, options, valu… in GetFunction()