This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!939
transmit jobid to profling
Merge pull request
!939
from caifubi/transmit-jobid-to-profiling
tags/v0.3.0-alpha
mindspore-ci-bot
Gitee
6 years ago
parent
3d3b9d5474
16fae8d2a4
commit
bdd5bee0ed
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
mindspore/ccsrc/device/ascend/profiling/profiling_manager.cc
+ 4
- 0
mindspore/ccsrc/device/ascend/profiling/profiling_manager.cc
View File
@@ -131,6 +131,10 @@ bool ProfilingManager::StartupProfiling(uint32_t device_id) {
// current one docker only use one device`
Json p_device;
// JOBID
auto job_id = GetJobId();
p_device["jobID"] = std::to_string(job_id);
// device_id
p_device["deviceID"] = std::to_string(device_id);
Write
Preview
Loading…
Cancel
Save