Damien Nguyen
|
b67f19b9a0
|
Fix compilation issues
|
2022-03-16 18:01:26 +01:00 |
Damien Nguyen
|
2aac1f21ad
|
Add support for system pkgs: libevent
|
2022-03-16 13:43:03 +01:00 |
i-robot
|
4a9a65d2a6
|
!30919 Produce parallel operators for ReduceAll and ReduceProd
Merge pull request !30919 from Bert0108/reduce_operators_merge
|
2022-03-07 11:30:37 +00:00 |
i-robot
|
d1eec933ae
|
!30776 change Dynamicshape To TensorShape
Merge pull request !30776 from lianliguang/master
|
2022-03-07 10:57:29 +00:00 |
yanghaoran
|
a36bb9522f
|
takedown test_dynamic_concat to ensure gate stability
|
2022-03-07 16:27:16 +08:00 |
Bert0108
|
dfc92f1791
|
add distributed parallel operators for reduceall and reduceprod
|
2022-03-07 15:40:11 +08:00 |
lianliguang
|
55e7f2d761
|
modify DynamicShape to TensorShape
|
2022-03-07 14:19:12 +08:00 |
i-robot
|
960d551b8f
|
!30889 parse core type from pre-build for tbe kernel compile
Merge pull request !30889 from liubuyu/master
|
2022-03-07 03:53:48 +00:00 |
i-robot
|
a2303a92bd
|
!30741 [dataset][dfx] 易用性-Python多进程统一整改专项
Merge pull request !30741 from xiefangqi/md_add_multiprocessing_optimization
|
2022-03-07 01:29:21 +00:00 |
i-robot
|
c4cc0e6f26
|
!30742 auto parallel support not ony power of 2 device numbers
Merge pull request !30742 from yao_yf/auto_parallel_support_not_only_2_power
|
2022-03-07 01:09:01 +00:00 |
yao_yf
|
b60e54e0d5
|
support not only power of 2
|
2022-03-06 18:08:46 +08:00 |
lby
|
2b1b539b36
|
parse core type from pre-build for tbe kernel compile
|
2022-03-06 15:23:50 +08:00 |
i-robot
|
ad491e39f4
|
!29855 resize_bilinear_align_corner
Merge pull request !29855 from jiangzhenguang/resize_bilinear_align_corner
|
2022-03-05 12:41:50 +00:00 |
xiefangqi
|
2de6c8908b
|
add a clean up subprocess to clean subprocess when main process exit
|
2022-03-05 17:24:11 +08:00 |
yanghaoran
|
92abbd7af1
|
takedown test_dynamic_ops.py::test_dynamic_layernorm due to probalistic failure
|
2022-03-05 16:20:24 +08:00 |
jiangzhenguang
|
64da650786
|
add half pixel center to resize bilinear
|
2022-03-05 15:43:20 +08:00 |
i-robot
|
fdf7aebd78
|
!30746 Fix recv actor stuck issue.
Merge pull request !30746 from ZPaC/sync-route-table
|
2022-03-04 03:01:03 +00:00 |
i-robot
|
b90cf43562
|
!30553 Support dataset reset() to recover after failure
Merge pull request !30553 from h.farahat/reset
|
2022-03-04 02:19:45 +00:00 |
i-robot
|
28c85ca5fd
|
!30718 Add test cases of for in while
Merge pull request !30718 from chenfei_mindspore/master
|
2022-03-04 01:25:16 +00:00 |
i-robot
|
55c16c6ed8
|
!30330 Add SparseTensor attr
Merge pull request !30330 from wangrao124/add_sparse_attr
|
2022-03-04 01:22:59 +00:00 |
i-robot
|
f01d841113
|
!27943 [MD][Autotune] Save/Load Autotune config
Merge pull request !27943 from harshvardhangupta/save_load_at_config
|
2022-03-03 20:42:23 +00:00 |
chenfei
|
cf182a803a
|
add testcases of for in while
update mindir
|
2022-03-03 17:48:10 +08:00 |
i-robot
|
7b26a32e98
|
!22608 [assistant][ops]New operator implementation, include KITTIDataset
Merge pull request !22608 from Wangsong95/kitti_dataset
|
2022-03-03 07:05:40 +00:00 |
h.farahat
|
a3dec34833
|
Dataset failover reset
|
2022-03-02 23:53:56 -05:00 |
i-robot
|
1eb2975ac2
|
!30753 Support random port for TCP server
Merge pull request !30753 from chengang/support_random_port
|
2022-03-03 02:08:28 +00:00 |
i-robot
|
92770ef12e
|
!30200 Improve A+M dump performance
Merge pull request !30200 from TinaMengtingZhang/a_m_dump_perf
|
2022-03-03 02:05:04 +00:00 |
i-robot
|
2f3aa967fc
|
!30761 add st case for dynamic data-sink on GPU
Merge pull request !30761 from wYann/add_st
|
2022-03-03 01:51:23 +00:00 |
i-robot
|
fa2e9b924f
|
!30735 Add CSRTensor support and test cases for cg method.
Merge pull request !30735 from hezhenhao1/fix_cg
|
2022-03-03 01:18:00 +00:00 |
harshvardhangupta
|
bd61adbb72
|
Implement save/load of autotune dataset pipeline configuration #27943
|
2022-03-02 15:08:08 -05:00 |
i-robot
|
70e61e9014
|
!30781 [MD] test_pyfunc_multiprocess_autotune.py - enable AutoTune
Merge pull request !30781 from cathwong/ckw_ut_fixup_map_python_multiproc
|
2022-03-02 19:50:29 +00:00 |
i-robot
|
edcc6b790d
|
!30714 [MD][Offload] Add TypeCast op to offload
Merge pull request !30714 from markuskunej/offload_typecast
|
2022-03-02 19:48:58 +00:00 |
Cathy Wong
|
eb931c7f88
|
[MD] test_pyfunc_multiprocess_autotune.py - enable AutoTune
|
2022-03-02 13:25:35 -05:00 |
i-robot
|
4aa82cc21e
|
!30679 [MD] Add tests for Python Multiprocessing with AutoTune
Merge pull request !30679 from cathwong/ckw_ut_map_python_multiproc
|
2022-03-02 14:26:09 +00:00 |
Parallels
|
5e09380eb3
|
add random port support for tcp server
|
2022-03-02 21:27:33 +08:00 |
zx
|
93617ce91e
|
[feat][assistant][I3J6VO] add new data operator KITTI
|
2022-03-02 19:29:17 +08:00 |
ZPaC
|
4c74b600ea
|
Fix recv actor stuck issue.
|
2022-03-02 19:26:45 +08:00 |
hezhenhao1
|
885210b634
|
Add CSRTensor support and test cases for cg method.
|
2022-03-02 19:22:11 +08:00 |
wYann
|
c6354d06ea
|
add st case for dynamic data-sink on gpu
|
2022-03-02 17:50:33 +08:00 |
wangrao124
|
b643e3f4ff
|
Add CSRTensor/COOTensor attr
|
2022-03-02 17:37:46 +08:00 |
TinaMengtingZhang
|
4a8d3defe7
|
Enhance the perfomance of A+M dump: Parallelize ConverFormatForTensorAndDump and refactoring
|
2022-03-01 23:08:38 -05:00 |
i-robot
|
9869865c6a
|
!30701 Add some st test cases for hypermap
Merge pull request !30701 from LiangZhibo/hypermap
|
2022-03-02 02:39:44 +00:00 |
i-robot
|
6bc31df410
|
!30672 delete ut test libgraph and liberror_manager dependency
Merge pull request !30672 from qujianwei/master
|
2022-03-02 02:18:24 +00:00 |
Cathy Wong
|
b151f90b8d
|
[MD] Add tests for Python Multiprocessing with AutoTune
|
2022-03-01 20:20:59 -05:00 |
markuskunej
|
6de37045ff
|
Added TypeCast op in dataset offload.
|
2022-03-01 21:55:27 +00:00 |
qujianwei
|
7e1aebc2c9
|
delete ut libgraph.so and liberror_manager.so dependency
|
2022-03-01 20:50:45 +08:00 |
l00591931
|
ee85ce748b
|
Add test case for hypermap
|
2022-03-01 20:35:12 +08:00 |
i-robot
|
4ca1d78e19
|
!30693 add test for shard function
Merge pull request !30693 from wangjun/add_tests_for_shard
|
2022-03-01 09:21:07 +00:00 |
wangjun
|
46612fabfb
|
add st for shard
|
2022-03-01 15:32:37 +08:00 |
i-robot
|
9a5268f2be
|
!30589 [DynamicShape][GPU]add dynamic shape support some ops for new network
Merge pull request !30589 from hanhuifeng/dcn_dyn_ops_2_new
|
2022-03-01 06:42:59 +00:00 |
i-robot
|
ad9757ccf0
|
!30661 [Auto parallel] [MoE] Fix an error of configuring MoE parallel
Merge pull request !30661 from Xiaoda/124-moe-changes
|
2022-03-01 02:26:37 +00:00 |