Commit Graph

738 Commits (3621bb23488dae78e0e5d8b14d99accfec1816c3)

Author SHA1 Message Date
Jonathan Yan bbd19dbe43 roi align memory leak
5 years ago
mindspore-ci-bot 35e6cca1a3 !5634 wrap numpy random seed into an api
5 years ago
Yi Huaijie 4a5d115a66 add get_seed() and set_seed()
5 years ago
mindspore-ci-bot bb84f50407 !5473 optim pylint
5 years ago
mindspore-ci-bot 749979e7c4 !5458 NMS GPU OP Performance improvement
5 years ago
mindspore-ci-bot 91a0fa75a5 !5594 add st about loss_scale and parser for pynative mode
5 years ago
mindspore-ci-bot c2fddb56c8 !4922 Transform tuple parameter to multiple parameters
5 years ago
simson 26fa5c7d8c add st about loss_scale and parser for pynative mode
5 years ago
mindspore-ci-bot 087212441a !5192 Add unit tests for scatternd
5 years ago
huangdongrun 0099da2c99 add support for tuple parameter transform
5 years ago
jinyaohui a9972a7def optim pylint
5 years ago
mindspore-ci-bot e6a4d932b4 !5350 [AutoParallel]Rectification distributed init
5 years ago
lichenever d3e55b543e rectification init
5 years ago
danish 7d7fa760a0 reduce based nms final pass - speed improv
5 years ago
mindspore-ci-bot 820f2cb4eb !5351 move ParalleMode to Context
5 years ago
yao_yf 07117e4dd4 mv ParallelMode to context
5 years ago
mindspore-ci-bot da8d04e8bd !5237 Enbale ub fusion of Matmul+ConfusionTransposeD
5 years ago
mindspore-ci-bot def1ff4307 !5302 Enlarge-the-threshold-of-resnet50-in-pynative
5 years ago
mindspore-ci-bot 042f6a8d97 !5201 serving st time optimization
5 years ago
lvliang 1b018b8167 enlarge-the-threshold-of-resnet50-in-pynative
5 years ago
peixu_ren 2d5d44ab22 Add test cases for uniform ops on GPU
5 years ago
mindspore-ci-bot adbb75556d !4778 Added type support for Reshape gpu kernel for faster RCNN
5 years ago
mindspore-ci-bot 8eff6c96b4 !5045 merge slice parameter checkpoints in wide&deep
5 years ago
mindspore-ci-bot 314c5ad055 !5172 remove name arg from gradoperation
5 years ago
mindspore-ci-bot 8b5c35210f !5208 Modify the name of parameters in uniform
5 years ago
huanghui 7755a54452 fix ub-fusion
5 years ago
mindspore-ci-bot 95212b55a0 !3271 make reftype a subtype of MetaTensor and try to mark ref in node input
5 years ago
Wei Luning 24a10225cf change base class of ref to tensor in cpp
5 years ago
panyifeng 1a54785fe2 remove name arg from gradoperation
5 years ago
yao_yf eeede168fa wide_and_deep merge ckpt in eval
5 years ago
peixu_ren 10f381d662 Modify the name of parameters in uniform
5 years ago
hexia e1c240f86a serving st time optimization
5 years ago
Peilin Wang d92a357e4a add scatternd ut
5 years ago
leilei_snow df9df609f8 fix index error
5 years ago
mindspore-ci-bot 7d4f481884 !5017 remove internal interface in wide&deep
5 years ago
mindspore-ci-bot abe6b82138 !5011 remove global grad ops
5 years ago
yao_yf a9a8e323b2 remove internal interface in wide&deep
5 years ago
mindspore-ci-bot 4f6e63fcf8 !4576 Support if by if not inline
5 years ago
huangdongrun 1bd9fefd84 support if by if not inline
5 years ago
panyifeng 637e812347 remove global grad ops
5 years ago
huanghui b367da88eb fix ScatterNdUpdate cpu kernel
5 years ago
zhangxinfeng3 6d821235c0 update some comments of api
5 years ago
mindspore-ci-bot 75fce54208 !4790 Fix a Pynative bug.
5 years ago
jin-xiulang c246b177a6 Debug for Pynative mode.
5 years ago
mindspore-ci-bot e2203bed01 !3957 Gpu StridedSlice dims exceeds
5 years ago
mindspore-ci-bot ab45bec828 !4924 Modify API comments and fix error of st
5 years ago
bingyaweng 3422f60d50 modify comments of API
5 years ago
wilfChen 837aecf9af gpu stridedslice
5 years ago
mindspore-ci-bot 46429a98bf !4869 Add ci for quant
5 years ago
chenfei a71868f1e5 add ci for quant
5 years ago
mindspore-ci-bot 8440f2bcdb !4809 add AddN,AssignAdd,Conv2d,BN,Relu6,TensorAdd CPU operator
5 years ago
mindspore-ci-bot 1166a091f5 !4893 fix error of conv_variational
5 years ago
bingyaweng b126272b39 fix error of conv_variational
5 years ago
mindspore-ci-bot 3d06cbf987 !4801 Must set or change parallel mode before any Initializer created
5 years ago
mindspore-ci-bot 29e21479a4 !4845 Fix bugs about uncertainty toolbox and vae
5 years ago
Xun Deng c9f8f9fe85 added CheckTenosr and CheckTuple
5 years ago
Peilin Wang b7a4313755 added type support for reshape gpu kernel
5 years ago
mindspore-ci-bot 13d1738ff3 !4706 fix SmoothL1Loss gpu kernel
5 years ago
mindspore-ci-bot ff6cf58bfd !4683 split ci cases
5 years ago
mindspore-ci-bot 2cb22a0f78 !4688 Fix bool operation parsing to be consistent with pynative
5 years ago
zhaoting cbca6be8bf add AddN,AssignAdd,Conv2d,BN,Relu6,TensorAdd CPU operator
5 years ago
yoonlee666 eb46d5cc19 split ci cases
5 years ago
zhangxinfeng3 27ff97a555 update uncertainty toolbox
5 years ago
Yi Huaijie 89a4ebf8a1 parallel mode must be set before create an initializer
5 years ago
mindspore-ci-bot a3dae6344b !4758 GPU kernel support NHWC
5 years ago
mindspore-ci-bot cde4a81b8b !4831 Add test of bnn_layers and transforms
5 years ago
VectorSL e939d61a2c conv pooling pad support NHWC
5 years ago
huangdongrun f30418991c refactor bool op parsing to be consistent with pynative mode
5 years ago
mindspore-ci-bot 5dad6ea5cb !4754 add http visit example to seving st
5 years ago
bingyaweng 2037336195 add st
5 years ago
hexia a7de095d51 iii
5 years ago
Peilin Wang 0d5220d33c modified documentation and gpu kernel for smoothL1Loss
5 years ago
mindspore-ci-bot 748d7f1f1a !4685 Export server embedding table ckpts.
5 years ago
ZPaC 5084557f67 Export server embedding table ckpt.
5 years ago
mindspore-ci-bot 2db4bda219 !4622 serving restful init
5 years ago
baihuawei 772e14d00d add categorical
5 years ago
mindspore-ci-bot 2aab14242c !4669 add toolbox and dpn
5 years ago
danish 97f08e74ec nms_sorting fix
5 years ago
hexia 75d116b5db serving http init
5 years ago
zhangxinfeng3 d643c228d7 update variational and toolbox
5 years ago
mindspore-ci-bot 3fb58fcbe4 !4585 add gpu nccl broadcast
5 years ago
chenzomi bb125cb309 change unsupport to unsupported
5 years ago
baihuawei b9ebd9c280 add gpu nccl broadcast
5 years ago
mindspore-ci-bot 8c72d5b9d1 !4566 Add ScatterNdUpdate cpu kernel
5 years ago
huanghui 0d962a372f add ScatterNdUpdate cpu kernel
5 years ago
ZPaC 348c67ac00 PS support multi server.
5 years ago
mindspore-ci-bot f875bf21bc !2948 fix control flow
5 years ago
mindspore-ci-bot aa29042034 !4431 fix st result
5 years ago
huangdongrun 2a6d346d2f support if by if grad parameter
5 years ago
mindspore-ci-bot f41c21c5fa !4284 remove to_full_tensor and load_inputs in exexute stage
5 years ago
hexia 3a3c2528df fix st
5 years ago
lvliang c7010778c9 enlarge-time-threshold-of-resnet50-st-in-pynative
5 years ago
yao_yf cbb4363fa7 remove to_full_tensor and load_inputs in exexute stage
5 years ago
mindspore-ci-bot c7b50bcdd2 !4251 adding type support for gpu kernels for EfficientNet
5 years ago
mindspore-ci-bot a23dd7147a !4246 add type support for gpu kernelsl for faster-rcnn
5 years ago
mindspore-ci-bot 17a3afe305 !4409 update variational inference and toolbox
5 years ago
mindspore-ci-bot 01962afd23 !4024 Support half data type in ROIAlign/ROIAlignGrad Kernel
5 years ago
mindspore-ci-bot c041f4a295 !4368 add fix to GPU-RandomChoiceWithMask
5 years ago
Peilin Wang 571094f473 added type support for transpose and maxgrad
5 years ago
zhangxinfeng3 a28ed9743a update variational inference and toolbox
5 years ago
mindspore-ci-bot 1b63c76c61 !4194 Add infer and dpn to nn/probability
5 years ago
zhangxinfeng3 b16b71b9e8 add infer and dpn
5 years ago
mindspore-ci-bot 1716beb037 !3942 embeddinglookup_wrap
5 years ago
mindspore-ci-bot 103b25ad49 !4215 Add uncertainty toolbox to nn/probability
5 years ago
mindspore-ci-bot 03210ef166 !2557 Add UnsortedSegmentSum fission pass
5 years ago
Peilin Wang 3cb3a5c7d8 type support for faster rcnn gpu kernels
5 years ago
TFbunny 17d01e838f add fix to GPU-RandomChoiceWithMask (bitonicsort & testcase)
5 years ago
mindspore-ci-bot 64b0feb7a2 !4315 support int8, int16, bool types for akg ops GPU
5 years ago
zhangxinfeng3 735279a063 add uncertainty toolbox
5 years ago
huanghui b8d7f6d77f add UnsortedSegmentSum fission pass
5 years ago
baihuawei 216ef0e144 fix multinomial
5 years ago
yao_yf e4de26d5bc embeddinglookup wrap
5 years ago
mindspore-ci-bot 735fc98c78 !4265 support two mstypes do equal.
5 years ago
mindspore-ci-bot 1856fb6af1 !3800 add gpu multinomial backend
5 years ago
mindspore-ci-bot 5b3f209e43 !4269 change export from geir to air
5 years ago
mindspore-ci-bot 196fdbe16e !4280 adapt input to attr between cpu and aicpu embeddinglookup
5 years ago
mindspore-ci-bot e509f87f7f !4219 Add Unique CPU kernel
5 years ago
buxue 35677ac098 support two mstypes do equal.
5 years ago
Jonathan Yan e0528615e3 int16 uint8 bool supported akg ops
5 years ago
fary86 73325e0f01 Change export interface
5 years ago
mindspore-ci-bot 6c4b4f91d2 !3978 Added unit tests for ResizeNearestNeighbor gpu kernel
5 years ago
mindspore-ci-bot 4f75adb11a !4297 sync code incubator to master
5 years ago
huanghui fa081092c8 add Unique cpu kernel
5 years ago
mindspore-ci-bot 67f5b0e916 !4258 change binary to mindir
5 years ago
jonyguo 4964f7703a Merge branch 'master' into code_sync_incubator_f3c32baf_to_master_fcfc75a3_0811
5 years ago
wuxuejian 5e6b1d42da adapt input to attr between cpu and aicpu embeddinglookup
5 years ago
baihuawei 40748a30c7 add multinomial backend
5 years ago
leopz eea597c92a change binary to mindir
5 years ago
mindspore-ci-bot 2d1674475c !4226 Add GPU div kernel for auto parallel
5 years ago
mindspore-ci-bot 6772bbde8d !4021 Add ScalarAffine and Softplus bijector
5 years ago
ZPaC 1dcc34e785 Add GPU div kernel
5 years ago
mindspore-ci-bot eb84ae4593 !4048 Fix broadcast, scatternd, reduce ops.
5 years ago
mindspore-ci-bot 8040e8bf89 !4130 modify some bug and add test case for gpu dropout op
5 years ago
Xun Deng be6db4a6fe add scalar affine and softplus bijector
5 years ago
hanhuifeng2020 ab6f7420b5 modify some bug and add test case for gpu dropout op
5 years ago
peixu_ren 3820533ad1 Refactor Gamma and Poisson ops
5 years ago
VectorSL b0a6346b54 gpu update cast type
5 years ago
changzherui 22336c0843 sync 0807 code to ms-incubator
5 years ago
linqingke fb405ee6f4 broadcast, slice, scatter_nd ops optimizer.
5 years ago
Peilin Wang 3bd64bf03d add unit test for resizeNearestNeighbor gpu op
5 years ago
mindspore-ci-bot fea930f7aa !4088 make gpu op Less to support int32
5 years ago
panyifeng 34e50e5d6e fix cell bprop
5 years ago
root 3b41023a6b add int32 cal for less gpu
5 years ago
mindspore-ci-bot 8f17535045 !3831 CUDA - GPU MirrorPad New Op
5 years ago
Wei Luning d4d6457ea7 init parameter data by defaultOnly keep no data as MetaTensor in auto parallel mode
5 years ago
mindspore-ci-bot 1c6ddf70b6 !4043 add serving st
5 years ago
hexia 7f514a07e8 serving st
5 years ago
lvliang 1835ff33c4 optimize-the-time-of-producting-cacha-key-in-pynative
5 years ago
mindspore-ci-bot 6b14a1e85f !3950 Add CI ps test cases.
5 years ago
danish 081249b53f commit 1 - mirror pad
5 years ago