From 42e52332c6581751e356396af979e4fa868228e0 Mon Sep 17 00:00:00 2001 From: shibo19 Date: Fri, 18 Feb 2022 11:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=A0=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E5=AE=8F=E4=BD=BF=E7=94=A8=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- torch_npu/csrc/profiler/cann_profiling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch_npu/csrc/profiler/cann_profiling.h b/torch_npu/csrc/profiler/cann_profiling.h index 5695a781659..eb276fe8c82 100644 --- a/torch_npu/csrc/profiler/cann_profiling.h +++ b/torch_npu/csrc/profiler/cann_profiling.h @@ -31,7 +31,7 @@ typedef enum { namespace torch_npu { namespace profiler { -class TORCH_NPU_API NpuProfiling +class NpuProfiling { public: static NpuProfiling& Instance(); -- Gitee