Zichun Ye
a7d89f6686
add graph kernel userdefine op support
fix code check
4 years ago
tronzhang
134ffa9efe
support tot ops
4 years ago
LaiYongqiang
8b63cbf3d3
update OWNERS
4 years ago
tanghuikang
d828615356
TBE job exception -> error_manager
4 years ago
tanghuikang
81e7f7173a
Report tbe error code to ErrorManager
4 years ago
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
4 years ago
djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
lby
86e68383ea
upgrade ascend package 16 Aug 21
4 years ago
i-robot
ff07de80b4
!21603 Fix static-check warnings
Merge pull request !21603 from DeshiChen/0809_clean
4 years ago
LaiYongqiang
c6f5a02237
add logs when querying job
4 years ago
dayschan
9add26ad99
Add expanders in c++ code
transplant the op expander code from python to c++, base on LiteGraph.
the c++ expander will be called in priority if it was registered in OpExpanderFactory.
add two examples, BiasAdd and ExpandDims.
remove BiasAdd from python expanders.
since the ExpandDims is also imported by other ops (e.g. BatchNorm), we don't remove it now.
4 years ago
dayschan
fff39e7451
fix static check problems
4 years ago
i-robot
a5388a5227
!21621 fix recompute_fuse
Merge pull request !21621 from lingyunli63/fix_recompute_fuse
4 years ago
i-robot
20167a8012
!21412 Clean the unused code and enhance the release stragedy for shared memory
Merge pull request !21412 from chengbin/master
4 years ago
i-robot
a76e683dc0
!21653 GraphKernel CleanCode For master
Merge pull request !21653 from ZengZitao/gk_fix_waring_master
4 years ago
i-robot
9eb414b768
!19389 ascend compile reconstruct
Merge pull request !19389 from liubuyu/compile_re
4 years ago
zengzitao
b8095efcab
gk fix warnings in master
4 years ago
ckey_Dou
228f03864e
1. enhance the deletion of shared memory
2. delete unused function
4 years ago
lby
a5029f061c
ascend kernel build refactory
4 years ago
lingyunli63
5ea00fbabc
fix find_cheap_ops
4 years ago
chenlei_autodiff
0271535429
[GraphKernel] fix bert and add graph kernel ops.
4 years ago
i-robot
6edcee8720
!20230 set workspace info
Merge pull request !20230 from looop5/workspace
4 years ago
i-robot
b2e5612c64
!21311 add sponge frontend
Merge pull request !21311 from huangmengxi/sponge_pr
4 years ago
i-robot
a83f8f6f5d
!20284 Unify exception info with using the unsupported numpy method
Merge pull request !20284 from huanghui/numpy-in-graph-mode
4 years ago
huangmengxi
5c9bc28798
add sponge frontend
4 years ago
huanghui
3e17650172
Raise NotImplementedError when parsing the numpy methods, but not the numpy constant.
4 years ago
looop5
2fcf970f69
deal with workspace
deal with workspace on cuda
4 years ago
ckey_Dou
d293c5eb26
using kernel pool to share the compiling results when running on multi
cards
4 years ago
i-robot
09cbb960e8
!21081 fix tune failed for DynamicRnn
Merge pull request !21081 from laiyongqiang/offline_tune
4 years ago
LaiYongqiang
2372a2e054
fix tune failed for DynamicRnn
4 years ago
Zichun Ye
22172f18bc
update graph kernel support for argmax/argmin
fix pylint problem
fix conflict
fix op list
fix check warning
fix code based on review comments
update akg commit
fix check warning
4 years ago
i-robot
bca7891a70
!19993 [GraphKernel] Speed up bert performance in ascend for graph kernel
Merge pull request !19993 from TronZhang/bert_ascend_gk
4 years ago
i-robot
b86ce1e832
!19875 code clean
Merge pull request !19875 from liubuyu/master
4 years ago
tronzhang
94dda0c7c7
speed up bert profermance in ascend for graph kernel
4 years ago
i-robot
ab78bcf16f
!19081 add ops IsNan
Merge pull request !19081 from lingyunli63/add_ops_IsNan
4 years ago
Yang Jiao
582669e41c
add expander checkings
4 years ago
lingyunli63
50a66ae476
isnan isfinite isinf squaresumall identity oneslik
4 years ago
lby
a3f65acc65
code clean
4 years ago
i-robot
e7b8cf2961
!20508 consider case that graph has no tensor input
Merge pull request !20508 from lingyunli63/fix_no_tensor_input
4 years ago
yanglf1121
c30b1e6d06
add graph kernel div, floordiv, mod, floormod, floor
4 years ago
i-robot
937bfeaf00
!20545 add ops: LogicalNot, LogicalAnd, LogicalOr, NotEqual, EqualCount, Asinh, Acosh
Merge pull request !20545 from wangrao124/pr_0720
4 years ago
lingyunli63
32571f5a0c
consider no tensor input in graph
4 years ago
i-robot
5c40ca1f23
!19716 tbe build and transdata change of dynamic shape
Merge pull request !19716 from wangnan39/tbe_build_adapt_dynamic_shape
4 years ago
wangrao124
7cddde47b0
!215 add ops: LogicalNot, LogicalAnd, LogicalOr, NotEqual, EqualCount, Asinh, Acosh
* add ops: LogicalNot, LogicalAnd, LogicalOr, NotEqual, EqualCount, Asinh, Acosh
4 years ago
i-robot
de7ad2f121
!20540 [GraphKernel] add atan, atan2, expm1
Merge pull request !20540 from huangmengxi/fusion_pr
4 years ago
i-robot
439842c19c
!20517 fix clean code problem in master
Merge pull request !20517 from huangbingjian/clean_code_master
4 years ago
huangmengxi
1bd448ef2a
add atan, atan2, expm1
4 years ago
huangbingjian
2e863dbccc
fix clean code problem
4 years ago
chenlei_autodiff
7d55cef106
[GraphKernel] add sponge ops.
4 years ago