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

Function dlerror

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

Source from the content-addressed store, hash-verified

47}
48
49void* dlerror() {
50 const char* errmsg = "dlerror not aviable in windows";
51 return const_cast<char*>(errmsg);
52}
53
54int check_file_exist(const char* path, int mode) {
55 return _access(path, mode);

Callers 1

get_cuda_include_pathMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected