Commit Graph

13666 Commits

Author SHA1 Message Date
shaojunsong 0104d00780 Fix tensor st issue 2023-02-02 14:29:47 +08:00
guozhibin 651194ce61 add api: ops.scatter 2023-02-02 11:42:41 +08:00
i-robot 8514a58d6f
!48312 Add fused_tensor case to the MemUsageAnalyzer
Merge pull request !48312 from yangluhang/mem_analyze_fused_tensor
2023-02-02 03:40:49 +00:00
i-robot 050a5e7635
!48221 add dataset_sink_mode for network testcase
Merge pull request !48221 from anzhengqi/modify-testcase-resnet50
2023-02-02 02:50:05 +00:00
i-robot a3c297405d
!48303 添加ops/Tensor hypot支持平台
Merge pull request !48303 from DavidFFFan/api_ops
2023-02-02 02:08:05 +00:00
i-robot 109a238a85
!48280 scalar ops kernel
Merge pull request !48280 from huoxinyou/0201_scalar_ops
2023-02-02 01:58:07 +00:00
yangluhang 06763a7393 add fused_tensor test case to the MemUsageAnalyzer class 2023-02-01 19:36:17 +08:00
i-robot f5084de271
!45146 train_dataset_utst_master
Merge pull request !45146 from yide12/train_dataset_utst_master
2023-02-01 11:25:54 +00:00
i-robot ae59820e0a
!47808 add ops function from numpy
Merge pull request !47808 from Henry Shi/add_ops_function
2023-02-01 10:24:15 +00:00
i-robot 57669ee207
!48195 fix_apply_proximal_grad_descent_st_master
Merge pull request !48195 from yide12/apply_proximal_gradient_descent_master
2023-02-01 10:04:26 +00:00
huoxinyou 17751243c7 xxToTensor\TensorToxx cpu kernel & scalar ops 2023-02-01 17:43:31 +08:00
i-robot 58a5017a1b
!48281 fix ops support tuple review
Merge pull request !48281 from TuDouNi/tuple_commit_my
2023-02-01 09:31:09 +00:00
i-robot faada0d711
!48191 增加接口:mindspore.ops.det
Merge pull request !48191 from GuoZhibin/add_api_ops_det
2023-02-01 09:00:24 +00:00
i-robot 36f9e1ecbf
!48275 repaire SparseSegmentMeanWithNumSegments testcase bug
Merge pull request !48275 from lijunbin/master
2023-02-01 08:33:08 +00:00
fandawei b00f660009 add support platform of ops/Tensor hypot 2023-02-01 15:55:15 +08:00
i-robot a9d68b1101
!48283 add optimize graph for ut test kernel executor
Merge pull request !48283 from kisnwang/add-device-common
2023-02-01 07:48:33 +00:00
lichen 0a054e8ca0 add_standalone_info 2023-02-01 15:47:28 +08:00
i-robot 1c0867d48b
!46141 fix bug of parameter export
Merge pull request !46141 from lianliguang/fix-bug-of-parameter-export
2023-02-01 07:41:59 +00:00
kswang 7e2dd5d191 add optimize graph for test kernel executor 2023-02-01 15:17:26 +08:00
i-robot 14ba0b2030
!48276 [Golden-Stick] remove useless quant testcase
Merge pull request !48276 from yangruoqi713/master
2023-02-01 07:10:57 +00:00
i-robot d3ace1f02c
!48218 modify cov testcase level
Merge pull request !48218 from 冯一航/modify_cov_testcast_level
2023-02-01 07:03:43 +00:00
ttudu bd88a6e07c fix ops support tuple review 2023-02-01 14:34:54 +08:00
i-robot b6634d4aac
!48058 Fix that when training for two consecutive times, the error will be reported in the non-sinking mode and then sinking mode: For 'GetNext', get data timeout
Merge pull request !48058 from 刘勇琪/master
2023-02-01 06:28:15 +00:00
yao_yf 0c8b0851b6 strategy ckpt format change 2023-02-01 14:17:13 +08:00
i-robot fec9c51caa
!48286 takedown testcases to ensure gate stability
Merge pull request !48286 from yanghaoran/takedown_testcases
2023-02-01 06:16:11 +00:00
lianliguang a0e404ffcd fix bug of export parameter 2023-02-01 11:39:05 +08:00
liu-yongqi-63 e7b9122bac Fix that when training for two consecutive times, the error will be reported in the non-sinking mode and then sinking mode: For 'GetNext', get data timeout 2023-02-01 11:31:48 +08:00
i-robot 444bcb3842
!48211 Fix the bug of print tensor on GPU.
Merge pull request !48211 from Margaret_wangrui/print_tensor
2023-02-01 03:17:35 +00:00
lby 2742edd6ab transpose dynamic test case using set_inputs 2023-02-01 10:42:25 +08:00
yanghaoran 7536f894da takedown testcases to ensure gate stability 2023-02-01 10:22:41 +08:00
i-robot 6b91d6a2a1
!48203 add indices validation check for tensor_scatter_XXX on gpu backend
Merge pull request !48203 from Yanzhi_YI/tensor_scatter_min
2023-02-01 02:22:36 +00:00
i-robot d3f7859d84
!48101 profiler支持仅收集数据处理数据,不采集算子性能数据
Merge pull request !48101 from liuchuting/data
2023-02-01 02:20:43 +00:00
i-robot 0b4049bdb4
!48246 fix ge dynamic shape input st
Merge pull request !48246 from xulei/fix_st
2023-02-01 01:57:03 +00:00
i-robot 3c6592e8b1
!46951 新增scalar ops原语
Merge pull request !46951 from huoxinyou/1218scalarop
2023-02-01 01:46:11 +00:00
fandawei 6f701d6474 clean gate unused st/tbe_network case 2023-02-01 09:38:57 +08:00
yangruoqi713 f6df31f730 [Golden-Stick] remove useless quant testcase 2023-02-01 09:36:27 +08:00
i-robot 3146d8da92
!48237 [AutoParallel]fix optimizer shard bug for pipeline parallel
Merge pull request !48237 from lichen/fix_parallel_opt_bug
2023-02-01 01:22:54 +00:00
i-robot d700e5d073
!48209 [bugfix][API] Fix ops.inner
Merge pull request !48209 from shaojunsong/fix/inner
2023-02-01 01:14:44 +00:00
i-robot bf2dc906c8
!47275 op support tuple
Merge pull request !47275 from TuDouNi/tuple_commit_my
2023-02-01 01:11:37 +00:00
i-robot 873f045f59
!48241 【OPS】Fix Shape Error of the ParallelConcat on Ascend
Merge pull request !48241 from huangxinjing/fix_parallel_concat_error
2023-02-01 01:11:11 +00:00
l00500167 a5b01607b0 repair sparse_segment_mean_with_num_segments_op testcase failed
Signed-off-by: l00500167 <lijunbin4@huawei.com>
2023-02-01 09:05:34 +08:00
i-robot 00b71f107c
!48088 [MD] Support Non-mappable ops in pull/debug mode
Merge pull request !48088 from TinaMengtingZhang/dev_md_pipeline_debug_ops
2023-01-31 20:58:46 +00:00
guozhibin 876acb5fca add api: ops.det 2023-01-31 21:43:42 +08:00
ttudu 37586dbf9b ascend support untuple 2023-01-31 20:38:28 +08:00
Henry b5f0de9085 add ops function 2023-01-31 19:36:43 +08:00
i-robot 5acace7f6a
!48206 fix_ops_any_all_master
Merge pull request !48206 from yide12/tensor_isneginf_master
2023-01-31 11:21:28 +00:00
i-robot db1dff0e87
!48003 export node attr and primal attr
Merge pull request !48003 from lianliguang/add-primitive-clone
2023-01-31 11:00:55 +00:00
i-robot c9e32b8ce6
!47102 Fix bug of cse
Merge pull request !47102 from chenfei_mindspore/fix-bug-of-cse
2023-01-31 10:50:46 +00:00
huangxinjing b3d0226de0 Add parallel concat attribute 2023-01-31 16:44:34 +08:00
yiyanzhi_akane d08ce74f6f add indices validation check for tensor_scatter_XXX on gpu backend 2023-01-31 16:18:16 +08:00
lichen 8922d2f183 fix_parallel_opt_bug 2023-01-31 15:40:23 +08:00
i-robot 360add4014
!47977 add api doc
Merge pull request !47977 from 李林杰/0116_add_api_docs_and_inits
2023-01-31 07:37:06 +00:00
i-robot 8f4cc8fa00
!48212 fix bug of TopTypeOf in None
Merge pull request !48212 from lianliguang/master
2023-01-31 07:28:53 +00:00
i-robot ed6dcb4598
!48119 add circular mode for Padv3/Padv3Grad on CPU/GPU.
Merge pull request !48119 from yangshuo/br_padv3
2023-01-31 07:25:49 +00:00
Margaret_wangrui 0bf021a16e Fix the bug of print tensor on GPU. 2023-01-31 15:12:43 +08:00
xulei 1875ee3280 fix ge dynamic shape input st 2023-01-31 15:07:58 +08:00
liuchuting 6fea61ba01 Only data for data processing is collected. 2023-01-31 14:45:10 +08:00
yide12 f159c62f94 st_train_dataset 2023-01-31 14:30:31 +08:00
i-robot 5cc5607898
!48044 delete function fill and fills
Merge pull request !48044 from changzherui/del_fill_api
2023-01-31 06:11:18 +00:00
i-robot f030af3a4b
!48184 [JIT Fallback] Support any type feature in runtime procedure, handle the exception for Fallback process, and hide no_recursive api.
Merge pull request !48184 from 张清华/opt_jit_fallback
2023-01-31 06:09:21 +00:00
hanhuifeng2020 e2fb8d55f1 fix a bug that test_yolov5_dynamic_gpu case fail on 3090 GPU device 2023-01-31 11:16:32 +08:00
yide12 5aed9de718 fix_ops_any_all_master 2023-01-31 11:07:47 +08:00
i-robot 40c924b9d1
!48235 takedown testcases to ensure gate stability
Merge pull request !48235 from yanghaoran/takedown_testcases
2023-01-31 03:06:02 +00:00
yanghaoran 09b71750d4 takedown testcases to ensure gate stability 2023-01-31 10:51:49 +08:00
i-robot d9ccbccf45
!48193 fix testcase for Randperm
Merge pull request !48193 from liyuxia/master
2023-01-31 02:47:52 +00:00
i-robot fd6338be75
!48152 [API] Add ops.is_tensor
Merge pull request !48152 from shaojunsong/feature/is_tensor
2023-01-31 02:47:29 +00:00
huoxinyou 9a065cf00f scalar ops 2023-01-31 10:17:52 +08:00
i-robot 5b4a960633
!48134 Add rdma rpc baisc code.
Merge pull request !48134 from ZPaC/rdma-enable
2023-01-31 02:09:25 +00:00
luochao 2132e299b5 fix_sparse_apply_adagrad_test_cases 2023-01-31 09:53:11 +08:00
张清华 c6274e7a9d [JIT Fallback] Support any type feature in runtime procedure, handle the exception for Fallback process, and hide no_recursive api. 2023-01-31 09:14:51 +08:00
lianliguang e75b16209e fix bug of TopTypeOf in None 2023-01-31 09:07:31 +08:00
TinaMengtingZhang f664200171 Support NonMappable op in pull mode. 2023-01-30 13:56:50 -05:00
i-robot 8cc7e5e98c
!43540 Purge use void
Merge pull request !43540 from ZPaC/purge-use-void
2023-01-30 15:32:07 +00:00
i-robot fdb3e202a2
!48089 [MD] Debug Mode - Multi-epoch fixes and UT
Merge pull request !48089 from cathwong/ckw_debug_mode3_take
2023-01-30 14:51:56 +00:00
changzherui db798be4d0 delete function fill and fills 2023-01-30 20:13:25 +08:00
anzhengqi a5b2054d4e add dataset_sink_mode for network testcase 2023-01-30 20:10:09 +08:00
fengyihang c357b35d33 modify cov testcast level 2023-01-30 19:00:46 +08:00
i-robot 3283da9a79
!48109 Code static warning clean
Merge pull request !48109 from chenfei_mindspore/master
2023-01-30 10:03:06 +00:00
shaojunsong 65ffe26ea9 add ops.is_tensor 2023-01-30 17:36:58 +08:00
xiuyu0000 bb9113a159 modify uniform test example 2023-01-30 17:31:42 +08:00
shaojunsong 25ebfe6c5f fix ops.inner 2023-01-30 17:21:33 +08:00
yide12 b0a1de4e43 fix_apply_proximal_grad_descent_st_master 2023-01-30 15:32:08 +08:00
liangzhibo 1c5e4e198e Change logic for check dict output in clean 2023-01-30 15:06:33 +08:00
liyuxia de2aaa2381 fix testcase for Randperm 2023-01-30 15:03:46 +08:00
i-robot ce53db6836
!48061 add mem usage analyzer for swap
Merge pull request !48061 from kisnwang/add-mem-usage-analyzer
2023-01-30 07:02:08 +00:00
ZPaC 7f06cc7c00 Purge use void* 2023-01-30 14:22:34 +08:00
i-robot 283819a1c9
!48125 Change custom_vjp to inner api
Merge pull request !48125 from YuJianfeng/custom_vjp
2023-01-30 06:15:45 +00:00
i-robot 0a8d3c57df
!48106 Runtime support cpu hash table
Merge pull request !48106 from zyli2020/dev
2023-01-30 06:13:34 +00:00
chenfei fa07ec62e9 fix bug of cse 2023-01-30 14:12:26 +08:00
lianliguang 10de370dd8 export node attr and primal attr 2023-01-30 10:59:25 +08:00
ZPaC 0b72759390 Add rdma 2023-01-30 10:29:29 +08:00
chenfei 92103757eb code static warning clean 2023-01-30 10:13:11 +08:00
y00451588 6723a09ea9 add circular mode for Padv3/Padv3Grad on CPU/GPU. 2023-01-30 09:50:14 +08:00
kswang 0a7533fe35 add mem analyer for swap 2023-01-29 16:51:54 +08:00
i-robot 10dee13272
!47587 decoupled with PrimitiveWithCheck and infer value
Merge pull request !47587 from lianliguang/change-standarprim-eval
2023-01-29 08:37:40 +00:00
i-robot 9db1e218b3
!48015 ResizeBicubic/ResiezeBicubicGrad 对标torch,format修改为NCHW
Merge pull request !48015 from haozhang/resize_bicubic
2023-01-29 08:23:55 +00:00
i-robot 451fd00539
!47887 Fix getattr problem for check_jit_foribbden_api
Merge pull request !47887 from ligan/check_jit_forbidden_api_bug
2023-01-29 08:15:01 +00:00
i-robot 4c4eaac0e4
!48124 [MS]{Ops][Bug] solve matmul st problem
Merge pull request !48124 from 刘力力/master_develop
2023-01-29 08:11:28 +00:00
i-robot 018536039f
!47797 fix some bugs about acl kernel
Merge pull request !47797 from hanhuifeng/pynative_dyn_modifies
2023-01-29 08:02:15 +00:00
lilinjie 2c46f3301b add api doc 2023-01-29 15:37:48 +08:00
i-robot 8a77bcf86e
!48126 fix broadcast check of batchmatmul
Merge pull request !48126 from zhoufeng/batchmatmul-broadcast-shape
2023-01-29 06:21:10 +00:00
lizhenyu b3f9e6f2e7 runtime support cpu hash table 2023-01-29 14:18:33 +08:00
i-robot 9839e1ba11
!47966 fix docs and add testcases
Merge pull request !47966 from 李良灿/master
2023-01-29 05:51:52 +00:00
i-robot 26cbd5f6e1
!48078 fix docs silu softmin diff
Merge pull request !48078 from Henry Shi/fix_docs_silu_softmin
2023-01-29 04:31:07 +00:00
i-robot 4712bd9ff0
!48103 add a st for ge dynamic input
Merge pull request !48103 from xulei/dynamic_shape_ge
2023-01-29 03:52:36 +00:00
ligan 17bd8b4b01 check_jit_forbidden_api_bug 2023-01-29 11:04:19 +08:00
i-robot 3c4b0f1083
!37725 [assistant][I54KGU] add new aicpu operator IndexPut
Merge pull request !37725 from 陈孜豪/IndexPut
2023-01-29 02:13:32 +00:00
yujianfeng 77d10800ca Change custom_vjp to inner api 2023-01-29 10:02:20 +08:00
zhoufeng 2fbe37fd5b fix broadcast check of batchmatmul
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2023-01-29 10:01:55 +08:00
i-robot 6c16e228cc
!48099 fix bug: use correct name of topk
Merge pull request !48099 from Yanzhi_YI/fixbug_topk
2023-01-29 01:31:36 +00:00
liu lili f1f75167ef mindspore ops: solve matmul st ops 2023-01-29 09:23:24 +08:00
i-robot d6d5184ffe
!48024 Change test case error for range
Merge pull request !48024 from LiangZhibo/range_error
2023-01-29 01:10:00 +00:00
15867023963 170910c62d [feat][assistant][I54KGU] add new aicpu operator IndexPut 2023-01-28 15:48:44 +08:00
xulei cdb9a46058 add a st for ge dynamic input 2023-01-28 14:35:32 +08:00
yiyanzhi_akane ff8ab39523 fix bug: use correct name of topk 2023-01-28 11:17:51 +08:00
lianliguang 486f8d481f refactor pynative infer 2023-01-28 11:01:19 +08:00
Cathy Wong 6ceb41c90f [MD] Debug Mode - Multi-epoch fixes and UT 2023-01-27 17:17:16 -05:00
i-robot a5ada6bb96
!48084 Fix: enable sink mode explicitly in dataset reset smoke test
Merge pull request !48084 from Mohammad Motallebi/fix_reset_smoke_sink
2023-01-23 18:41:37 +00:00
David 4c5e1b2617 TFRecord numRows schema used for compressed 2023-01-20 17:42:07 -05:00
mohammad a96a3efaad enable sink mode explicitly due to change in default value 2023-01-20 14:11:34 -05:00
i-robot 99fa0ebf34
!48076 fix: data race for md - step2
Merge pull request !48076 from guozhijian/fix_data_race_step2
2023-01-20 06:48:32 +00:00
Henry 035b7337d1 fix docs spi 2023-01-20 11:30:25 +08:00
i-robot 9e0108a31a
!47997 [JIT Fallback] Don't release GIL lock during running in Python fallback routine.
Merge pull request !47997 from 张清华/opt_jit_fallback2
2023-01-20 03:10:42 +00:00
jonyguo 6814276a0e fix: data race step2 2023-01-20 09:48:53 +08:00
张清华 09368dc0cf [JIT Fallback] Don't release GIL lock during running in Python fallback routine. 2023-01-20 07:55:51 +08:00
hanhuifeng2020 4bbf58196b fix some bugs about acl kernel 2023-01-19 17:22:45 +08:00
i-robot 88381d8644
!43013 [assistant][ops]Add CosineSimilarity
Merge pull request !43013 from zy26/CosineSimilarity
2023-01-19 09:02:15 +00:00
i-robot bdcf8c5353
!47330 recover yolov5 test case
Merge pull request !47330 from hanhuifeng/yolov5_test_fix
2023-01-19 08:11:57 +00:00
hw_hz c9de24b93e resize_bicubic/resize_bicubic_grad 2023-01-19 15:36:34 +08:00
i-robot 6d0841f170
!46317 add mem check
Merge pull request !46317 from 王禹程/mem_check
2023-01-19 06:26:04 +00:00
reku1997 bd9925e4ff add mem check 2023-01-19 11:23:38 +08:00
yanghaoran 24062d1b42 takedown testcases to ensure gate stability 2023-01-19 10:35:43 +08:00
i-robot e6775d1229
!48013 fix tensor norm docs and add st
Merge pull request !48013 from 冯一航/add_tensor_norm
2023-01-19 01:50:17 +00:00
i-robot 5d18df78c1
!47928 enable op deterministic
Merge pull request !47928 from jjfeing/br_deterministic
2023-01-19 01:44:18 +00:00
i-robot e0c11be277
!47950 [MD] Debug Mode - rename op and zip op support
Merge pull request !47950 from cathwong/ckw_debug_mode1
2023-01-18 18:28:20 +00:00
fengyihang 4e71de40be add tensor norm 2023-01-18 18:18:20 +08:00
jjfeing 97f593c81e add ctx deterministic 2023-01-18 16:34:41 +08:00
i-robot 58bc8ff57b
!47959 fix dropout genmask fuzz input
Merge pull request !47959 from 王禹程/fix_genmask
2023-01-18 07:25:30 +00:00
i-robot a23dc71bf0
!46764 rectify constexpr in vmap
Merge pull request !46764 from NaCN/constexpr_3
2023-01-18 07:24:52 +00:00
liangcanli dc658a002f fix get_grad docs and add testcases 2023-01-18 15:24:29 +08:00
liangzhibo 9e19f3d07a Fix range error 2023-01-18 14:45:06 +08:00
i-robot c0ce1beccc
!47766 fix several bugs of kernel object type selection
Merge pull request !47766 from wYann/kernel_object_type
2023-01-18 06:40:39 +00:00
hanhuifeng2020 2aef1289a7 fix a bug of yolov5 test case 2023-01-18 11:35:14 +08:00
i-robot 057da5a11d
!47804 [AutoParallel]Parallel support while
Merge pull request !47804 from lichen/parallel_support_protein_predict
2023-01-18 01:56:51 +00:00
Cathy Wong 7d539d57cc [MD] Debug Mode - rename op and zip op support 2023-01-17 19:35:57 -05:00
wYann cdd61d758a fix some bugs of kernel object type selection 2023-01-17 20:52:53 +08:00
huangchengnuo d3bc7c31a2 a47b981c1026c20b266a4220b5d91663010e1ab6 2023-01-17 19:02:37 +08:00
i-robot fd9c342838
!47972 ut add device common
Merge pull request !47972 from kisnwang/ut-add-device-common
2023-01-17 10:39:59 +00:00
reku1997 1d60ae0c23 fix dropout genmask fuzz input 2023-01-17 17:13:09 +08:00
kswang 675d316caf add ut device common 2023-01-17 15:51:00 +08:00
yanghaoran b76f2207b0 takedown test_dynamic_maxpool cases to ensure gate stability 2023-01-17 15:44:32 +08:00
i-robot fb36b4b482
!47926 modify topk to pytorch(add largest)
Merge pull request !47926 from 冯一航/modify_top_k_topk
2023-01-17 07:39:16 +00:00
lichen 2822eade04 parallel_support_while 2023-01-17 14:29:18 +08:00
i-robot e1aad48da4
!47830 recitify composite
Merge pull request !47830 from changzherui/rectify_dir_composite
2023-01-17 06:07:53 +00:00
i-robot 288a901c1e
!47912 [OPS] modify meshgrid funtional input form tuple to tensor sequence
Merge pull request !47912 from yangruoqi713/ops
2023-01-17 03:19:05 +00:00
fengyihang e258ed3a3c modify topk 2023-01-17 11:09:25 +08:00
i-robot d376374fb3
!47534 slice_activation_adapt_micro_interleaved
Merge pull request !47534 from yao_yf/slice_activation_adapt_micro_interleaved
2023-01-17 01:37:52 +00:00
i-robot 222a28fa49
!47857 Fix the issue that print string on arm.
Merge pull request !47857 from Margaret_wangrui/arm_char_2
2023-01-16 12:06:02 +00:00
yangruoqi713 3c61fe0d40 [OPS] modify meshgrid funtional input form tuple to tensor sequence 2023-01-16 19:04:18 +08:00
i-robot 27f20532ff
!47818 Optimize embedding storage module
Merge pull request !47818 from zyli2020/persistent_storage
2023-01-16 10:59:39 +00:00
i-robot eccfc85cca
!47914 [JIT Fallback] Not convert numpy array to tensor implicitly.
Merge pull request !47914 from 张清华/opt_jit_fallback
2023-01-16 10:46:04 +00:00
i-robot c52cdf7095
!47047 Modify ops.top_k to pytorch
Merge pull request !47047 from 冯一航/modify_top_k_to_pytorch
2023-01-16 09:03:31 +00:00
i-robot 0104b8aee2
!47749 support ms_function infer value
Merge pull request !47749 from lianliguang/ms_function
2023-01-16 09:00:02 +00:00
Margaret_wangrui b8c5c2b958 Fix the issue that print string on arm. 2023-01-16 16:25:15 +08:00
张清华 c77cefbb94 [JIT Fallback] Not convert numpy array to tensor implicitly 2023-01-16 15:24:07 +08:00
i-robot 1cab3ef385
!47792 [JIT Fallback] Support interpreted node.
Merge pull request !47792 from 张清华/opt_jit_fallback
2023-01-16 07:11:43 +00:00
i-robot 618668acfa
!47860 use original scipy for sparsify cg
Merge pull request !47860 from jachua/ci_sparsify
2023-01-16 06:28:12 +00:00
i-robot 1b9a49da8c
!47465 【MI】add kernel by kernel operator overflow check for dump
Merge pull request !47465 from maoyaomin/mym_debugger_kernel_dumper
2023-01-16 06:20:40 +00:00
张清华 4cfa4ac94c [JIT Fallback] Support interpreted node. 2023-01-16 11:44:39 +08:00
lizhenyu a46c9b6c38 optimize embedding storage module 2023-01-16 11:00:44 +08:00
fengyihang b6f83478fb modify topk to pytorch 2023-01-16 11:00:28 +08:00
i-robot 9ef70a2f10
!47178 support norm
Merge pull request !47178 from 冯一航/support_norm
2023-01-16 02:25:54 +00:00
jachua 86312d13d4 use original scipy for sparsify cg 2023-01-16 09:36:46 +08:00
changzherui 3aeb9a8c9d rectify composite 2023-01-15 16:48:31 +08:00
i-robot 8bf46a6046
!47849 set core num for tbe op compiling
Merge pull request !47849 from zhoufeng/set-core-num-for-tbe-op-compiling
2023-01-14 09:21:00 +00:00
i-robot 2a84bf0554
!47598 transpose bug fix
Merge pull request !47598 from liubuyu/master
2023-01-14 09:17:41 +00:00
i-robot 665aae0b42
!47794 add api ops.swapaxes and ops.swapdims
Merge pull request !47794 from GuoZhibin/add_ops_swapaxes
2023-01-14 08:41:48 +00:00
zhoufeng 731976eef7 set core num for tbe op compiling
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2023-01-14 13:48:39 +08:00
guozhibin 8031beb260 add ops.swapaxes and ops.swapdims 2023-01-13 17:15:10 +08:00
i-robot faf732e48b
!47654 add api: ops.triplet_margin_loss and nn.TripletMarginLoss
Merge pull request !47654 from GuoZhibin/Add_TripletMarginLoss
2023-01-13 07:39:27 +00:00
yao_yf 8f1c8f1d96 slice activation adapt micro_interleaved 2023-01-13 15:23:01 +08:00
i-robot 50d46c0231
!47567 Add resnet50+boost st test case in GE process
Merge pull request !47567 from archer2049/master
2023-01-13 06:56:43 +00:00
maoyaomin e5d5cce12f add kernel by kernel operator overflow check for dump 2023-01-13 12:31:03 +08:00
lianliguang 52f946067c support ms function infer value 2023-01-13 12:01:18 +08:00
i-robot 5a9d554ff7
!47814 GPU上:非root用户且cuda版本为10时不执行profiler用例
Merge pull request !47814 from liuchuting/root_cuda
2023-01-13 03:12:56 +00:00
i-robot 3b73258f5a
!47618 remove grad constexpr
Merge pull request !47618 from hujiahui8/constexpr_1
2023-01-13 03:03:39 +00:00
guozhibin 382492499f add api triplet_margin_loss 2023-01-13 11:01:35 +08:00
lby 55637fa467 transpose bug fix 2023-01-13 10:45:18 +08:00
i-robot a45f1c3eaa
!47789 fix bug for conv2d when k smaller than s
Merge pull request !47789 from yangzhenzhang/fix-bug-for-conv2d
2023-01-13 01:46:59 +00:00
i-robot 961141df8b
!47782 add cov platform
Merge pull request !47782 from 冯一航/add_cov_platform
2023-01-13 01:33:49 +00:00
i-robot 5f7b8ba9da
!47744 add a st for ub fusion pass
Merge pull request !47744 from xulei/fusion_or_not
2023-01-12 13:54:34 +00:00
i-robot 566577c8fc
!47790 tensor.clip does not support input of dtype
Merge pull request !47790 from emmmmtang/master
2023-01-12 13:01:54 +00:00
i-robot d555ed9339
!47798 remove test_sparsify from windows
Merge pull request !47798 from jachua/ci_sparsify
2023-01-12 12:24:06 +00:00
suxin b374441848 Add resnet50+boost st test case in GE process. 2023-01-12 19:55:28 +08:00
i-robot 7ec6b71232
!47727 Clone the called graph when a primal graph calls another primal graph
Merge pull request !47727 from YuJianfeng/expand_j
2023-01-12 10:08:51 +00:00
i-robot 19ea49ff69
!47781 [Bugfix] Restrict 3D inputs for addbmm
Merge pull request !47781 from shaojunsong/fix/addbmm
2023-01-12 09:06:25 +00:00
liuchuting 4633ec7c39 Not root user and cuda version is 10, not execute. 2023-01-12 16:50:13 +08:00
i-robot 3e8fba3878
!47562 add tensor diff frac
Merge pull request !47562 from Henry Shi/tensor_frac_diff
2023-01-12 08:18:00 +00:00
jachua 4ac6c68e4f remove test_sparsify from windows 2023-01-12 15:33:52 +08:00
fengyihang 5dfffafe72 support norm 2023-01-12 14:43:34 +08:00