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

Method DoExecute

src/opr/impl/nvof/NvOFCuda.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void NvOFCuda::DoExecute(
98 const NV_OF_EXECUTE_INPUT_PARAMS& executeInParams,
99 NV_OF_EXECUTE_OUTPUT_PARAMS& executeOutParams) {
100 NVOF_API_CALL(m_NvOFAPI->GetAPI()->nvOFExecute(
101 m_NvOFAPI->GetHandle(), &executeInParams, &executeOutParams));
102}
103
104void NvOFCuda::DoInit(const NV_OF_INIT_PARAMS& initParams) {
105 uint32_t minWidth = _QuerySupportCaps(NV_OF_CAPS_WIDTH_MIN);

Callers

nothing calls this directly

Calls 2

GetAPIMethod · 0.80
GetHandleMethod · 0.80

Tested by

no test coverage detected