open gpu profiling interface

This commit is contained in:
healing 2021-12-03 20:14:08 +08:00
parent 03313f5f0e
commit 864460f4b3
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;