This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
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
532068584d
56ae399228
commit
812dba7e21
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save