Commit Graph

5841 Commits

Author SHA1 Message Date
mindspore-ci-bot 1f4222edfb !3607 回退 'Pull Request !3236 : use akg to compile gpu ops rather than _akg'
Merge pull request !3607 from xsmq/revert-merge-3236-master
2020-07-28 22:53:49 +08:00
xsmq 5087945479 回退 'Pull Request !3236 : use akg to compile gpu ops rather than _akg' 2020-07-28 22:41:33 +08:00
mindspore-ci-bot 46ae7879d4 !3394 Three distribution class instances: Exponential, Geometric Uniform distribution
Merge pull request !3394 from XunDeng/pp_poc_v3
2020-07-28 22:21:29 +08:00
mindspore-ci-bot 3cac1bb9f8 !3352 Add ROIAlignGrad GPU operator
Merge pull request !3352 from JonathanY/ROIAlignGrad
2020-07-28 22:13:38 +08:00
mindspore-ci-bot efb12d5e1e !3560 Add random uniform real op at GPU end
Merge pull request !3560 from peixu_ren/custom_gpu
2020-07-28 21:23:05 +08:00
mindspore-ci-bot 025937b4c8 !3547 fix serving core dump problem
Merge pull request !3547 from wangcong/branch_07/27
2020-07-28 20:22:39 +08:00
mindspore-ci-bot b6c7273bb6 !3551 [MD] Fix Broken C++ Only Build
Merge pull request !3551 from nhussain/fix_cpp_only_build
2020-07-28 20:12:13 +08:00
mindspore-ci-bot 5e06b8a73e !3559 debugger compile error
Merge pull request !3559 from john_tzanakakis/compile_fix
2020-07-28 20:10:42 +08:00
mindspore-ci-bot 0348a2761a !3561 Add corresponding bert_thor and ops
Merge pull request !3561 from zongha/master
2020-07-28 20:02:17 +08:00
mindspore-ci-bot 7cb567ebbe !3543 Split unsupport transdata
Merge pull request !3543 from lianliguang/unify-primitive
2020-07-28 17:23:44 +08:00
mindspore-ci-bot 87bf9a4876 !3585 fix sparse api doc
Merge pull request !3585 from riemann_penn/fix_sparse_api_doc
2020-07-28 17:23:41 +08:00
panyifeng ad2d46cd6f fix sparse api doc 2020-07-28 17:12:57 +08:00
zongha 1c8eb5910b for bert_thor 1st
for bert_thor 2nd

for bert_thor 3rd

for bert_thor 4th
2020-07-28 16:18:09 +08:00
mindspore-ci-bot b486abc076 !3531 clear warning
Merge pull request !3531 from baihuawei/0727
2020-07-28 16:03:45 +08:00
mindspore-ci-bot 0975df3093 !3540 [MD]fix error message when file exists.
Merge pull request !3540 from liyong126/fix_mindrecord_log
2020-07-28 16:02:24 +08:00
mindspore-ci-bot 2bc883420e !3569 Fix minddata cache include flatbuffer head problem
Merge pull request !3569 from xiefangqi/md_fix_flat_head
2020-07-28 15:41:12 +08:00
mindspore-ci-bot d469a347f8 !3236 use akg to compile gpu ops rather than _akg
Merge pull request !3236 from lingyunli63/use_full_akg_to_support_gpu
2020-07-28 15:29:26 +08:00
mindspore-ci-bot 98748bf42d !3507 Fix PCNode issue with min extra nodes
Merge pull request !3507 from Giancarlo/pm_commutative_ops
2020-07-28 14:37:35 +08:00
mindspore-ci-bot eeb8d72ac9 !3532 fix python api doc for mindspore .dataset
Merge pull request !3532 from guansongsong/gss_fix_api
2020-07-28 14:34:29 +08:00
mindspore-ci-bot 6a55d7ca8f !3571 fix the description of cache
Merge pull request !3571 from guansongsong/gss/fix_cache_core
2020-07-28 14:33:07 +08:00
mindspore-ci-bot bca16792be !3453 Support resolving an attribute of a Cell class instance
Merge pull request !3453 from zichun_ye/resolve_attr_pr
2020-07-28 14:32:31 +08:00
mindspore-ci-bot 6bce5e7096 !3565 adjust source codes check and format scripts
Merge pull request !3565 from fary86/adjust_format_and_check_scripts
2020-07-28 14:31:41 +08:00
WilliamLian 0179724dcd spilit unspported transdata to two transdata from special format -> defualt -> default -> special 2020-07-28 14:23:31 +08:00
mindspore-ci-bot 62fb2d1423 !3521 add AbsGrad support for GPU
Merge pull request !3521 from caojian05/ms_master_dev3
2020-07-28 14:16:50 +08:00
mindspore-ci-bot e8aa46af55 !3568 support bprop for const in pynative and develop stridedslice and isinstance
Merge pull request !3568 from zhangbuxue/support_bprop_for_const_in_pynative_mode_and_develop_stridedslice
2020-07-28 14:12:36 +08:00
guansongsong 1906ed1be8 fix cache description again 2020-07-28 13:26:29 +08:00
guansongsong b6529b9096 fix cache description 2020-07-28 13:03:06 +08:00
mindspore-ci-bot 51891b751d !3562 add nccl default allreduce fusion group
Merge pull request !3562 from yuchaojie/add_nccl_default_allreduce_fusion_group
2020-07-28 11:49:43 +08:00
Zichun Ye 5b9899eb4f add support to resolve attr for a class
update logic for cache

clean up code

add test cases for new api

update include of code

specify the resolve attr to ClassMember

avoid resolve attr of self
2020-07-27 23:37:35 -04:00
guansongsong 620d951e5e Merge branch 'ql/fix_cache_core' of https://gitee.com/qianlong21st/mindspore into ql/fix_cache_core 2020-07-28 11:37:06 +08:00
peixu_ren e7a99397a5 Add random uniform real op at GPU end 2020-07-27 23:18:11 -04:00
buxue 8feb021c08 support bprop for const in pynative and develop stridedslice and isinstance. 2020-07-28 11:07:51 +08:00
xiefangqi 58210c785a fix flat head file path 2020-07-28 11:06:13 +08:00
fary86 a7fc02cb60 Adjust source code format and check scripts, format source codes in
directory 'mindspore/core'
2020-07-28 10:30:27 +08:00
liyong 7dd8c0e31c fix mindrecord log 2020-07-28 09:49:22 +08:00
yuchaojie ed9cf2036c add nccl default allreduce fusion group 2020-07-28 09:47:36 +08:00
John Tzanakakis 3d06b503d6 debugger compile fix 2020-07-27 21:36:09 -04:00
mindspore-ci-bot 16079e6356 !3472 [Auto parallel] Cost model for GPU
Merge pull request !3472 from Xiaoda/13-add-gpu-costmodel
2020-07-28 09:27:26 +08:00
mindspore-ci-bot 72e45841a2 !3528 Fix the difference of Error type between graph&pynative mode
Merge pull request !3528 from Simson/push-to-opensource
2020-07-28 09:26:49 +08:00
mindspore-ci-bot d4165671d9 !3435 Add parallel operator for Tile
Merge pull request !3435 from yangzhenzhang/add-tile-op
2020-07-28 09:16:30 +08:00
peixu_ren 292f2de0cf Add sampling functions in exponential, geometric and uniform distributions 2020-07-27 17:07:14 -04:00
Xun Deng 7bb83067d0 added exponential uniform geometric distribution
added cdf, logcdf, survival, logsurvival, entropy, mode, cross_entropy wrapper
2020-07-27 17:03:37 -04:00
mindspore-ci-bot 457273e508 !3550 Fix a racing condition in CacheMergeOp when the leaf hits an error and exit too early
Merge pull request !3550 from JesseKLee/merge_op_fix
2020-07-28 02:45:09 +08:00
nhussain b65125b0a1 add more ifdef and include statments for pybind 2020-07-27 13:51:11 -04:00
Jesse Lee fcb603db45 Fix a merge_op timing hole 2020-07-27 13:37:09 -04:00
mindspore-ci-bot ee67f70b73 !3449 Cifar100 for C API
Merge pull request !3449 from MahdiRahmaniHanzaki/cifar100-c-api
2020-07-28 00:09:41 +08:00
mindspore-ci-bot f15c6e2b77 !3508 modelzoo: support VGG network in GPU
Merge pull request !3508 from ms_yan/vgg_gpu
2020-07-28 00:08:53 +08:00
Mahdi 92568248c9 Added Cifar100 for C API 2020-07-27 10:35:24 -04:00
ms_yan cf3fff8996 init add vgg16 gpu version
merge the script

optimize the script
2020-07-27 22:26:17 +08:00
wangcong cb27b63fac fix serving core dump problem 2020-07-27 21:45:46 +08:00