caifubi
837ee12c02
Fix bug of invalid DEVICE_ID env for context
5 years ago
mindspore-ci-bot
4f25165b48
!12903 Change set_in_channel
From: @liangzhibo
Reviewed-by: @kingxian,@jpc_chenjianping
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
7446b67a3b
!12875 Adapt some ops for 3d format.
From: @liu_xiao_93
Reviewed-by:
Signed-off-by:
5 years ago
l00591931
a1370d8d7b
Change set_in_channel
5 years ago
mindspore-ci-bot
5135c214b7
!12882 [MD][bugfix] Fix line_of_code print twice issue
From: @xiefangqi
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
5 years ago
mindspore-ci-bot
68728d1034
!12794 [MD][RDR] minddata add rdr record infomation
From: @xiefangqi
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
26c88d673f
!12857 [lite] test core
From: @xu_anyue
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
8707cd4f39
!12879 fix bug of construct tensor
From: @lianliguang
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
5 years ago
liu_xiao_93
f37a230fe8
Adapt some ops for 3d format.
5 years ago
xuanyue
9b3842e1c9
test core
5 years ago
mindspore-ci-bot
423dcfc917
!12836 Change return in core_ops
From: @liangzhibo
Reviewed-by: @kingxian,@jpc_chenjianping
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
ab8b7b8bef
!12769 gpu support tensor-rt kernel
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
5 years ago
xiefangqi
b465b859c0
fix line twice problem
5 years ago
LianLiguang
079b78f2e4
fix bug of construct tensor
5 years ago
wilfChen
d7f5e7a571
gpu support tensor-rt kernel
5 years ago
xiefangqi
b3763e7afb
Add rdr info
5 years ago
l00591931
cf7c5840e3
Change return
5 years ago
liubuyu
2d97244741
auto tune stage one: construct json
5 years ago
yujianfeng
f0b7c3dd4d
Add a switch to control grad for scalar
5 years ago
zhoufeng
504f215800
api support dual abi
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
huanghui
cd21b284d9
fix ConvertAttrValuetoString
5 years ago
xuxs
c70049b190
mindquantum
mindquantum
cmake lint
projectq patch
test pqc
space
pylint
pqc python ops
doc
check
bug
bug
bug
bug
check boundary condition
mindquantum in log_adapter
mindquantum in adapter and recorder cc
substract to subtract
public variable to private variable
public variable to private variable
commit
debug
debug
const in utils
delete dtol
clint
5 years ago
mindspore-ci-bot
41ae5dbbd0
!12411 [auto-monad] Optimize order list
From: @hwhewei
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
5 years ago
mindspore-ci-bot
6b378aeb34
!12228 fix bugs of infer in lenet
From: @lianliguang
Reviewed-by:
Signed-off-by:
5 years ago
He Wei
f23b92af4c
[auto-monad] Optimize order list
Use OrderedSet for order list to optimize performance.
5 years ago
LianLiguang
39f424fdd7
fix bugs of c++ infer
5 years ago
luopengting
bd7e5e9d37
check ENABLE_DUMP_IR if user set env_config_path
If the ENABLE_DUMP_IR is off, the program will raise ValueError to
remind user to turn on ENABLE_DUMP_IR.
5 years ago
mindspore-ci-bot
1248047d19
!12245 [MD][GPU] Fix GPU mode overload memory at GPU:0 problem
From: @xiefangqi
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
5 years ago
xiefangqi
93d7642374
fix gpu rank_id problem
5 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
5 years ago
mindspore-ci-bot
228a64de0f
!11390 convert part of prim attr from str to int
From: @wangnan39
Reviewed-by: @kingxian
Signed-off-by:
5 years ago
wangnan39@huawei.com
2f79905f60
convert attr from str to enum
5 years ago
gongxiaoqing
7f538b51e7
回退 'Pull Request !11074 : replace tdt with acltdt interface'
5 years ago
mindspore-ci-bot
c2582dcab9
!11074 replace tdt with acltdt interface
From: @ms_yan
Reviewed-by: @lilongfei15
Signed-off-by:
5 years ago
mindspore-ci-bot
592beab332
!12083 supplement master new ops
From: @lyvette
Reviewed-by: @hangangqiang
Signed-off-by: @hangangqiang
5 years ago
liuyu
c777c44e80
supplement new master ops
5 years ago
mindspore-ci-bot
ad5b033cc5
Change L2Norm, r1.1 to master
5 years ago
mindspore-ci-bot
d638a92946
!11892 remove unnecessary profiling_output_path parameter for set_context
From: @yanghaitao1
Reviewed-by: @yelihua
Signed-off-by:
5 years ago
jinyaohui
d9be0c102d
add some ops
5 years ago
yepei6
1b4633f31f
update acltdt api
5 years ago
yanghaitao1
eefb4295ba
remove profiling output path from context
5 years ago
mindspore-ci-bot
b189f177bb
Change tuple_getitem to TupleGetItem and some other ops, merge from r1.1 to master
5 years ago
lixian
7d2fd6e76c
cxx api refactor: tensor/status/model
5 years ago
lizhenyu
f17534af08
ps cache support sparse
5 years ago
mindspore-ci-bot
6e97c0004e
!11689 gpu support serving basic
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
5 years ago
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
wilfChen
a911b9ef9e
mindspore serving support gpu backend
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
fangzehua
f97e19f23f
add cache pass
5 years ago