Cathy Wong
3fc204e3bc
dataset: Create C++ API classes for vision transform ops
...
Review rework
Add overloaded API Map function
Overload Execute, update st test_de.cc and enhance ut execute_test.cc;
More TensorTransform support for BoundingBoxAugment and UniformAug
Execute support for auto case; UT updates
Rebase updates, including fix CI Ascend compilations
test_de.cc - comment out dvpp tests
Rebase updates
Added back testcase and constructor
Added back constructor
added missing macro
Fixed Macro
removed decode
4 years ago
mindspore-ci-bot
feb07198e7
!12399 Add type support to Squeeze gpu op
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
7d97d1300e
!12370 Add type support to CumSum gpu op
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
Zhenglong Li
f2dce335f2
Make the resource manager independent, new base class DeviceResource and new derived class AscendResource
4 years ago
mindspore-ci-bot
aa71118a99
!12281 fix exec order bug about monad and add test_case in ci
...
From: @zengzitao
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
191b3f0c8c
!12368 Add type support to Split gpu op
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
Peilin Wang
4821caa143
add uint16, uint32, int8, int64, float64 type support to gpu Squeeze op
...
change to test in graph mode
4 years ago
mindspore-ci-bot
7443ea4b5b
!12369 Add type support to tile op
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
f021af8096
!12367 Add float64 support to MatMul ops in GPU
...
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
4b27c3206d
!12362 Add float64 support to Abs, Neg, Sqrt, Sin, Cos
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
07cb2f3e83
!12283 add new inner operator centralizaiton
...
From: @david-he91
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
14868354b9
!11649 Add-new-interface-'ForwardValueAndGrad'-to-merge-forward-run-and-grad-operation
...
From: @joylvliang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
176afda078
!12307 Add result check for cases in test_cont_grad.py
...
From: @liangzelang
Reviewed-by: @jjfeing,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
lvliang
dd36171976
add-new-interface-forward-value-and-grad
4 years ago
mindspore-ci-bot
94054172ce
!12341 fix st error for gpu type support
...
From: @yanglf1121
Reviewed-by: @liangchenghui,@kingxian
Signed-off-by: @liangchenghui,@kingxian
4 years ago
zengzitao
ef3507e973
fix exec order bug about monad
4 years ago
mindspore-ci-bot
048eba4460
!12359 add float64 support to assign GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
6c67bf7cb6
!12223 update testcases of dump
...
From: @rainyhorse
Reviewed-by: @lilongfei15,@kingxian
Signed-off-by: @kingxian
4 years ago
Peilin Wang
5f7fc5a0b1
initial commit
...
fix ci
4 years ago
Peilin Wang
1655a88b64
initial commit
4 years ago
Peilin Wang
2252e440a5
initial commit
...
fix ci
4 years ago
Peilin Wang
073fc6fa93
initial commit
...
fix ci
4 years ago
TFBunny
4c18e0894e
add float64 support to matmul ops
4 years ago
Peilin Wang
ce26d2e987
intitial commit
...
fix ci
fix ci
4 years ago
TFBunny
e1ed3b9c15
add float64 support to assign GPU
4 years ago
mindspore-ci-bot
8d936a6589
!12352 Add float64 support to Gather GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
0ee8ef736d
!12351 Add float64 support to GatherNd GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
8fabb26412
!12350 add float64 support to concat GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
TFBunny
6f9cfb809e
add float64 support to GatherNd
4 years ago
TFBunny
6fad165e43
add float64 support to gather gpu
4 years ago
TFBunny
ebb7f2e771
add float64 support to concat GPU
4 years ago
mindspore-ci-bot
d249ededf6
!12347 add float64 support to slice ops in GPU
...
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
mindspore-ci-bot
ed5f9cb1f2
!11802 Optimize GPU kernels for fasterrcnn
...
From: @robingrosman
Reviewed-by:
Signed-off-by:
4 years ago
TFBunny
799e51cff0
Add float64 support to slice ops
4 years ago
yanglf1121
f7dc5e2649
fix gpu_op type error
4 years ago
hedongdong
0660140708
add new inner operator centralizaiton
4 years ago
Zhenglong Li
e2d3495925
Dvpp refactor and 6 Dvpp operators
4 years ago
RobinGrosman
5d5225f2ee
optimize fasterrcnn on gpu. fix randomchoicewithmask, topk kernels
4 years ago
mindspore-ci-bot
adf934c567
!12152 Rewrite sequence_mask as a composite op
...
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
4 years ago
mindspore-ci-bot
1239a4a848
!12314 [auto-monad] Change backend execution order sorting policy
...
From: @hwhewei
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
He Wei
141c39b71c
[auto-monad] Change backend execution order sorting policy
...
Change backend execution order sorting policy from DFS to BFS
in KernelGraph::SetExecOrderByDefault().
4 years ago
mwang
fbcb3061d8
fix smoke of resnet thor
4 years ago
liangzelang
81afa9f103
check result in test_cont_graph cases
4 years ago
mindspore-ci-bot
ca37351927
!12268 Fix the core dump of MsRunGraph related to auto-monad
...
From: @huangbingjian
Reviewed-by: @zh_qh,@hwhewei
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
96cea98864
!11731 Add dynamic shape support to ReLU6 GPU
...
From: @TFbunny
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
6ed6d57076
!11560 Add dynamic shape support and testcases to GPU Dropout
...
From: @TFbunny
Reviewed-by:
Signed-off-by:
4 years ago
huangbingjian
1086132dc3
fix the core dump of MsRunGraph related to auto-monad; modify testcases
...
related to auto-monad, do not judge or assert the generated IR file on CI test cases.
4 years ago
mindspore-ci-bot
506ab6f477
!12166 [cpu] Add reduceall and reduceany to cpu
...
From: @yanglf1121
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
d80f77e988
!12191 dataset:add st that including training consume more than data produce or reverse
...
From: @ms_yan
Reviewed-by: @liucunwei,@liucunwei
Signed-off-by: @liucunwei,@liucunwei
4 years ago
rainyhorse
1186d34622
dump tool update
4 years ago