Commit Graph

45391 Commits

Author SHA1 Message Date
shaojunsong dd86f05761 add ReflectionPad api to catalog 2022-06-06 16:22:32 +08:00
i-robot 945aa1b1d3
!34597 add intopk vmap, functional/tensor api
Merge pull request !34597 from 范吉斌/intopk_vmap
2022-06-06 06:41:06 +00:00
i-robot 92c7eeb24d
!35367 Fix CODEX
Merge pull request !35367 from VectorSL/fix-codex2
2022-06-06 06:41:01 +00:00
i-robot 2e43226628
!34077 [MS][LITE][parallel] lite support share packed weight
Merge pull request !34077 from yefeng/306_fix_pack_weight
2022-06-06 06:32:05 +00:00
i-robot 3362365868
!35407 bugfix for embedding cache
Merge pull request !35407 from zyli2020/master
2022-06-06 06:23:23 +00:00
i-robot 93d22454c1
!35192 Refactor MKL base kernel && adapt new int64_t API
Merge pull request !35192 from zhujingxuan/logsoftmax
2022-06-06 06:08:41 +00:00
i-robot f5814afc26
!35122 support is_dynamic_impl
Merge pull request !35122 from liubuyu/dynamic
2022-06-06 06:02:26 +00:00
i-robot d0272fe908
!35453 takedown testBGCF_amazon_beauty to ensure gate stability
Merge pull request !35453 from yanghaoran/takedown_testcases
2022-06-06 05:46:18 +00:00
yanghaoran bd303abb5b takedown testBGCF_amazon_beauty to ensure gate stability 2022-06-06 11:24:34 +08:00
i-robot 27cb08f4f3
!34976 AdamApplyOne support dynamic shape
Merge pull request !34976 from huoxinyou/0525adam
2022-06-06 02:49:21 +00:00
i-robot f57a593863
!35221 [MS][LITE][parallel predict] add model for parallel predict: GPU
Merge pull request !35221 from yefeng/330-add_model_for_parallel_predict_GPU
2022-06-06 02:34:23 +00:00
i-robot 76799d0f63
!34630 align to 512 btyes
Merge pull request !34630 from zhupuxu/fix_bug_for_clean_size
2022-06-06 02:31:52 +00:00
yefeng 8540f98405 lite support packed weight share 2022-06-06 10:22:40 +08:00
i-robot 3743ca1504
!35265 [MS][LITE][parallel predict] parallel predict UT
Merge pull request !35265 from yefeng/332-add_UT_for_parallel_predict_api
2022-06-06 02:19:30 +00:00
i-robot 03d8dd39b5
!35352 Modify the infererence function and functional interface of ScatterUpdate
Merge pull request !35352 from zhengzuohe/scatterupdate
2022-06-06 01:55:25 +00:00
i-robot 99942cb39e
!35344 Add col2im and csr_sparse_matrix_to_sparse_tensor operator primitive interface.
Merge pull request !35344 from liangchenghui/add_csr_primitive
2022-06-06 01:48:03 +00:00
i-robot f4f153d3c3
!35427 fixed the controlflow bug in dynamic feed mode
Merge pull request !35427 from huoxinyou/control_flow_bug
2022-06-06 01:44:54 +00:00
i-robot 5f0048104b
!35384 custom aicpu use host mem
Merge pull request !35384 from zhoufeng/custom-aicpu-use-host-mem
2022-06-06 01:32:59 +00:00
i-robot a933e0e9fd
!35364 [MS]{Lite][Task] move less_kernel_mock to kernel dir
Merge pull request !35364 from 刘力力/feature_cloud_infer_runtime_develop3
2022-06-06 01:30:47 +00:00
i-robot 5f08b78e2c
!35024 Dynamic Shape Support for SparseApplyRMSProp Op
Merge pull request !35024 from alashkari/sparse_apply_rms_prop_dynamic_shape
2022-06-05 17:54:51 +00:00
i-robot 9e06255cef
!31784 [assistant][ops] Add new Outer
Merge pull request !31784 from wxy220/outer
2022-06-05 15:27:19 +00:00
liangchenghui 7b0ea2e0e5 Add col2im and csr_sparse_matrix_to_sparse_tensor operator primitive interface. 2022-06-05 13:58:39 +08:00
fanjibin 938a17d314 add intopk vmap, functional/tensor api 2022-06-05 13:18:51 +08:00
huoxinyou 5c16f8a24d fixed the controlflow bug in dynamic feed mode 2022-06-05 10:23:42 +08:00
i-robot e29229320e
!35284 [MD] Adding docstrings for minddata UT Python Part 4
Merge pull request !35284 from davidanugraha/add_dataset_test_comment_part4
2022-06-04 17:46:20 +00:00
i-robot f058997021
!35071 Add feature ReflectionPad1d & ReflecitonPad2d
Merge pull request !35071 from shaojunsong/feature/reflectionPad
2022-06-04 13:00:45 +00:00
shaojunsong c0b9d74987 added reflectionpad1d and 2d 2022-06-04 17:43:49 +08:00
lizhenyu 0a441c0198 bugfix for embedding cache 2022-06-04 16:25:41 +08:00
David 229603b4b5 Added docs to ut part 4 2022-06-02 21:37:15 -04:00
i-robot dccfbdc832
!34610 TruncateDiv and TruncateMod CPU ops
Merge pull request !34610 from jaspreetsinghsambee/truncate_ops_dev
2022-06-02 15:35:28 +00:00
i-robot 254e6f67c7
!35372 [MSLITE][CPU] avx512 hardward self feel function, remove nnacl/CMakeLists.txt avx512f flag and add avx512 hardward Inspection mechanism
Merge pull request !35372 from Greatpan/avx512_sf_remove_avx512f
2022-06-02 14:31:24 +00:00
i-robot 39799bad1b
!35295 Release nccl in release funtion
Merge pull request !35295 from ZPaC/finalize-nccl-in-release
2022-06-02 12:38:17 +00:00
huoxinyou e7c769eebd AdamApplyOne support dynamic shape &
ScatterNd ops's indices support int64 docs
2022-06-02 20:21:33 +08:00
zhupuxu 6c0d048984 change clean size
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
2022-06-02 19:27:29 +08:00
i-robot fe4f3f2708
!35259 extract ema param from quant.py to golden_stick layer_policy
Merge pull request !35259 from cjh9368/static_check
2022-06-02 11:10:47 +00:00
gyuer 3782bbbaaa [feat][assistant][I4XJFY] add new functional Outer 2022-06-02 17:54:21 +08:00
i-robot 1267c54604
!35274 fix operator batch_to_space int8
Merge pull request !35274 from liyan2022/dev_r1.8
2022-06-02 09:46:13 +00:00
i-robot 0443713a5c
!33431 [assistant][ops][I48O5K] Add new sparse operator DenseToDenseSetOperation
Merge pull request !33431 from 李航/DenseToDenseSetOperation
2022-06-02 09:36:56 +00:00
i-robot ccd17855ba
!35385 add bitwise tensor interface support paltforms
Merge pull request !35385 from KXiong/code_docs_master
2022-06-02 09:34:26 +00:00
i-robot 8027ee13f2
!35299 fix log init
Merge pull request !35299 from huanghui/fix-init-log
2022-06-02 09:30:22 +00:00
i-robot 6f18373b10
!35252 add python implement and st for random gamma
Merge pull request !35252 from zhangqi/0522_2
2022-06-02 09:26:10 +00:00
i-robot 0ffbbf298b
!35378 Add api docs.
Merge pull request !35378 from liqiliang/code_docs
2022-06-02 09:25:08 +00:00
i-robot 1fa90714d4
!35084 use cub lib to compute prefix sum for masked select op
Merge pull request !35084 from yangzhenzhang/use-cub-lib-for-masked-select
2022-06-02 09:11:41 +00:00
liqiliang ba67f2362b Add api docs. 2022-06-02 17:11:40 +08:00
yefeng 8903bbf824 add GPU model 2022-06-02 17:08:59 +08:00
i-robot 90c807acae
!35339 Replace the hostname gather operation with new cluster arch
Merge pull request !35339 from chengang/support_gather_hostnames_3
2022-06-02 09:02:09 +00:00
i-robot 59e7689876
!34991 Remove SoftDVPP related APIs
Merge pull request !34991 from xiaotianci/remove_soft_dvpp
2022-06-02 09:00:58 +00:00
i-robot 3cd07dc30f
!35309 remove old api ms_tensor.h
Merge pull request !35309 from qinzheng/remove_ms_tensor
2022-06-02 09:00:05 +00:00
yefeng 921a409a8b UT 2022-06-02 16:45:28 +08:00
xiongkun 15f4d11c10 add bitwise tensor interface support paltforms
add fastgelu interface support paltforms
2022-06-02 16:39:59 +08:00