luopengting
4683ecc06b
support env_config_path to set the config file for DFX
1. add env_config_path for ms_context
2. add EnvConfigParser to parse config
3. add in CMakeLists
4. clang-format, cpplint
5. fix spelling in ms_context
Use EnvConfigParser in the constructed function of base_recorder,
when a recorder is initialized, its direcctory will be set as the
value from config file. In addition, recorder_manager will get the
'enable' from config file. If 'enable' is true and the path is not a
valid value, it will be the default value: './rdr'.
5 years ago
buxue
2ea8b9e738
add dict for isinstance
5 years ago
mindspore-ci-bot
55594db01c
!11348 add check for outermost net inputs type and support isinstance first arg is an empty list
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
d8323b5d51
!11342 Support device memeory profiling
From: @yanghaitao1
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
2ea8527de3
!11314 add cache embedding for wide&deep model
From: @fangzehua
Reviewed-by:
Signed-off-by:
5 years ago
buxue
e8cd572bc2
add check for outermost net inputs type and support isinstance first arg an empty list
5 years ago
mindspore-ci-bot
a58413479e
!11430 add del_attr function
From: @changzherui
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
5 years ago
fangzehua
f97e19f23f
add cache pass
5 years ago
yuchaojie
1932d87a26
update some op's attr name
5 years ago
changzherui
2795273753
add del_attr funciton
5 years ago
yanghaitao1
8d147deb07
profiler memory
5 years ago
mindspore-ci-bot
eacc8bac89
!10755 [Numpy-Native] Add new numpy-native interfaces to mindspore.numpy
From: @yanglf1121
Reviewed-by:
Signed-off-by:
5 years ago
yanglf1121
72903c11c8
add array_ops, math_ops and tensor ops
5 years ago
tanghuikang
b1ce9fed1e
Release GIL lock when SyncAsNumpy and run bprop graph in PyNative mod.
5 years ago
ling
83df854f59
pybind fix
5 years ago
ling
8a78b1f362
[MSLITE] arithmetic optimize
5 years ago
mindspore-ci-bot
3cc0360d55
!9199 add paralle split
From: @kisnwang
Reviewed-by:
Signed-off-by:
5 years ago
kswang
8a035778b6
add parallel split
5 years ago
mindspore-ci-bot
b67aaf6773
!9832 expose_allgather_fusion_to_users
From: @gong_zi_yan
Reviewed-by:
Signed-off-by:
5 years ago
Ziyan
bbf8ec82b9
expose allgather fusion interface to users
5 years ago
chenfei
2e77736443
pynative consistent run fail
5 years ago
mindspore-ci-bot
44abd94b42
!9408 [ME][Pynative]Fix mem leak problem in pynative mode
From: @chenfei52
Reviewed-by:
Signed-off-by:
5 years ago
chenfei
1f20e552ed
handle mem leak in pynative mode
use enter and leave construct
5 years ago
mindspore-ci-bot
00611b1c41
!10175 Add tensor.ndim and rename tensor.size() to tensor.size
From: @yanglf1121
Reviewed-by: @kingxian,@zhunaipan
Signed-off-by: @kingxian
5 years ago
zjun
c0f02dfaf8
Opitimize pynative bprop
Signed-off-by: zjun <zhangjun0@huawei.com>
5 years ago
yanglf1121
918679daa3
add tensor.ndim and rename tensor.size() to tensor.size
5 years ago
zjun
3e1358fe94
Fix bprop second derivative
Signed-off-by: zjun <zhangjun0@huawei.com>
5 years ago
lizhenyu
e3f7ae61db
add ps cache manager
5 years ago
huanghui
1c5cba7b81
add data_sync in Tensor.__repr__
5 years ago
chenfei
368e33bd67
resolve mem leak in primitive py
5 years ago
lvliang
ea0d53c27c
fix-bug-of-zero-in-tensor-shape-and-non-py-tensor-in-cell-hook-in-pynative
5 years ago
mindspore-ci-bot
701f07401b
!8271 modify_normal_seed
From: @Somnus2020
Reviewed-by: @kingxian
Signed-off-by: @kingxian
5 years ago
lilei
4d48049b27
modify_normal_seed
5 years ago
Yi Huaijie
d7faa77b5e
support int64 shape
5 years ago
lizhenyu
fd1d61eaf7
enbale ps mode init in server
5 years ago
mindspore-ci-bot
56bcaa5039
!7410 enable async run graph
Merge pull request !7410 from kisnwang/enable-async-run-graph
5 years ago
kswang
ece27f313e
enable async run
5 years ago
lvliang
1b98e91a7e
checkout-the-consistency-of-grad-out-in-pynative-cell-hook
5 years ago
Wei Luning
cdbd16de0c
fix bug in parameter set & fix code style in pynative_executa.cc
5 years ago
mindspore-ci-bot
3aa07a4362
!6320 change mix_precision to c++
Merge pull request !6320 from vlne-v1/pynative_amp
5 years ago
kpy
44c01e27c0
do mixprecision in c++ for pynative
5 years ago
mindspore-ci-bot
a79943ca98
!6425 Fix codedex issue for tensor_py
Merge pull request !6425 from hewei/fix_codedex_0917
5 years ago
mindspore-ci-bot
63f0fb070f
!6284 Fix static check
Merge pull request !6284 from BowenK/master
5 years ago
He Wei
3ad1acf04c
Fix codedex issue for tensor_py
5 years ago
BowenK
607ea81c7b
fix static check
5 years ago
lilei
6215e30086
clear up codedex of C++
5 years ago
lilei
f2b9ac3d6a
clear up codedex of C++
5 years ago
mindspore-ci-bot
fda52b50df
!6028 Fix codedex issues in tensor_py.cc
Merge pull request !6028 from hewei/fix_codedex_0911
5 years ago
He Wei
5ddc6266b2
Fix codedex issue in tensor_py.cc
5 years ago
zhousiyi
ab74dfc839
refact backend/session from python
5 years ago