forked from huawei/mindspore2022
open gpu profiling interface
This commit is contained in:
parent
03313f5f0e
commit
864460f4b3
|
|
@ -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