!24771 add compile option H to visible hidden interface
Merge pull request !24771 from Healing/hidden_visible
This commit is contained in:
commit
812dba7e21
|
@ -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…
Reference in New Issue