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

Method alignment_requirement

dnn/src/x86/handle.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58size_t HandleImpl::alignment_requirement() const {
59 // AVX-512 requires 64byte alignment; we use this max value here
60 return 64;
61}
62
63MEGDNN_SPECIALIZE_CREATE_OPERATOR(SeparableConv)
64MEGDNN_SPECIALIZE_CREATE_OPERATOR(SeparableFilter)

Callers 10

init_cuda_asyncMethod · 0.45
init_atlasMethod · 0.45
init_rocm_asyncMethod · 0.45
init_cpuMethod · 0.45
init_cnrtMethod · 0.45
test_param_pack_concatFunction · 0.45
test_param_pack_concatFunction · 0.45
test_param_pack_concatFunction · 0.45
get_workspace_bundleMethod · 0.45
get_workspace_bundleMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_param_pack_concatFunction · 0.36
test_param_pack_concatFunction · 0.36
test_param_pack_concatFunction · 0.36