i-robot
883bd1de1f
!25497 fix code warning of probability
...
Merge pull request !25497 from byweng/master
2021-10-28 06:12:27 +00:00
i-robot
cd2c7d0b9d
!25474 [MSLITE] enable runtime convert in x86 test
...
Merge pull request !25474 from ling/sr
2021-10-28 06:09:41 +00:00
王南
1ffc3ae58a
ops dynamic shape fix
2021-10-28 12:58:26 +08:00
zhengyuanhua
7d7c877bea
rename string_util.h
2021-10-28 12:46:00 +08:00
i-robot
e59c8d3c74
!25456 Documentation updates for various operators
...
Merge pull request !25456 from dinglinhe/code_docs_dlh_ms_I4D4TT
2021-10-28 04:21:12 +00:00
gongdaguo
11636b7672
fix benchmark
2021-10-28 11:52:00 +08:00
lvyufeng
0bc26b58bf
fix malposition description of gelu
2021-10-28 11:43:36 +08:00
dayschan
05f0bd950f
Decouple AkgKernelJsonGenerator from MS backend (step 1)
...
* move GetInputTensorValue from common_utils to json_generator
* get dtype size by `Number.nbits()` instead of `GetDtypeNbyte` map.
* manually get attr from anfnode, instead of `AnfAlgo::GetNodeAttr`
* replace `AnfAlgo::GetCNodePrimitive` with `GetCNodePrimitive` in anf.cc
* it's not used to judge `AnfAlgo::IsRealKernel` in inner function.
cleancode jobs:
* remove the `Clean` function from AkgKernelJsonGenerator
* delete the json key "id", to delete the mutex in AkgKernelJsonGenerator
2021-10-28 11:41:41 +08:00
i-robot
9cfc8cfda6
!25490 fix adamweightdecay st
...
Merge pull request !25490 from zhaosida/zsd
2021-10-28 03:35:47 +00:00
dinglinhe
cbf5bee5ee
update code docs for its wrong decriptions
2021-10-28 11:34:08 +08:00
yangzhenzhang
c42081619e
add parallel op for resizenearestneighbor
2021-10-28 11:31:00 +08:00
ling
54938fc7d0
[MSLITE] enable runtime convert in x86 test
2021-10-28 11:29:14 +08:00
huangxinjing
e0674b37d3
Remove the comments
...
fix matmul name
2021-10-28 11:18:01 +08:00
tanghuikang
b6035cf1a1
Ascend swap support communication op
2021-10-28 10:51:36 +08:00
yefeng
ba20c4e4e8
QAT: fix python api
2021-10-28 10:48:46 +08:00
zhaodezan
6a3838ba2b
converity arithmetic fix
2021-10-28 10:48:45 +08:00
wang_shaocong
f0e1dfc760
[MSLITE] CodeCheck and Pclint clean
2021-10-28 10:41:48 +08:00
i-robot
c3ce9c56c6
!25127 [MSLITE] CodeCheck: converter
...
Merge pull request !25127 from wangshaocong/code_check
2021-10-28 02:32:33 +00:00
wilfChen
3c7dbdd7e6
rl environment register
2021-10-28 10:29:06 +08:00
i-robot
a7834c382f
!25511 Add some fallback testcases
...
Merge pull request !25511 from Margaret_wangrui/fallback_tests
2021-10-28 02:28:20 +00:00
i-robot
79e1a22f0a
!25045 [feat] [assistant] [I48OFP]Implement dynamic shape for LessEqual
...
Merge pull request !25045 from 彭涛/op_lessequal
2021-10-28 02:21:03 +00:00
i-robot
2dc6f39cdd
!25501 Fix code warnings in debugger
...
Merge pull request !25501 from maning202007/master
2021-10-28 02:18:18 +00:00
shenwei41
36db325b9d
fix waring
2021-10-28 10:18:10 +08:00
i-robot
59f03e8e21
!25455 [MSLITE] code clean
...
Merge pull request !25455 from ling/pr
2021-10-28 01:48:46 +00:00
Bingya Weng
23d5ff2a92
fix code warning of probability
2021-10-28 09:33:44 +08:00
i-robot
3bc883b99b
!25472 fix the coredump probability of pyNative free memory
...
Merge pull request !25472 from limingqi107/new_actor_runtime
2021-10-28 01:26:36 +00:00
Margaret_wangrui
7738f55f44
Add some fallback testcases
2021-10-28 09:15:24 +08:00
i-robot
324c4f0ca2
!25453 add gpu some gate config
...
Merge pull request !25453 from Greatpan/master
2021-10-28 01:12:40 +00:00
zhaosida
b75197dd66
fix test adamweightdecay st
2021-10-28 09:08:39 +08:00
ZPaC
7e7450926a
Add distributed directory.
2021-10-28 09:05:59 +08:00
i-robot
9e1370515a
!25451 Make MD ProfilingManager a singleton class
...
Merge pull request !25451 from h.farahat/profiling_manager_singlton
2021-10-27 20:54:13 +00:00
casgj
5af0365f73
clean code for profiler.
2021-10-27 12:51:50 -04:00
hesham
843357a6d8
Make ProfilingManager a singleton
2021-10-27 11:37:02 -04:00
i-robot
742e0287d6
!25464 use real data to optimize bias correction
...
Merge pull request !25464 from yeyunpeng2020/full_quant
2021-10-27 13:40:31 +00:00
i-robot
418e1b425b
!23490 [assistant][ops] Add New Math Operator IsNan
...
Merge pull request !23490 from 孟权令/IsNan
2021-10-27 12:15:41 +00:00
lby
fe18bd8695
insert atomic clean ops
2021-10-27 20:06:46 +08:00
maning202007
badfaadc0d
Fix code warnings in debugger
2021-10-27 19:53:56 +08:00
xuxusheng
7a9a4d0515
delete mindquantum simulator
2021-10-27 18:35:35 +08:00
i-robot
b1c95375e4
!25265 [feat] [assistant] [I48OA6] add dynamic shape for Sort operator
...
Merge pull request !25265 from 路雄博/sort
2021-10-27 10:21:08 +00:00
yeyunpeng2020
0e95fe991c
full quant bias correction support multi inputs and use real data
2021-10-27 18:00:21 +08:00
limingqi107
e5ec0236b7
fix the coredump probability of pyNative free memory
2021-10-27 17:39:30 +08:00
i-robot
a7a4af59ae
!25373 Fix Compile Type Error
...
Merge pull request !25373 from huangxinjing/fix_compile_type_error
2021-10-27 09:32:56 +00:00
zhujingxuan
7441353d9e
add unit_diagonal option for solve triangular
2021-10-27 17:23:50 +08:00
i-robot
360e228f45
!25358 Fix fallback and cell kwargs issues.
...
Merge pull request !25358 from 张清华/opt_fallback
2021-10-27 09:07:55 +00:00
greatpanc
d565704db0
add gpu some gate config
2021-10-27 16:52:08 +08:00
ruili
d141de4b64
[feat] [assistant] [I48OA6] add dynamic shape for Sort operator
2021-10-27 16:20:08 +08:00
Sawyer
c032d1f83c
[feat][assistant][I3T92O]add new operator IsNan
2021-10-27 16:14:03 +08:00
i-robot
0e8774a074
!25462 Parameters whose name are the same between different graphs do not affect each other
...
Merge pull request !25462 from Margaret_wangrui/add_param_name_test
2021-10-27 08:00:30 +00:00
i-robot
1e119e7756
!25249 update py format
...
Merge pull request !25249 from yingchen/code_docs_1
2021-10-27 07:43:10 +00:00
i-robot
180b071122
!22149 [assistant][ops] Add New IsInf
...
Merge pull request !22149 from 孟权令/IsInf
2021-10-27 07:41:15 +00:00