liuchuting
d15ce09cd1
fix some warning of ms.
4 years ago
zhoufeng
b7bb53ff73
build libmindspore_backend.so
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
i-robot
476ec8007b
!30775 Support GPU cluster step trace.
Merge pull request !30775 from liuchuting/Q1
4 years ago
i-robot
e0de84afec
!30787 profiler supports pynative mode
Merge pull request !30787 from zangqx/zangqx_5
4 years ago
liuchuting
cf2877d86e
Support cluster step trace.
4 years ago
臧庆香
1fdd76c50f
profiler pynative cpp
4 years ago
zhoufeng
f49b195c39
extract common as an independent shared library
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
fangzehua
e64055d2ca
add parallel profiling
4 years ago
liuchuting
6f6f21126d
Fixed an issue where GPU multi-card network iteration tail time was negative.
4 years ago
liuchuting
0686651e9b
Fixed an issue where GPU multi-card network iteration tail time was negative.
4 years ago
yanghaitao1
56fd6f57e7
fix pclint in profiler
4 years ago
yanghaitao1
83302ad23c
remove profiling parameters in set_context function
4 years ago
gzhcv
4c78a47184
Fit Gpu LoopCount for profiler module v2
4 years ago
yanghaitao1
71990c836a
fix review issue
4 years ago
yanghaitao1
127e4d4068
fix profiler pclint&codex
5 years ago
gzhcv
96cf55b990
Fix the bug of incorrect op time info
5 years ago
gzhcv
c3a9fe6d06
refactor the c++ code of gpu profiler
Some function from ccsrc/profiler/device/cpu/cpu_data_saver* and ccsrc/profiler/device/gpu/data_saver* could be reused. Some function from ccsrc/profiler/device/cpu/cpu_profiling* and ccsrc/profiler/device/gpu/gpu_profiling* could be reused. This pr is to simplify these code.
5 years ago