MCPcopy Create free account
hub / github.com/MegEngine/MegCC / GetKernelSignature

Method GetKernelSignature

compiler/lib/KernelGen/Arm/ArmCommon/ExpNeonKernel.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12std::string ExpNeonKernel::GetKernelSignature(TContext*) const {
13 return R"(float32x4_t exp_ps_f32(float32x4_t x))";
14}
15
16std::string ExpNeonKernel::GetKernelBody(TContext*) const {
17 std::stringstream writer;

Callers 2

gen_postprocess_inlineFunction · 0.45
instantiateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected