!24771 add compile option H to visible hidden interface

Merge pull request !24771 from Healing/hidden_visible
This commit is contained in:
i-robot 2021-12-03 03:57:55 +00:00 committed by Gitee
commit 812dba7e21
1 changed files with 1 additions and 1 deletions

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;