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

Method get_workspace

dnn/src/arm_common/matrix_mul/algos.cpp:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55size_t MatrixMulImpl::AlgoInt8x8x16::get_workspace(
56 const KernSizeParam& kern_size_param) const {
57 MIDOUT_BEGIN(
58 megdnn_arm_exec_int8816, midout_iv("AlgoInt8x8x16::get_workspace"_hash)) {
59 auto wbundle = get_workspace_bundle_int_8x8x16(kern_size_param);
60 return wbundle.total_size_in_bytes();
61 }
62 MIDOUT_END();
63 return 0;
64}
65
66MatrixMulImpl::kern_t MatrixMulImpl::AlgoInt8x8x16::get_kern(
67 const KernSizeParam&) const {

Callers

nothing calls this directly

Calls 3

total_size_in_bytesMethod · 0.80
MIDOUT_BEGINFunction · 0.70

Tested by

no test coverage detected