mindspore-ci-bot
e212d12257
!13347 add cpu mixprecision
From: @huaweib
Reviewed-by: @zhoufeng54
Signed-off-by:
5 years ago
wangyanling
6268f660fb
add cpu broadcast_to op
5 years ago
baihuawei
a1c20e568a
add cpu micprecision
5 years ago
mindspore-ci-bot
8e8f3043f9
!12115 IR operators of GPU and CPU are unified as batchnorm
From: @ding_fei_fei
Reviewed-by:
Signed-off-by:
5 years ago
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
5 years ago
mindspore-ci-bot
075d737127
!13370 add lstm training attr
From: @huaweib
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
5 years ago
mindspore-ci-bot
b20e964760
!13429 Refactor some cpu ops
From: @wuxuejian
Reviewed-by: @kisnwang,@liangchenghui
Signed-off-by: @liangchenghui
5 years ago
baihuawei
b71da51d86
add training attr for lstm
5 years ago
wuxuejian
5498103990
Refactor some cpu ops
5 years ago
zhaoting
f252912936
fix cpu UnsortedSegmentSum
5 years ago
mindspore-ci-bot
c0f41deeae
!13305 fix pynative memory leak
From: @fangzehua
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
18580ac506
!13140 Operator[StridedSlice] not support bool tensor in cpu env.
From: @wangyanling10
Reviewed-by:
Signed-off-by:
5 years ago
wangyanling
42aa96a1a2
support bool data type for StridedSlice op
5 years ago
fangzehua
b204cadbc6
fix pynative memory leak
5 years ago
fangzehua
66de8cbad4
remove embeddinglookup input0 int64, and fix cache
5 years ago
donghufeng
8b63e5a047
n_threads bug
5 years ago
mindspore-ci-bot
dda51309c2
!13022 add parallel for some CPU ops
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian,@liangchenghui
5 years ago
linqingke
07b50f76ab
fix conv2d_grad_inpu infer strides.
5 years ago
zhaoting
c62baec9a4
add parallel for some CPU ops
5 years ago
mindspore-ci-bot
4fcf7a50fa
!13072 fix assign cpu output
From: @fangzehua
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
fangzehua
14a01d327f
fix assign cpu output
5 years ago
chendongsheng
d29f2b2634
remove static worker
5 years ago
mindspore-ci-bot
70024d3ab1
!12189 Add CPU Pad op
From: @wanyiming
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
8b733dccaa
!12922 biasadd report error when input 5d with nchw format at cpu
From: @wangyanling10
Reviewed-by:
Signed-off-by:
5 years ago
wanyiming
dbc0ad13db
cpu_pad_op
5 years ago
wangyanling
e6693ea89d
biasadd operator report error when input is not 2d or 4d
5 years ago
xcnick
d65a5affba
fix cpu/gpu argmax op
5 years ago
yuchaojie
d2cb3aa1c2
unify AvgPoolGrad
5 years ago
mindspore-ci-bot
e58be0de71
!12737 quantum state evolution operator
From: @donghufeng
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
99c17c43d8
!12746 Fix ApplyAdagradCpuKernel output
From: @yang_chun
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian
5 years ago
chendongsheng
db0a6f1e19
replace ps-lite
5 years ago
yang_chun
580d33e90e
Fix: ApplyAdagrad output.
5 years ago
xuxs
066d23e2ad
evolution operator
5 years ago
mindspore-ci-bot
03935de4bf
!12630 make CPU op ResizeNearestNeighbor support float64 and Int64
From: @wanyiming
Reviewed-by:
Signed-off-by:
5 years ago
wanyiming
ca6ffac0e8
add_int64_float64
5 years ago
wangrao
ab17c49eba
add sinh, cosh, asinh, acosh, atanh, atan2, asinhgrad, acoshgrad for cpu
5 years ago
mindspore-ci-bot
2088d38610
!12149 quantum simulation
From: @donghufeng
Reviewed-by:
Signed-off-by:
5 years ago
wangrao
0a2525a522
add sin, cos, tan, atan for cpu
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
506ab6f477
!12166 [cpu] Add reduceall and reduceany to cpu
From: @yanglf1121
Reviewed-by:
Signed-off-by:
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
jinyaohui
30a27b2adb
modify Gelu、FastGelu to GeLU and FastGeLU
5 years ago
yanglf1121
01bfacddd6
add reduceany and reduceall to cpu
5 years ago
mindspore-ci-bot
c7494512eb
!12015 cpu support scalar tensor
From: @huaweib
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
jinyaohui
8022f9a6ed
modify pack to stack
5 years ago
baihuawei
a0b4175940
cpu support scalar tensor
5 years ago
mindspore-ci-bot
e897eb4c41
!11915 Change TensorAdd to Add, merge from r1.1 to master
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
5 years ago
mindspore-ci-bot
e0678ecf35
!11700 Add Asin, ACos, AsinGrad, ACosGrad for CPU
From: @wangrao124
Reviewed-by: @wuxuejian
Signed-off-by:
5 years ago
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
5 years ago