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

Method DoGetOutputGridSizes

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

Source from the content-addressed store, hash-verified

89}
90
91void NvOFCuda::DoGetOutputGridSizes(uint32_t* vals, uint32_t* size) {
92 NVOF_API_CALL(m_NvOFAPI->GetAPI()->nvOFGetCaps(
93 m_NvOFAPI->GetHandle(), NV_OF_CAPS_SUPPORTED_OUTPUT_GRID_SIZES, vals,
94 size));
95}
96
97void NvOFCuda::DoExecute(
98 const NV_OF_EXECUTE_INPUT_PARAMS& executeInParams,

Callers

nothing calls this directly

Calls 2

GetAPIMethod · 0.80
GetHandleMethod · 0.80

Tested by

no test coverage detected