MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / dlopen

Function dlopen

src/core/impl/utils/cuda_helper.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#define NVCC_EXE "nvcc.exe"
37
38void* dlopen(const char* file, int) {
39 return static_cast<void*>(LoadLibrary(file));
40}
41
42int dlinfo(void* handle, int request, char* path) {
43 if (GetModuleFileName((HMODULE)handle, path, PATH_MAX))

Callers 1

get_cuda_include_pathMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected