Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/SOL-ExecBench
/ PYBIND11_MODULE
Function
PYBIND11_MODULE
examples/cutlass/gemm/main.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
20
m.def(
"run"
, &run,
"CUTLASS GEMM"
);
21
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected