Browse Source

!24771 add compile option H to visible hidden interface

Merge pull request !24771 from Healing/hidden_visible
tags/v1.6.0
i-robot Gitee 4 years ago
parent
commit
812dba7e21
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ccsrc/profiler/device/gpu/gpu_profiling.h

+ 1
- 1
mindspore/ccsrc/profiler/device/gpu/gpu_profiling.h View File

@@ -108,7 +108,7 @@ class ProfilingOp {
std::string op_name_;
};

class GPUProfiler : public Profiler {
class MS_CORE_API GPUProfiler : public Profiler {
public:
static std::shared_ptr<GPUProfiler> &GetInstance();
GPUProfiler() = default;


Loading…
Cancel
Save