Commit Graph

34580 Commits

Author SHA1 Message Date
i-robot 4a82477626 !26794 transformer_slice_activation_config_fix
Merge pull request !26794 from yao_yf/add_transformer_slice_activation_config_fix
2021-11-27 03:42:36 +00:00
changzherui 4260b5e5d9 modify lossmonitor and print convert type 2021-11-27 11:41:03 +08:00
i-robot 6f95837c0e !26825 [Fallback] supports the use of attr/method on the interpreted nodes
Merge pull request !26825 from huangbingjian/support_numpy_method
2021-11-27 03:07:24 +00:00
i-robot cb7847c9dd !26819 add jit config param for compile and fix summary graph
Merge pull request !26819 from jiangshuqiang/fix_summary_graph_part2
2021-11-27 02:19:43 +00:00
i-robot b1deeb425d !26849 bind stream with handle
Merge pull request !26849 from zhujingxuan/master
2021-11-27 02:11:40 +00:00
He Wei 27981a28f2 Fix map::overflow when save_graphs enabled
AnfExporter use a user defined hasher in its param-to-index map,
this will lead robin-hood hash map overflow. We fix this by change
param-to-index map to use a OrderedMap with std::unordered_map inside.
2021-11-27 10:06:58 +08:00
i-robot 8c5957c387 !26831 fix output tensor num bug
Merge pull request !26831 from caifubi/master-pynative-lazy-build-bug
2021-11-27 01:15:56 +00:00
i-robot 4252b24335 !26792 malloc ts memory for label
Merge pull request !26792 from zhoufeng/change-label-memory-type
2021-11-27 01:09:03 +00:00
i-robot 9c9ccdff84 !26823 Fix FusionOp nodes null value issue in offline debugger
Merge pull request !26823 from TinaMengtingZhang/bugfix_fusionop
2021-11-27 01:06:35 +00:00
i-robot 0ce94030e8 !26859 update api format 1126
Merge pull request !26859 from yingchen/code_docs_api1126
2021-11-27 01:05:59 +00:00
i-robot 16a2535205 !26820 optimizes the kernel error description of LSTM, Pad, ReLU, etc.
Merge pull request !26820 from wangshuide/wsd_master_new
2021-11-27 00:53:58 +00:00
John Tzanakakis 64893bf9eb deal with kernel_graph_#_ prefix in tensor name in overflow wp checking 2021-11-26 18:51:20 -05:00
Jimmy Qi 2a4a98ce9d Refactor original kernal name so all output tensors are included in stat
dump
2021-11-26 19:21:54 +00:00
i-robot 0b236f91b9 !26822 Ignore inline ops in Autotune
Merge pull request !26822 from h.farahat/fix_inlineops_AT
2021-11-26 15:12:42 +00:00
wangshuide2020 9a057fce14 add adapter of HSwish and HSwishGrad for graphengine. 2021-11-26 20:18:45 +08:00
jiangshuqiang c9a0edd24e add jit config param for compile and fix summary graph 2021-11-26 04:04:05 -08:00
yingchen 4d46962b11 update api format 2021-11-26 19:23:40 +08:00
zengzitao 62458b5636 adapt graph kernel for cpu 2021-11-26 18:42:34 +08:00
zhujingxuan 30c6fa7f9b bind stream with handle 2021-11-26 17:44:16 +08:00
i-robot d1e4e674ab !26690 Add supoort resolving outer lambda function for ops.Partial.
Merge pull request !26690 from hezhenhao1/add_lambda
2021-11-26 09:21:34 +00:00
wangshuide2020 6cbe8dd02e optimizes the kernel error description of LSTM, Pad, ReLU, etc. 2021-11-26 16:49:20 +08:00
huangbingjian cf4a4ba900 Partially support numpy attr/method 2021-11-26 16:46:55 +08:00
wanyiming 822b11a9be code_docs_cnapi 2021-11-26 16:30:37 +08:00
z00512249 872d8b37da fix lu factor and solve for cpu backend 2021-11-26 16:24:01 +08:00
i-robot 6ab8ddfd3a !26806 Modify updateModel for cross-silo STABLE_PW_ENCRYPT
Merge pull request !26806 from jxlang910/modify_updateModel
2021-11-26 08:12:38 +00:00
i-robot c1b1324ca4 !26815 310 ocr model support dynamic hw
Merge pull request !26815 from zhengyuanhua/model_br1
2021-11-26 08:00:09 +00:00
Zichun Ye 8398c07d68 update random normal op impl to speed up sampling 2021-11-26 15:43:36 +08:00
i-robot b14a9ee74b !26738 fix comments in metric
Merge pull request !26738 from liutongtong9/code_docs_fixmetric
2021-11-26 07:19:01 +00:00
i-robot b3780ddfd7 !26789 fix cpu graph mode
Merge pull request !26789 from zhujingxuan/master
2021-11-26 07:11:21 +00:00
hezhenhao1 4af312d17e Add supoort resolving outer lambda function for ops.Partial. 2021-11-26 15:05:50 +08:00
i-robot d66f811022 !26751 optimizes the kernel error description of Adagrad, Adam, Conv2d, etc.
Merge pull request !26751 from wangshuide/wsd_master
2021-11-26 07:05:10 +00:00
i-robot f2f75a1403 !26673 modify Dataset_rst and zip_rst master
Merge pull request !26673 from xumengjuan1/master
2021-11-26 07:04:40 +00:00
i-robot 900c9ef88b !26812 add dump flag for transdata which is inserted for multi-output node
Merge pull request !26812 from yuchaojie/ir_fusion
2021-11-26 07:03:36 +00:00
i-robot c87a50a174 !26763 add trace for exception log
Merge pull request !26763 from yuchaojie/ir_fusion3
2021-11-26 07:02:06 +00:00
yao_yf facb0995f4 slice recompute state fix 2021-11-26 14:57:15 +08:00
wilfChen ca8aba5c29 tag env bugfix 2021-11-26 14:55:44 +08:00
xumengjuan1 90362ae848 modify Dataset_rst and zip_rst master 2021-11-26 14:51:58 +08:00
i-robot 7fb6df8384 !26545 cast between fp16 int8 optimize
Merge pull request !26545 from zhaozhenlong/lite/issue/cast-fp16-int8
2021-11-26 06:38:27 +00:00
caifubi 1f25ce5d98 fix output tensor num bug 2021-11-26 14:32:28 +08:00
i-robot 52a8f6ea24 !26773 optimize set_dump document string
Merge pull request !26773 from wenkai/wk1125
2021-11-26 06:21:54 +00:00
i-robot c5cdc71c7a !26814 [docs]add docs of JVP and VJP
Merge pull request !26814 from chenzhuo/master
2021-11-26 06:21:01 +00:00
i-robot 04132e0c50 !26766 fix error log and move some function to inner
Merge pull request !26766 from lianliguang/master
2021-11-26 06:09:42 +00:00
i-robot 9ed9f21077 !26771 [MS][LITE][develop] template DelegateModel and modify c api
Merge pull request !26771 from sunsuodong/delegate_model_and_fix_c_api
2021-11-26 03:51:43 +00:00
i-robot 8178fd5b7d !26610 add fusion_inout_test
Merge pull request !26610 from hangq/earth2
2021-11-26 03:42:23 +00:00
i-robot 1b0a82fc30 !26752 control flow support call to call
Merge pull request !26752 from gaoyong10/runtime_second12
2021-11-26 03:40:33 +00:00
jin-xiulang c4e84eb207 Modify updateModel kernel for STABLE_PW_ENCRYPT. 2021-11-26 11:18:38 +08:00
chenzhuo f3545c8ced add docs of JVP and VJP 2021-11-26 11:17:51 +08:00
Zichun Ye 6e4c5b8e49 support value_node inputs in CollectFusedJsonWithSingleKernel 2021-11-26 11:03:05 +08:00
i-robot 7587544c0e !26787 Add Chinese document for Tensor, RowTensor and SparseTensor
Merge pull request !26787 from LiangZhibo/code_docs_tensor
2021-11-26 02:19:38 +00:00
l00591931 fb5e7e1802 Add Chinese documents for Tensor/SparseTensor/RowTensor 2021-11-26 10:10:38 +08:00