Commit Graph

45876 Commits

Author SHA1 Message Date
looop5 9ccc40d80e fix some code check 2022-06-07 15:40:46 +08:00
i-robot e5d53e4c02
!34942 [bug] fix jet and grad input check error in graph mode
Merge pull request !34942 from chenzhuo/master
2022-06-07 07:35:04 +00:00
shaojunsong 6f9e4ccedc fixed reflectionpad bug in st cases of acend and cpu 2022-06-07 15:34:33 +08:00
lanzhineng c864d6a55c difference branches the same type 2022-06-07 15:07:14 +08:00
i-robot d9ff3dd395
!35375 fix handle builtin func in loop body
Merge pull request !35375 from huanghui/fix-fallback
2022-06-07 07:06:27 +00:00
huodagu 067750a0bb modify format 2022-06-07 15:05:12 +08:00
mengyuanli 4444ecc668 add resize linear 1d cpu 2022-06-07 15:00:29 +08:00
zhengzuohe 6e3b8735e6 update Raises in ScatterUpdate doc 2022-06-07 15:00:13 +08:00
i-robot 8c672a92d8
!35409 bypass rank id and size
Merge pull request !35409 from ZPaC/bypass-rank
2022-06-07 06:55:39 +00:00
sunsuodong 2aa9985022 rm old api 2022-06-06 23:55:03 -07:00
i-robot ffc84d56ab
!35044 profiler支持动态shape基础功能
Merge pull request !35044 from liuchuting/dynamic_shape
2022-06-07 06:51:38 +00:00
fan-jibin 624706d54b add adaptive_avgpol2d nn/function/tensor api 2022-06-07 14:48:55 +08:00
i-robot e797857655
!34084 Decouple the pass TransformOpOptimizer from backend and default enable it
Merge pull request !34084 from DeshiChen/0420_transpose
2022-06-07 06:43:50 +00:00
i-robot 38adaa05f1
!35387 Add dumpir for GraphKernel in MS-Lite
Merge pull request !35387 from DeshiChen/0602_lite_dumpir
2022-06-07 06:41:33 +00:00
Zhang Qinghua ce39353421 Fix GradOperation descripition and support tuple/list for 'get_by_list'. 2022-06-07 14:21:58 +08:00
z00512249 cb1f8886e0 add determinant data_type && add vmap rule 2022-06-07 14:21:45 +08:00
hezhenhao1 0e32ef4782 Add tensor and functional interface for IsClose operator. 2022-06-07 14:15:49 +08:00
shaojunsong a7c94b16d5 fix reflectionpad api issue 2022-06-07 14:14:15 +08:00
i-robot 568278684d
!34540 UpsampleTrilinear3D GPU Kernel
Merge pull request !34540 from danishfarid/UpsampleTrilinear3D
2022-06-07 06:07:34 +00:00
i-robot 057ed3b773
!35444 print_reduce pass in dynamic_shape gpu
Merge pull request !35444 from TuDouNi/pass_support_dynamic
2022-06-07 05:50:03 +00:00
i-robot ec65b96074
!34252 [CPU operator] Add ReNorm CPU operator
Merge pull request !34252 from Xiaoda/127-add-renorm-op
2022-06-07 05:47:46 +00:00
i-robot 87c21bdc5c
!35335 Add pass to convert unused tuple output parameter to make_tuple
Merge pull request !35335 from YuJianfeng/mutable
2022-06-07 04:18:42 +00:00
linqingke 632eb99304 AdativeMaxpool2D support ascend platform. 2022-06-07 12:13:08 +08:00
i-robot ae2c2c34f3
!35288 batchtospacend support tensor/func/vmap
Merge pull request !35288 from r1chardf1d0/bts
2022-06-07 03:59:47 +00:00
i-robot 041ed6ddf9
!35509 modify Chinese Probability API files
Merge pull request !35509 from 宦晓玲/code_docs_0607
2022-06-07 03:20:16 +00:00
i-robot e6686ba1c9
!35194 Add dynamic and vmap support for NLLLossGrad in Ascend.
Merge pull request !35194 from TronZhang/nlllossgrad
2022-06-07 03:04:12 +00:00
i-robot d54dee641b
!35261 add output index for front_to_internal_outputs_map
Merge pull request !35261 from baihuawei/fix_internal_output_bug
2022-06-07 03:03:52 +00:00
zhangyi 2fccd9d679 modify the files 2022-06-07 11:03:39 +08:00
i-robot d740fe74c2
!35231 Tensor getitem & setitem support dynamic shape on ascend platform
Merge pull request !35231 from huoxinyou/0526tensorslice
2022-06-07 02:58:15 +00:00
zhangxuetong 355edf2e55 support apply_proximal_adagrad vmap 2022-06-07 10:56:56 +08:00
i-robot 9d561b90e2
!35489 [MS][LITE] add RCT_LUT_spilit model st
Merge pull request !35489 from luoyuan/add-hms-model-st
2022-06-07 02:56:39 +00:00
i-robot 526b1ebedc
!35273 Op ScatterNd, rewrite infer function with c++, supports vmap, supports dynamic shape on Gpu and Ascend.
Merge pull request !35273 from DeshiChen/0527_scatternd_dynshape
2022-06-07 02:54:09 +00:00
i-robot d1aa4b6fb2
!35468 [lite]mul-reduce fusion and matmul-opt for specific scene
Merge pull request !35468 from 徐安越/master4
2022-06-07 02:52:43 +00:00
i-robot 375196215f
!35374 doc for renorm op
Merge pull request !35374 from liubuyu/doc
2022-06-07 02:50:40 +00:00
Xiao Tianci f71bbccdf1 remove examples of SoftDvpp 2022-06-07 10:48:57 +08:00
zengzitao 345c60330d fix some warning for graph kernel 2022-06-07 10:48:27 +08:00
zhujingxuan 513f28fadb Add MatrixSolve Op 2022-06-07 10:44:39 +08:00
Xiao Tianci fd9598dabc change spelling of some words 2022-06-07 10:30:59 +08:00
ZPaC a88ce377e9 Adjust log order. 2022-06-07 10:22:10 +08:00
i-robot 8d84471f89
!35413 [MD] Transforms Unification - Phase 4: Add deprecation warning for c_transforms and py_transforms.py
Merge pull request !35413 from cathwong/ckw_xtranuni_code5_depr_warn
2022-06-07 02:17:09 +00:00
i-robot 7cb5f8a103
!35239 op tiling for KLDivLoss and adapt vmap st
Merge pull request !35239 from xulei/kldiv
2022-06-07 02:17:06 +00:00
i-robot 06824b4a2e
!35316 gpu_testcase_level_adjust
Merge pull request !35316 from LLLRT/master
2022-06-07 02:09:14 +00:00
chenzhuo 4f7c9ffc80 fix jet input check error in graph mode 2022-06-07 10:08:16 +08:00
kswang 5450fa2551 add flatten weight adam weight decay st 2022-06-07 10:03:25 +08:00
i-robot 7b5287ffc7
!35475 fix scatter max gpu kernel and code check
Merge pull request !35475 from polyhedral/max
2022-06-07 02:00:23 +00:00
i-robot c3bfbf2c3c
!35479 fix axis check range
Merge pull request !35479 from looop5/vmap_axis
2022-06-07 01:57:38 +00:00
i-robot 74b9ef095e
!35322 Adapt MatrixDiagPartV3 GPU to new API
Merge pull request !35322 from zhujingxuan/MatrixDiagPart
2022-06-07 01:49:49 +00:00
i-robot 62653a9697
!35471 fix nllloss and crossentropy bug and description typo error
Merge pull request !35471 from 吕昱峰(Nate.River)/nllloss
2022-06-07 01:48:40 +00:00
gongdaguo1 82bc4884b5 add micro cotex-m linux generate 2022-06-07 09:45:17 +08:00
i-robot 0e842e7a2e
!35488 Add back tls
Merge pull request !35488 from ZPaC/add-back-tls
2022-06-07 01:43:34 +00:00