Commit Graph

45180 Commits

Author SHA1 Message Date
i-robot d59bcd363b
!35246 gpu prioirty replay buffer cuda kernel
Merge pull request !35246 from chenweifeng/gpu-prb-commit
2022-05-31 15:04:25 +00:00
i-robot 6ae9129677
!35023 support ScatterUpdate in functional, tbe register, bprop, vmap
Merge pull request !35023 from zhengzuohe/scatterupdate
2022-05-31 12:47:43 +00:00
i-robot 70f75f7e05
!35077 [MS][LITE][parallel] support big model: read tensor data for build by buf
Merge pull request !35077 from yefeng/328-copy_311_big_model
2022-05-31 11:35:07 +00:00
i-robot 21bcf23bbd
!35215 Update svd api docs
Merge pull request !35215 from huanghui/code_docs-update-svd-api
2022-05-31 11:17:54 +00:00
i-robot fb4272b910
!35186 support debug cuda code
Merge pull request !35186 from chenweifeng/support-cuda-gdb
2022-05-31 10:47:12 +00:00
i-robot 47b02897bf
!34955 Duplicate Tensor id
Merge pull request !34955 from caifubi/master-tensor-id-duplicate
2022-05-31 10:43:26 +00:00
i-robot 753bf25217
!34847 change GRU with seq_length to CudnnGRU ops
Merge pull request !34847 from 吕昱峰(Nate.River)/rnn
2022-05-31 10:21:12 +00:00
wilfChen 0110523efc priority replay buffer cuda kernel 2022-05-31 17:48:14 +08:00
i-robot 941a58df6e
!33504 Fix the summary datagraph show at the end of training
Merge pull request !33504 from maning202007/master
2022-05-31 09:37:11 +00:00
i-robot 4aaf6f8df6
!34981 Add dynamic and vmap support for `GatherD`
Merge pull request !34981 from TronZhang/gatherd_implement_more
2022-05-31 09:32:30 +00:00
i-robot 29f521a7bb
!35160 [MSLITE] Support PreLUFusion TensorRT Op
Merge pull request !35160 from zhangyongxian/dev_zhangyongxian_prelu
2022-05-31 09:26:34 +00:00
i-robot dcecfa5a1e
!35258 modify white list
Merge pull request !35258 from 冯一航/code_docs_modify_checkparam
2022-05-31 09:24:54 +00:00
i-robot d8547cc27e
!35232 modify format
Merge pull request !35232 from 俞涵/code_docs_0531
2022-05-31 09:15:11 +00:00
i-robot bc52caaa1d
!35170 [MS][LITE] fix python api codex
Merge pull request !35170 from luoyuan/fix-codex-0530
2022-05-31 09:12:57 +00:00
i-robot e46f47b5e8
!35088 [MS][LITE] fix server inference run testcase no glog so
Merge pull request !35088 from luoyuan/fix-server-infer-st-no-glog
2022-05-31 09:12:05 +00:00
fengyihang b13dcc0dd7 modify_checkparam 2022-05-31 16:58:16 +08:00
i-robot 588c8fd928
!35219 [AutoParallel]Parallel support subgraph redistribution
Merge pull request !35219 from lichen/parallel_support_subgraph_redistribution
2022-05-31 08:57:39 +00:00
yefeng 368aa3a3d0 support big model: read tensor data for build by buf 2022-05-31 16:38:52 +08:00
i-robot df9b900c04
!35148 Delete the definition of ControlDepend
Merge pull request !35148 from huangbingjian/rm_definition
2022-05-31 08:35:54 +00:00
i-robot 3c07413969
!35156 Return true when copy size is 0
Merge pull request !35156 from liangzelang/dev_master
2022-05-31 08:25:44 +00:00
i-robot 2eefb34afd
!35180 Add vmap and it's tests.
Merge pull request !35180 from liqiliang/vmap_and_dynamic_and_tests
2022-05-31 08:14:15 +00:00
i-robot 8268d5ef88
!35242 add owners
Merge pull request !35242 from caifubi/code_docs_owners
2022-05-31 07:43:03 +00:00
caifubi c2ce8377c6 add owners 2022-05-31 15:37:06 +08:00
huodagu 797cf1ef1b modify format 2022-05-31 15:35:09 +08:00
i-robot ad04b46aa9
!34954 add steal thread pool
Merge pull request !34954 from fangzehua/steal_thread
2022-05-31 07:09:29 +00:00
i-robot e6e6d0633c
!35091 update pdist interface doc
Merge pull request !35091 from hemaohua/master
2022-05-31 06:39:40 +00:00
i-robot 5a1f79eb51
!34896 Add Error check for parallel optimizer config input
Merge pull request !34896 from zhuyuxiao/I592GI
2022-05-31 06:33:26 +00:00
i-robot 0674bba5c3
!35191 nn.AdaptiveAvgPool1d and nn.AdaptiveMaxPool1d: correct the docs, they does not support dtype float64.
Merge pull request !35191 from fujianzhao/fix_adaptive_avg_pool_1d
2022-05-31 06:30:23 +00:00
i-robot c7648b7cda
!34935 fix random order in OrderEnforceAction by replace HashSet which is not fixed order with CompactSet
Merge pull request !34935 from xychow/fix-random-order-in-order-enforce-action
2022-05-31 06:20:52 +00:00
i-robot 322ee17116
!35149 replace ascend710 to ascend310P
Merge pull request !35149 from zhengyuanhua/master
2022-05-31 03:59:54 +00:00
zhengzuohe 5dccb228c1 For ScatterUpdate op:
add ops.function interface for ScatterUpdate
  unify the tbe register file
  add grad ops
  add vmap function
2022-05-31 11:45:36 +08:00
i-robot 1b9780b4d4
!35038 Fix kernel interface bug for scalar inputs or outputs.
Merge pull request !35038 from TronZhang/fix_kernel_interface
2022-05-31 03:29:04 +00:00
i-robot e682f0bb2b
!35169 Correct ClipByNorm api doc
Merge pull request !35169 from JoyLvliang/correct_clipbynorm_api_doc
2022-05-31 03:20:28 +00:00
i-robot c0950366fe
!35014 Limit Parallel Optimizer Num
Merge pull request !35014 from jiaoy1224/parallel_opt
2022-05-31 03:16:14 +00:00
i-robot 875f06f060
!35206 [MD] Transform Unification Feature - ToTensor op: Remove Python implementation and regenerate md5 golden result files
Merge pull request !35206 from cathwong/ckw_xtranuni_code4_to_tensor_new_golden
2022-05-31 03:08:44 +00:00
i-robot bb8b479531
!35010 Adapt to the new Resampling APIs of pillow 9.1.0
Merge pull request !35010 from xiaotianci/pillow_api_modification
2022-05-31 03:03:26 +00:00
i-robot ee8f2f2241
!35205 Bugfix for the recovery of compute graph node
Merge pull request !35205 from chengang/bugfix_for_recovery
2022-05-31 03:01:37 +00:00
i-robot d87af99e7c
!35152 add 1d inputs support for nn.BiDense
Merge pull request !35152 from 吕昱峰(Nate.River)/master
2022-05-31 02:55:46 +00:00
i-robot 2ef534e903
!34775 Add funtional api and infer functions for deformable_conv2d
Merge pull request !34775 from YuJianfeng/deformable_conv
2022-05-31 02:51:44 +00:00
i-robot d7ac70d50a
!35099 [assistant][Vad]
Merge pull request !35099 from chenchen/vad
2022-05-31 02:48:32 +00:00
i-robot fedccd0d63
!34529 Support specific data set decryption
Merge pull request !34529 from 刘勇琪/master-decrypt-column
2022-05-31 02:47:19 +00:00
wangshengnan12@huawei.com 35331a9b9f parallel_support_subgraph_redistribution 2022-05-31 10:35:45 +08:00
i-robot bd10ee110c
!35119 fix bug in if_parser for py37
Merge pull request !35119 from hangq/rewrite-bug
2022-05-31 02:24:20 +00:00
i-robot 0cf09a749e
!35179 print log if info compiled failed
Merge pull request !35179 from looop5/print_compile_log
2022-05-31 02:19:37 +00:00
i-robot 3099e0ccc9
!35124 Adjust cast op on Ascend for ClipByNorm
Merge pull request !35124 from JoyLvliang/correct_cast_op_for_ClopByNorm
2022-05-31 02:17:12 +00:00
i-robot 19e738056a
!34870 Enable ge sink data mode
Merge pull request !34870 from wuweikang/data_sink_ge
2022-05-31 02:13:26 +00:00
huanghui 7a0f5f661b update svd api docs 2022-05-31 10:06:10 +08:00
i-robot 97fe8b6dd5
!34999 fl chinese doc
Merge pull request !34999 from wtcheng/master
2022-05-31 01:58:05 +00:00
i-robot 2627280d95
!35062 Refactor code style for MatchKernelHelper
Merge pull request !35062 from zhujingxuan/master
2022-05-31 01:53:03 +00:00
tronzhang 83280c2230 add dynamic and vmap support for gatherd 2022-05-31 09:39:43 +08:00