Commit Graph

35874 Commits

Author SHA1 Message Date
i-robot 57bbec4001 !27817 [MSLITE][IOS] fix ios compile
Merge pull request !27817 from yefeng/186-fix_ios_compile
2021-12-17 04:42:52 +00:00
i-robot 9979c6a694 !27782 Add a description of lossScalemanager to the Model comment
Merge pull request !27782 from wangnan39/code_docs_model_kwargs
2021-12-17 03:44:16 +00:00
王南 c7ed65afa8 model amp comments 2021-12-17 11:33:06 +08:00
i-robot fa26ec66c8 !27790 Fix if and while bugs in closure.
Merge pull request !27790 from gaoyong10/runtime_second12
2021-12-17 03:08:15 +00:00
i-robot 0922e772a7 !27665 [MSLITE] fix resize parse bug
Merge pull request !27665 from Liu_Xuu/bug_1214_converter
2021-12-17 02:42:54 +00:00
i-robot 566a314cb5 !27773 report cann msg if cann api return error
Merge pull request !27773 from yuximiao/report_cann_errmsg
2021-12-17 02:42:34 +00:00
i-robot 8df2387ece !27807 reducesum bprop adapt dynamic shape
Merge pull request !27807 from wangnan39/adapt_reduce_sum_brop_dynamic
2021-12-17 02:34:37 +00:00
i-robot e774cb1e8f !27798 [MSLITE][GPU] add some gpu fp16 gate model
Merge pull request !27798 from Greatpan/master_gate
2021-12-17 02:32:35 +00:00
i-robot ae6ac1a52e !27772 [MSLITE][GPU] opengl use old benchmark bugfix and remove opengl Dependent library
Merge pull request !27772 from Greatpan/master_gl
2021-12-17 02:32:30 +00:00
yefeng 876dd191c9 fix ios compile 2021-12-17 10:26:09 +08:00
i-robot 2510e9f3d3 !27725 [MSLITE] optimize input profile in tensorrt
Merge pull request !27725 from Liu_Xuu/trt_1215_opt
2021-12-17 02:02:24 +00:00
i-robot 4daacb6f7f !27802 Fix a bug in AbstractBase::operator==()
Merge pull request !27802 from hewei/fix_abs_equal
2021-12-17 01:54:43 +00:00
i-robot e5863ed166 !27393 [MS][LITE] add unified jni api
Merge pull request !27393 from zhengjun10/unified_api
2021-12-17 01:54:27 +00:00
i-robot 2ff8aaaef1 !27789 [MS][LITE] add unified java api
Merge pull request !27789 from zhengjun10/unified_api2
2021-12-17 01:53:40 +00:00
i-robot 90cbad6baf !27708 Fix Bug of Weight as Output
Merge pull request !27708 from hwjiaorui/output-value-node
2021-12-17 01:31:07 +00:00
i-robot 35db3bccac !27568 Add TCP communicator for distributed runtime
Merge pull request !27568 from chengang/add_tcp_comm
2021-12-17 01:25:50 +00:00
i-robot fa1070413b !27660 codex fix
Merge pull request !27660 from VectorSL/fix-codex
2021-12-17 01:21:52 +00:00
i-robot d1c5cee176 !27660 codex fix
Merge pull request !27660 from VectorSL/fix-codex
2021-12-17 01:21:51 +00:00
i-robot c013dfd09c !27779 [API] doc spell error
Merge pull request !27779 from kingxian/master
2021-12-17 01:20:03 +00:00
i-robot 3cff41b3da !27729 post training delete unused quantization op
Merge pull request !27729 from yeyunpeng2020/ci
2021-12-17 01:17:37 +00:00
i-robot ba24377f0c !26949 save dataset into mindir - phase 2
Merge pull request !26949 from luoyang/mindir-stage2-2
2021-12-17 01:14:40 +00:00
i-robot a618bb8ab5 !26949 save dataset into mindir - phase 2
Merge pull request !26949 from luoyang/mindir-stage2-2
2021-12-17 01:14:39 +00:00
i-robot d1dbdeffcb !27684 Update Python UT removal of generated files
Merge pull request !27684 from zetongzhao/update_python_remove
2021-12-17 01:09:17 +00:00
i-robot 632c5c498d !27445 [MD][Profiler] Fix push time for GPU
Merge pull request !27445 from harshvardhangupta/fix_dev_q_push_gpu
2021-12-16 20:38:15 +00:00
zetongzhao 7cb6989efd replace python removal with pytest tmp_path 2021-12-16 14:38:49 -05:00
i-robot 2bf244cd66 !27757 Support variable index of getitem during handling cell list getattr.
Merge pull request !27757 from 张清华/opt_cell_list_getattr2
2021-12-16 18:13:36 +00:00
yeyunpeng2020 546b448441 post training delete unused quantization op 2021-12-16 23:34:01 +08:00
cristoval bb5798c391 Add tcp communicator for RPC 2021-12-16 23:32:38 +08:00
i-robot 003a2d04f4 !27620 dataset: modify error msg
Merge pull request !27620 from ms_yan/error_issue
2021-12-16 14:37:40 +00:00
王南 bc89d3d405 reducesum bprop adapt dynamic shape 2021-12-16 21:44:21 +08:00
gaoyong10 82ba27874a Fix if and while bugs. 2021-12-16 21:19:27 +08:00
i-robot 0158db12e6 !27800 add testcase for ops
Merge pull request !27800 from zhanlijun/addtest1
2021-12-16 13:12:26 +00:00
Zhang Qinghua ea8c47e981 Support variable index of getitem during handling cell list getattr. 2021-12-16 20:35:45 +08:00
He Wei c3980db2dd Fix a bug in AbstractBase::operator==()
If both abstracts are "undetermined", they should considered equal.
This bug was introduced by a previous refectoring of operator==().
2021-12-16 20:28:04 +08:00
zhanlijun 82de6c7ebc add testcase 2021-12-16 20:25:38 +08:00
i-robot 9558ba49d8 !27780 [MS][LITE] add flclient albert example
Merge pull request !27780 from zhengjun10/fl2
2021-12-16 12:22:09 +00:00
i-robot 143d643414 !27795 fix doc string
Merge pull request !27795 from zhujingxuan/code_docs_scipy
2021-12-16 12:19:36 +00:00
greatpanc 0bf8f071a9 add some gpu fp16 gate model 2021-12-16 20:10:37 +08:00
zhujingxuan 60c64eb954 fix doc string 2021-12-16 20:09:58 +08:00
i-robot f85bb6f5ea !27698 fix: only text dataset with build_vocab
Merge pull request !27698 from guozhijian/fix_text_with_build_vocab
2021-12-16 12:00:56 +00:00
i-robot 2823059f6e !27756 fix consie distance
Merge pull request !27756 from zhaodezan/master
2021-12-16 11:58:06 +00:00
i-robot 4361357795 !27746 Fix log info in A+M dump
Merge pull request !27746 from TinaMengtingZhang/fix_log
2021-12-16 11:56:49 +00:00
i-robot 7caed8835f !27700 Add host shape to DeviceAddress
Merge pull request !27700 from caifubi/master-pynative-mindrt-bugfix-host-shape
2021-12-16 11:51:58 +00:00
greatpanc c8e043597b opengl old benchmark bugfix and remove opengl Dependent library 2021-12-16 19:47:36 +08:00
zhengjun10 c5953652d4 add cxx native api 2021-12-16 19:25:31 +08:00
i-robot e10a3c0c2c !27735 [MS][LITE] add lenet client example
Merge pull request !27735 from zhengjun10/fl
2021-12-16 11:02:05 +00:00
i-robot 6331c01405 !27594 add code of flclient for device decoupling
Merge pull request !27594 from zhoushan33/flclient1213_decoupling
2021-12-16 11:01:06 +00:00
i-robot 8fc39a9059 !27753 [lite]module constant-fold
Merge pull request !27753 from 徐安越/master3
2021-12-16 10:34:41 +00:00
ms_yan 1b358a6106 modify error msg 2021-12-16 18:29:41 +08:00
i-robot 920c8ee544 !27761 fix typo of 'a int'
Merge pull request !27761 from yuchaojie/code-clean
2021-12-16 10:27:18 +00:00