Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegCC
/ ssprintf
Function
ssprintf
compiler/tools/kernel_exporter/utils.cpp:47–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
std::string ssprintf(const char* fmt, ...) {
48
va_list ap;
49
va_start(ap, fmt);
50
auto rst = svsprintf(fmt, ap);
51
va_end(ap);
52
return rst;
53
}
Callers
5
kernel_name_to_type
Method · 0.85
get_arch_type
Method · 0.85
gen_kenrels
Method · 0.85
config_attr
Function · 0.85
proxy_kernel
Function · 0.85
Calls
1
svsprintf
Function · 0.70
Tested by
1
proxy_kernel
Function · 0.68