Commit Graph

13666 Commits

Author SHA1 Message Date
huangxinjing a04b337d78
!49752 fix_opt_shard_and_pipeline_allreduce_hang
Merge pull request !49752 from yao_yf/fix_opt_shard_and_pipeline_allreduce_hang
2023-03-06 02:41:54 +00:00
yao_yf 99e515bd3c adjust pp slice skip stra
fix_opt_shard_param_init

fix_opt_shard_with_no_grad

lable switch condition with int64

Different formats of assign inputs cause memory cost to increase.

make different models use different comm groups

AtomicAddrClean uses list_int64 attr

enhance mindrecord parallel write
2023-03-06 09:21:59 +08:00
huangxinjing 0969fd6240 remove custom akg test 2023-03-05 13:25:20 +08:00
huangxinjing d2633466ec remove the deformable_offsets 2023-03-05 09:46:14 +08:00
huangxinjing d79ae9bb48 Remove the vmap 2023-03-04 10:27:43 +08:00
i-robot a1de8e147a
!48649 Fixed errors reported in the test_gpu_retest.py and test_gpu_lenet.py use cases
Merge pull request !48649 from 刘勇琪/master
2023-02-13 03:16:41 +00:00
i-robot 92dd278d21
!48052 Optimize Ascend Backend Pass
Merge pull request !48052 from 王禹程/dyn_pass_ci
2023-02-13 03:05:47 +00:00
i-robot bd5e820ff5
!47712 add_sublist_mode_to_einsum_master
Merge pull request !47712 from yide12/tensor_view_einsum_master
2023-02-13 02:33:54 +00:00
i-robot a9e22aa215
!48776 [bugfix]Fix Adjoint
Merge pull request !48776 from shaojunsong/fix/I6EFUY
2023-02-13 01:23:58 +00:00
shaojunsong ffea867ba6 Fix I6EFUY 2023-02-12 16:32:31 +08:00
i-robot 1d2710aa07
!48513 fix: map multiprocess mode without use thread mode
Merge pull request !48513 from guozhijian/fix_map_multiprocess
2023-02-11 11:09:31 +00:00
i-robot aba844f178
!48746 revert cse
Merge pull request !48746 from VectorSL/revert_cse
2023-02-11 09:08:36 +00:00
yide12 3a5e32ff0d add_sublist_mode_to_einsum_master 2023-02-11 16:08:19 +08:00
i-robot fbdefd7f55
!48749 Change Dynamic Asr Maxpool to Level1
Merge pull request !48749 from jiaoy1224/test
2023-02-11 06:47:45 +00:00
Yang Jiao 2ee009e0df change test to level1 2023-02-11 12:59:36 +08:00
VectorSL 906034d01a Revert "!48542 Fix bug of cse hidden side effect parent graph merged"
This reverts commit df1c915f0f, reversing
changes made to c777351c65.
2023-02-11 11:49:31 +08:00
i-robot f254f7449b
!48571 Support gradient for dict
Merge pull request !48571 from YuJianfeng/dict_grad
2023-02-10 09:46:33 +00:00
i-robot 31689395df
!48627 【rewrite】修改cellcontainer insert/erase/append,增加第一节点inputs,
Merge pull request !48627 from KXiong/master
2023-02-10 09:35:03 +00:00
i-robot 4fb8cbea08
!48664 Add _primexpr
Merge pull request !48664 from LiangZhibo/func
2023-02-10 09:29:23 +00:00
jonyguo 4d41a380ae fix: dataset map multiprocessing without use thread mode 2023-02-10 17:21:50 +08:00
liu-yongqi-63 b8373ff412 Fixed errors reported in the test_gpu_retest.py and test_gpu_lenet.py use cases 2023-02-10 17:06:53 +08:00
reku1997 0b172d76e4 Optimize Ascend Backend Pass 2023-02-10 14:15:10 +08:00
i-robot af1af9f7ff
!48194 When tuple getitem, check whether the tensor index is out of range.
Merge pull request !48194 from huangbingjian/tensor_index
2023-02-10 06:13:39 +00:00
i-robot effbed7708
!48598 optimize dynamic obfuscation code
Merge pull request !48598 from jxl/master
2023-02-10 05:54:15 +00:00
i-robot 1652c2d707
!48272 add swap strategy builder
Merge pull request !48272 from kisnwang/add-mem-usage-analyzer
2023-02-10 03:38:07 +00:00
liangzhibo fb3608c3cb add _primexpr 2023-02-10 11:31:19 +08:00
i-robot 31f7ccacd4
!48438 change to check log
Merge pull request !48438 from baihuawei/pynative_ascend_mpi_8p_resnet50
2023-02-10 03:19:07 +00:00
yujianfeng 6eb99fd929 Fix dict grad 2023-02-10 10:15:21 +08:00
jin-xiulang c7f1186020 optimize dynamic obfuscation code 2023-02-10 09:38:51 +08:00
kswang 556b5446fa add swap strategy builder 2023-02-09 21:38:10 +08:00
i-robot a2682138e2
!48594 Fix onnx ut error
Merge pull request !48594 from JuiceZ/dev
2023-02-09 12:07:43 +00:00
i-robot f0a48a7b6f
!48538 Reset RealMakeTuple objtypes
Merge pull request !48538 from ZPaC/set-real-make-tuple-scalar-input
2023-02-09 11:59:25 +00:00
i-robot 883382e86c
!48557 [JIT Fallback] Change PyExecute output default type from Float32 to Float64 (Workaround), and Launch() uses prebuilt output created by Infer.
Merge pull request !48557 from 张清华/opt_jit_fallback
2023-02-09 08:50:19 +00:00
i-robot 2424649dd0
!48180 Fix bug for LerpInfo with mirror ops when 'value' is float type
Merge pull request !48180 from liuluobin/master_fix_lerp
2023-02-09 08:39:01 +00:00
xiongkun a5ffccfcbe debug cell container
add test

add test

tick

tick

tick
2023-02-09 16:32:45 +08:00
huangbingjian c56eead081 When tuple getitem, check whether the tensor index is out of range. 2023-02-09 15:45:51 +08:00
i-robot 32f8bf560a
!48609 Fix test_1024_batch_size_resnet case
Merge pull request !48609 from tanghuikang/bugfix
2023-02-09 07:24:00 +00:00
i-robot bb8d835b26
!48503 scalar算子支持bool
Merge pull request !48503 from huoxinyou/0207scalarops
2023-02-09 07:05:50 +00:00
i-robot 019d84f442
!48490 [AutoParallel]Fix parallel op info bug
Merge pull request !48490 from lichen/fix_parallel_op_info_bug
2023-02-09 06:58:31 +00:00
i-robot 3ded5cf3e3
!48489 [MS]c_api support bool attr, tensor from file, save ir path
Merge pull request !48489 from liyejun/c_api_hl
2023-02-09 06:39:27 +00:00
i-robot 3208a62bf9
!48569 ResizeBicubic format现为NCHW,对测试样例进行对应修改
Merge pull request !48569 from haozhang/resize_bicubic_tests
2023-02-09 06:38:29 +00:00
i-robot b71f1ea735
!48577 修改测试用例for_body_get_outer_class_attr.py,添加环境变量
Merge pull request !48577 from ligan/st_control
2023-02-09 06:11:33 +00:00
i-robot 8fdcb8c310
!48561 remove windows backend for sparsify_cg test
Merge pull request !48561 from jachua/fix
2023-02-09 06:11:11 +00:00
张清华 8b4c1226a5 [JIT Fallback] Change PyExecute output default type from Float32 to Float64 (Workaround), and Launch() uses prebuilt output created by Infer. 2023-02-09 13:17:34 +08:00
liuluobin d394004851 Fix bug for LerpInfo with mirror ops when 'weight' is float type 2023-02-09 11:42:07 +08:00
i-robot 76d0bead5d
!48606 修改float_power对于复数运算的逻辑
Merge pull request !48606 from DavidFFFan/api_ops
2023-02-09 02:14:38 +00:00
i-robot 64bff12143
!48543 change kernel build info
Merge pull request !48543 from TuDouNi/tuple_commit_my_2
2023-02-09 01:41:48 +00:00
i-robot 6b484be5f4
!48541 补充tensor接口:swapaxes swapdims det matrix_power scatter,tanhshrink支持int类型Tensor输入,修复一些codechecks
Merge pull request !48541 from GuoZhibin/add_api_tensor_swapaxes_etc
2023-02-09 01:40:39 +00:00
lichen 4a7a9e4b5f fix_parallel_op_info_bug 2023-02-09 09:37:15 +08:00
i-robot bffa7667a9
!48565 support sequence ascend test
Merge pull request !48565 from NaCN/add_sequence_ascend
2023-02-09 01:14:27 +00:00