Commit Graph

45876 Commits

Author SHA1 Message Date
i-robot 4cda7727d7
!35043 [MS][LITE] fix runtime converter build
Merge pull request !35043 from sunsuodong/fix_build
2022-05-27 06:08:31 +00:00
i-robot 3c4aa50bb3
!34985 [MSLITE][CPU] avx512 hardward self feel function, bias add op's avx512/avx/sse/neon instructions stripped to separate functions
Merge pull request !34985 from Greatpan/avx512_sf_bias_add
2022-05-27 06:05:43 +00:00
i-robot a61b57b921
!34944 Add Chinese API document translationsm, e.g. InTopK, KLDivLoss, Log1p
Merge pull request !34944 from panzhihui/code_docs_cn_api2
2022-05-27 06:02:29 +00:00
sunsuodong 78d5dbd3b4 fix runtime converter build 2022-05-26 21:56:30 -07:00
i-robot ab33ea375e
!34961 fix output address double free when output node is repeated in the dataset running
Merge pull request !34961 from limingqi107/bug_fix3
2022-05-27 04:43:05 +00:00
i-robot 938a709e3f
!34974 runtime support the multi subgraphs by the same output node in the dyanmic shape with heterogeneous
Merge pull request !34974 from limingqi107/new_actor_runtime
2022-05-27 04:42:52 +00:00
i-robot a7a07b6ca5
!35027 Bugfix for broadcasting the unique id of gpu collective communication group
Merge pull request !35027 from chengang/support_broadcast_uniqueid_2
2022-05-27 04:41:51 +00:00
r1chardf1d0 4c3a3383c2 change expander fallback white list: disable sideeffect op 2022-05-27 11:53:56 +08:00
i-robot d5fa86fea0
!34717 Fix OneHot docs and vmap
Merge pull request !34717 from jiaoy1224/onehot
2022-05-27 03:38:26 +00:00
panzhihui 127cb7d969 Add chinese api doc translation, InTopk, KLDivLoss etc. 2022-05-27 11:37:35 +08:00
i-robot 43b5ad6f12
!34901 Add flatten for flat_map
Merge pull request !34901 from xiaotianci/fix_flat_map
2022-05-27 03:37:01 +00:00
hesham 23e85ff083 avoid hangs when offload is true with pyfuncs and dict iterator 2022-05-26 23:16:16 -04:00
i-robot 9a09df29f8
!34992 [MSLITE][CPU] avx512 hardward self feel function, arthmetic op's avx512/avx/sse/neon instructions stripped to separate functions
Merge pull request !34992 from Greatpan/avx512_sf_arithmetic
2022-05-27 03:14:53 +00:00
wulizzya eff3df5289 [feat] [assistant] [I48OF3] Add AICPU operator NonZero 2022-05-27 11:01:34 +08:00
tronzhang 65e42062be fix scalar case 2022-05-27 10:55:12 +08:00
fujianzhao 01c0cafb89 update nn.HuberLoss docs 2022-05-27 10:42:45 +08:00
i-robot 0ac3f467c5
!34933 Supplement of the sample code modificationt of the profiler import mode
Merge pull request !34933 from mahequn123/profiler_0525
2022-05-27 02:38:27 +00:00
fanjibin bbb06dd421 optimize SoftmaxCrossEntropyWithLogits on cpu 2022-05-27 10:34:15 +08:00
i-robot 64b0c6444d
!34863 KLDivLoss for NPU
Merge pull request !34863 from xulei/kldiv
2022-05-27 02:33:17 +00:00
limingqi107 0c407f1fb2 data arrow add the member is_batch_arrow 2022-05-27 10:33:06 +08:00
i-robot b0ccca4e1e
!32826 add new Ascend operator ScatterNdMax
Merge pull request !32826 from 袁忠蜜/ScatterNdMax
2022-05-27 02:31:31 +00:00
i-robot cd78a6aaea
!34984 [MS][Micro] Clean comments from code
Merge pull request !34984 from Nizzan/export_nizzan
2022-05-27 02:22:55 +00:00
i-robot 24e73be0c0
!35016 [MS][LITE][parallel predict] fix benchmark: free input data
Merge pull request !35016 from yefeng/327-fix_benchmark_bug
2022-05-27 02:22:06 +00:00
yeyunpeng2020 5eaf3378e7 Optimize the extraction of quantization information in debug mode 2022-05-27 10:14:23 +08:00
i-robot f0fca4870b
!34895 add new deivce DSP
Merge pull request !34895 from liyan2022/dev_main
2022-05-27 02:07:01 +00:00
i-robot 7ad1fb6ea5
!34868 [MS][LITE][STABLE]new mindrt for mindrt_executor
Merge pull request !34868 from chenjianping/master_dev2
2022-05-27 01:58:32 +00:00
i-robot 2a7436b779
!34934 add error info
Merge pull request !34934 from TuDouNi/pass_support_dynamic
2022-05-27 01:56:59 +00:00
i-robot 25a295cda3
!34990 enable Conv2dBnFoldQuant in nn.quant
Merge pull request !34990 from hangq/rewrite-bug
2022-05-27 01:56:01 +00:00
i-robot 0319b6b1bc
!34513 add deformable offsets pass
Merge pull request !34513 from zhangyinxia/master
2022-05-27 01:53:22 +00:00
greatpan 6795ee1f1d avx512 self feel, support bias add op 2022-05-27 09:52:59 +08:00
greatpan f13b4b932d avx512 self feel, support arithmetic op 2022-05-27 09:46:06 +08:00
zhujingxuan 6393138b64 Add ScatterNdDiv && ScatterNdMin functional api 2022-05-27 09:39:19 +08:00
i-robot 2f1be25e12
!34716 [MD] add dvpp decode video op
Merge pull request !34716 from liyong126/add_dvpp_decode_video
2022-05-27 01:38:30 +00:00
liangzelang 8ace2766c4 Add tensor&functional interface for TensorScatterMin. 2022-05-27 09:37:31 +08:00
i-robot 8ce5d2c8cf
!34949 提供probablility中文api
Merge pull request !34949 from 王程浩/master
2022-05-27 01:32:43 +00:00
huanghui 63f87d03fc add st for fallback constant control flow with 230,231,232 2022-05-27 09:27:09 +08:00
i-robot 489654c371
!34920 [MS][Lite][Task] use shared_ptr<void> instead std::any
Merge pull request !34920 from 刘力力/master_develop
2022-05-27 01:20:21 +00:00
i-robot 077a19e6d5
!34930 skip kFormatAgnosticPattern when use select cache
Merge pull request !34930 from 王禹程/aicore
2022-05-27 01:14:40 +00:00
i-robot 61067c8ba7
!35011 [MSLITE][CPU] avx512 hardward self feel function, div op's avx512/avx/sse/neon instructions stripped to separate functions
Merge pull request !35011 from Greatpan/avx512_sf_div
2022-05-27 01:13:22 +00:00
i-robot 5252c9b354
!35017 [MSLITE][CPU] avx512 hardward self feel function, mul op's avx512/avx/sse/neon instructions stripped to separate functions
Merge pull request !35017 from Greatpan/avx512_sf_mul
2022-05-27 01:12:21 +00:00
i-robot 3d5403a5f4
!34924 tan vmap
Merge pull request !34924 from ling/pr
2022-05-27 01:11:01 +00:00
hemaohua cd9c40f807 add pdist_cpu_kernel 2022-05-27 09:01:07 +08:00
i-robot f0fc501cf0
!35008 [MSLITE][CPU] avx512 hardward self feel function, arthmetic_self op's avx512/avx/sse/neon instructions stripped to separate functions
Merge pull request !35008 from Greatpan/avx512_sf_arithmetic_self
2022-05-27 00:33:20 +00:00
i-robot 2b625d31dc
!34899 Add function and tensor interfaces.
Merge pull request !34899 from liqiliang/function_and_tensor
2022-05-26 19:56:52 +00:00
i-robot c61835ffa0
!34953 [MD] Update import transforms statements in dataset UT
Merge pull request !34953 from cathwong/ckw_xtranuni_ut_import_dataset
2022-05-26 17:54:44 +00:00
Parallels c8035162de bugfix for broadcast unique id for gpu collective comm group 2022-05-27 00:51:03 +08:00
cheng-hao-wang 39662b04df offer probability 中文 api 2022-05-26 22:51:28 +08:00
greatpan b3dbc5ce5e avx512 self feel, support mul op 2022-05-26 21:30:20 +08:00
yefeng 6b00980b7b fix benchmark bug: free input data 2022-05-26 21:24:50 +08:00
Parallels c21b7d079e Add a seperate tcp client for heartbeat. 2022-05-26 21:06:01 +08:00