Commit Graph

49728 Commits

Author SHA1 Message Date
yefeng d2df86331d model parallel runner add new api: init by buf 2022-08-02 15:56:49 +08:00
i-robot 0e87c7b62f
!38781 [MS][LITE][STABLE]日志与代码结构优化
Merge pull request !38781 from chenjianping/master_dev1
2022-08-02 07:45:32 +00:00
i-robot c5d08c85a8
!39418 optimize k-means quantization
Merge pull request !39418 from yeyunpeng2020/master_compression_kmeans
2022-08-02 07:44:11 +00:00
i-robot ff85b94134
!39350 fix dynamic shape test case error with tiling compute failed
Merge pull request !39350 from 沈竞兴/DepthToSpace
2022-08-02 07:35:27 +00:00
i-robot c237022194
!39424 fix random_categorical doc
Merge pull request !39424 from yeyunpeng2020/code_docs_rc
2022-08-02 07:26:09 +00:00
i-robot dc23714ef3
!39354 clean code
Merge pull request !39354 from zhupuxu/clean_master
2022-08-02 07:20:55 +00:00
i-robot 893e6a4c12
!38517 optimize ascend memory pool block size
Merge pull request !38517 from laiyongqiang/pool_size
2022-08-02 07:10:38 +00:00
i-robot 522314a899
!32046 [assistant][ops] Add new Remainder
Merge pull request !32046 from wxy220/Remainder
2022-08-02 07:09:33 +00:00
i-robot 348f87b551
!38948 graph kernel supports multiple compile backend on Ascend
Merge pull request !38948 from looop5/compile_backend_commit
2022-08-02 07:08:30 +00:00
yeyunpeng2020 5c49569a86 fix random_categorical doc 2022-08-02 15:03:11 +08:00
yeyunpeng2020 1f8bca2e6e optimize k-means quantization 2022-08-02 14:39:55 +08:00
i-robot cf07fbc41b
!39251 clean code
Merge pull request !39251 from 于振华/clean_code_master_0730
2022-08-02 06:26:26 +00:00
i-robot bba18e53cb
!39015 cleanup notice
Merge pull request !39015 from Henry Shi/gaojing
2022-08-02 06:25:31 +00:00
i-robot 118cef2364
!39378 support k-means weight quant
Merge pull request !39378 from yeyunpeng2020/master_compression_kmeans
2022-08-02 06:20:34 +00:00
jpc_chenjianping 4d0923e4ca tensorrt optimize 2022-08-02 13:57:07 +08:00
i-robot 87586cbbd4
!39232 fix cleancode error
Merge pull request !39232 from chengbin/clean_code_m
2022-08-02 03:43:47 +00:00
i-robot 8dedd5b9b6
!39346 CSRSparseMatrixToDense算子infershape修改
Merge pull request !39346 from 李若轩/CSRDense
2022-08-02 03:40:34 +00:00
i-robot aef93699b9
!38753 Support list pop method.
Merge pull request !38753 from Margaret_wangrui/list_pop
2022-08-02 03:40:32 +00:00
i-robot 4950116925
!39323 Fix code warnings in debugger and dump
Merge pull request !39323 from maning202007/fix_codeDEX_master
2022-08-02 03:40:30 +00:00
i-robot c03caacae8
!39310 add complex for svd cpu kernel
Merge pull request !39310 from zhuyuxiao/master_I51VRQ
2022-08-02 03:39:18 +00:00
i-robot d7928d2aec
!39386 update sparsematrixadd for dyn
Merge pull request !39386 from VectorSL/update_sparsematrixadd
2022-08-02 03:38:27 +00:00
i-robot 8a44f9e74d
!39298 [bugfix][dataset][InMemoryGraphDataset] 修复InMemoryGraphDataset自定义__init__和__getitem__初始化两次出错的问题
Merge pull request !39298 from xiefangqi/md_fix_gnn_in_memory_gdataset
2022-08-02 03:36:40 +00:00
wxy220 744438f88a [feat][assistant][I4XJG7] modify new function Remainder 2022-08-02 11:34:26 +08:00
i-robot 1bfba5f303
!38598 micro interleaved order control
Merge pull request !38598 from yao_yf/micro_interleaved_optimize_new
2022-08-02 03:18:12 +00:00
i-robot ba50ffa786
!38024 gradients_allreduce_overlap_optimize
Merge pull request !38024 from yao_yf/micro_interleaved_optimizer
2022-08-02 03:17:05 +00:00
i-robot a5755c9609
!39312 Fix tensor call in cell
Merge pull request !39312 from ZPaC/update-argmin-with-value-name
2022-08-02 02:52:49 +00:00
i-robot 3a047c05e2
!38830 add SetDeviceId api for kernel mod
Merge pull request !38830 from zhengyuanhua/master
2022-08-02 02:49:11 +00:00
i-robot d67463ceb4
!38930 modify hccl config for helper
Merge pull request !38930 from xiaoyao/dev_helper
2022-08-02 02:42:48 +00:00
zhupuxu 5d46c8d4b5 clean code
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
2022-08-02 10:32:40 +08:00
i-robot 8f49f20029
!35762 [feat][assistant][I48O8O][I48O5M]Add Sqrt and SqrtGrad operations
Merge pull request !35762 from 桂宁馨/sqrt
2022-08-02 02:29:02 +00:00
i-robot a8e7b56229
!39117 fix codex for master
Merge pull request !39117 from zhuzhongrui/pub_master1
2022-08-02 02:27:46 +00:00
i-robot 87b20a49d3
!39216 Add testcase to watch complex control testcase core dump
Merge pull request !39216 from chenfei_mindspore/master-develop
2022-08-02 02:24:47 +00:00
i-robot 15b09ad012
!38902 shape value adaption for several ops
Merge pull request !38902 from wYann/shape_value
2022-08-02 02:24:03 +00:00
i-robot 4769f6d032
!39370 [MS]fix bug of error type
Merge pull request !39370 from mengyuanli/fix_bug_resize
2022-08-02 02:21:51 +00:00
i-robot 5b33c87b12
!39300 Support sug-group comm in pynative mode by start with mpi-run
Merge pull request !39300 from liuluobin/master_sub_group
2022-08-02 02:21:01 +00:00
i-robot bad33ca6bd
!39235 Clear the codecheck warning for master pynative_shard
Merge pull request !39235 from liuluobin/master_pyshard_clean
2022-08-02 02:10:12 +00:00
i-robot 195410fddb
!39288 fix some operators issues
Merge pull request !39288 from panfengfeng/fix_some_operators_issues
2022-08-02 02:07:26 +00:00
i-robot 1b956ec349
!39150 fix scalar type compute of maximum and pclint issue.
Merge pull request !39150 from yangshuo/br_pclint
2022-08-02 01:59:11 +00:00
i-robot a2f8f03a48
!39266 add log for broadcast info
Merge pull request !39266 from cjh9368/pre-test
2022-08-02 01:34:43 +00:00
i-robot 22e8680e53
!39171 update groups of transdata in ref output
Merge pull request !39171 from yuchaojie/ir_fusion2
2022-08-02 01:30:50 +00:00
i-robot d08a00ef11
!38918 [LITE] ms lite推理时可以检测inter op parallel num的异常数值,MSContext释放之后对指针置空,删除无意义的代码注释_master分支
Merge pull request !38918 from wangtongyu6/inter_op_num_master_clean
2022-08-02 01:29:03 +00:00
looop5 43bcaa1f19 graph kernel supports multiple compile backend on Ascend 2022-08-02 09:22:05 +08:00
VectorSL 0c2a4f546c fix sparsematrixadd cpu 2022-08-02 09:21:03 +08:00
i-robot 4a3fab4a7b
!39286 [MS][LITE] Mixed bit quantization optimized algorithm
Merge pull request !39286 from ehaleva/MyPR
2022-08-02 01:16:35 +00:00
i-robot 7bfbac9ac2
!39345 fix codex
Merge pull request !39345 from hangq/master
2022-08-02 01:07:51 +00:00
i-robot dda8b38951
!35915 ONNX converter: CNN+CTC support
Merge pull request !35915 from 路雄博/cnnctc
2022-08-01 22:54:36 +00:00
Emir Haleva 502cb6b088 added MixedBit Compression 2022-08-01 23:43:18 +03:00
i-robot 92c93add27
!37797 完善pynative对kAttrDynInputSizes的支持
Merge pull request !37797 from baochong/master
2022-08-01 19:32:28 +00:00
Henry Shi f6a3c9901e gaojingqingli 2022-08-01 23:11:39 +08:00
i-robot db196de78a
!39331 fix two issues of normal/laplace operator's shape cheking
Merge pull request !39331 from jxlang910/master
2022-08-01 14:47:50 +00:00