Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ check_file_exist
Function
check_file_exist
src/core/impl/utils/cuda_helper.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
int check_file_exist(const char* path, int mode) {
55
return _access(path, mode);
56
}
57
#else
58
#define SPLITER
':'
59
#define PATH_SPLITER
'/'
Callers
2
find_file_in_envs_with_intmd
Function · 0.85
get_cuda_include_path
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected