!1346 bugfix for auto fp profiling; modify superkernel funcname

From: @ni100die
Reviewed-by: @sheng-nan,@ji_chen
Signed-off-by: @ji_chen
pull/1346/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 309934a4e6

@ -28,7 +28,7 @@ class SuperKernelFactory {
void *func_stub_ = nullptr;
void *func_ptr_ = nullptr;
void *handle_ = nullptr;
std::string sk_stub_name_ = "_Z21super_kernel_templatePmm";
std::string sk_stub_name_ = "super_kernel_template";
bool is_init_ = false;
SuperKernelFactory() {};
~SuperKernelFactory() {

Loading…
Cancel
Save