Commit Graph

876 Commits

Author SHA1 Message Date
mindspore-ci-bot ca3aa6071a !527 gpu dynamic memory pool supports multi-allReduce
Merge pull request !527 from limingqi107/master
2020-04-22 16:28:24 +08:00
mindspore-ci-bot 31c985b244 !576 modify ReduceAll to dock ReduceAllD in GE
Merge pull request !576 from zhangbuxue/modify_ReduceAll_dock_ReduceAllD_with_ge
2020-04-22 16:02:47 +08:00
mindspore-ci-bot 38ad56738c !568 Modify compilation option description
Merge pull request !568 from zhoufeng/usage
2020-04-22 15:55:34 +08:00
mindspore-ci-bot 6cdaa08471 !560 Optimize-depend pass enhance
Merge pull request !560 from huanghui/optimize-depend
2020-04-22 15:53:58 +08:00
mindspore-ci-bot ae31e8b516 !571 GPU change the strategy of computing capacity
Merge pull request !571 from VectorSL/update-gpu-compute-capacity
2020-04-22 15:51:30 +08:00
mindspore-ci-bot 24a9f4974c !536 support ellipsis and bool for tensor slice
Merge pull request !536 from zhangbuxue/support_elipis_for_tensor_slice
2020-04-22 15:49:33 +08:00
limingqi107 2891f0d20d gpu dynamic memory pool supports multi-allReduce 2020-04-22 15:43:45 +08:00
buxue 174bfadcb2 modify ReduceAll to dock ReduceAllD in GE 2020-04-22 15:28:56 +08:00
zhoufeng d902ec8a2e modify compilation option description 2020-04-22 15:24:11 +08:00
buxue 437bb8c27c support ellipsis and bool for tensor slice 2020-04-22 15:00:04 +08:00
VectorSL b8d7cd9775 gpu change compute capacity strategy 2020-04-22 14:40:00 +08:00
mindspore-ci-bot 715c0735a8 !487 add dtype trans template
Merge pull request !487 from liubuyu/master
2020-04-22 14:29:36 +08:00
mindspore-ci-bot 67057d1309 !541 add average pooling 1D
Merge pull request !541 from JichenZhao/avgpooling
2020-04-22 14:13:04 +08:00
zhaojichen faf95e40eb add AvgPooling layer 2020-04-21 23:52:06 -04:00
zhaojichen 06ca226da4 add AvgPooling layer 2020-04-21 23:50:45 -04:00
mindspore-ci-bot 3fa31b34da !566 support buffer fusion
Merge pull request !566 from jjfeing/master
2020-04-22 11:38:47 +08:00
liubuyu ac2d5df2a1 add dtype trans template 2020-04-22 11:25:23 +08:00
mindspore-ci-bot d6bdd37a9e !565 Fixing some operators'notes, which are mainly related with the data types of their examples' inputs.
Merge pull request !565 from zhangzheng/simple
2020-04-22 11:22:10 +08:00
mindspore-ci-bot 1f7f11a3df !553 insert profiling kernel for hccl kernel automaticly
Merge pull request !553 from caifubi/profiling-communication-op
2020-04-22 11:07:44 +08:00
jjfeing 5e7e34f54a support buffer fusion 2020-04-22 11:02:39 +08:00
zhaojichen beca38a399 add AvgPooling layer 2020-04-21 22:57:18 -04:00
zhaojichen f24065806d add AvgPooling layer 2020-04-21 22:52:36 -04:00
mindspore-ci-bot 77b62c7f16 !555 [MS][Wndows]support default log level
Merge pull request !555 from chenjianping/fix-windows-bug
2020-04-22 10:51:43 +08:00
zhangz0911gm 92ab989a85 Getting Some simple issues fixed 2020-04-21 22:47:20 -04:00
huanghui 2ed4ad0f2a optimize_dependece pass enhance 2020-04-22 10:35:00 +08:00
mindspore-ci-bot d5c002f7c9 !426 add log when opinfo register error
Merge pull request !426 from dengwentao/opinfo_log
2020-04-22 10:27:51 +08:00
mindspore-ci-bot 4516b8feff !437 Add L2Loss op for VM.
Merge pull request !437 from liuxiao/add-l2-loss
2020-04-22 10:27:04 +08:00
chenjianping 18d8a1d2d3 support default log level on windows 10 2020-04-22 02:24:48 +00:00
mindspore-ci-bot 3b083d07bb !550 support one node communication group
Merge pull request !550 from yao_yf/support_one_node_communication_group
2020-04-22 10:17:01 +08:00
mindspore-ci-bot eda63a559a !477 Fix VOC dataset test cases
Merge pull request !477 from xiefangqi/xfq_fix_voc
2020-04-22 10:15:25 +08:00
caifubi 94a455dace insert profiling kernel for hccl automaticly 2020-04-22 10:14:25 +08:00
liuxiao c874e2d484 Add L2Loss op for VM 2020-04-22 09:31:14 +08:00
dengwentao 5072ae8f4c modify error log for opinfo 2020-04-22 09:19:50 +08:00
mindspore-ci-bot 53b3d187b9 !543 modify build for gpu tvm
Merge pull request !543 from dengwentao/fix_tvm
2020-04-22 09:07:38 +08:00
mindspore-ci-bot aad5771a62 !524 Added support for UA augmentation ops with tests
Merge pull request !524 from alashkari/ua-ops
2020-04-22 08:28:47 +08:00
Amir Lashkari 56e7a7deb5 Added UniformAugment + Python Augmentation Ops 2020-04-21 19:54:32 -04:00
mindspore-ci-bot dc0491caf9 !508 [Dataset] Adding sync_wait operator for dataset
Merge pull request !508 from EricZ/master
2020-04-22 06:15:24 +08:00
mindspore-ci-bot b0f4b36f48 !511 Uniform Augmentation C++ OP
Merge pull request !511 from AdelShafiei/uniform_augmentation
2020-04-22 06:06:04 +08:00
eric cd94518769 X# This is a combination of 2 commits.
Initial commit for dataset op python

Added signature to barrier

Adde compiling barrier code

Rebasing, fixed new compile errors

Final fix for make_unique

Added pybind API for barrier

Fixed pyfunc invocation

python interface - sync_wait

!1 sync_wait python interface
* python interface - sync_wait

fix test

update test

update test

Added new test case

add test case

test for shuffle + batch

Added two-sync test case

Restrited that no shuffle after sync

Added sync to pipeline info

block first databuffer as well

Intelligently get batch size

Fix default case

Lock Pair shares among all iterators

Added fix for empty character

Fixed up test case formatting

Fix end of epoch in sync_wait

Fixing CI
2020-04-21 17:42:13 -04:00
Adel Shafiei 5fcd3f01a6 Added C++ UniformAugOp support 2020-04-21 17:04:05 -04:00
mindspore-ci-bot 161bb24030 !512 [Dataset] Multiprocessing support for GeneratorDataset
Merge pull request !512 from JunhanHu/multiprocess_generator
2020-04-22 04:37:20 +08:00
Junhan Hu 78001ac9e6 Add multiprocessing support for Mindspore.Dataset.GeneratorDataset 2020-04-21 16:03:43 -04:00
mindspore-ci-bot fb18671b28 !506 [Dataset] Multiprocessing support for Pyfunc
Merge pull request !506 from JunhanHu/multiprocess_pyfunc
2020-04-22 03:57:26 +08:00
Junhan Hu b13e7bc31a Add python multiprocessing support for Mindspore.dataset 2020-04-21 14:56:25 -04:00
mindspore-ci-bot 4a0b2b4a0c !518 Fix aicpu set attr bug
Merge pull request !518 from zjun/fix_aicpu_attr_bug
2020-04-21 23:10:27 +08:00
mindspore-ci-bot 8dd54f9b94 !540 predict use cmake -s flags rather than strip
Merge pull request !540 from cjh9368/master
2020-04-21 23:04:02 +08:00
mindspore-ci-bot 3c307cf486 !552 Update clang format rule
Merge pull request !552 from ZhouFeng/clang-rule-update
2020-04-21 22:53:08 +08:00
zhaojichen 227da6e720 add AvgPooling layer 2020-04-21 10:27:26 -04:00
zhaojichen 5d289ef029 add AvgPooling layer 2020-04-21 10:10:49 -04:00
zhaojichen e1b6addefd add AvgPooling layer 2020-04-21 09:48:35 -04:00