i-robot
5af8572cd7
!25488 add the set_dump API
...
Merge pull request !25488 from wenkai/wk1027setdump1
2021-11-16 01:47:32 +00:00
i-robot
2b2194b0f4
!25602 Dump tensor statistics in csv format
...
Merge pull request !25602 from Jimmy Qi/csvdump
2021-11-16 01:28:06 +00:00
i-robot
0113b3eee1
!26236 Add MD Profiler save()
...
Merge pull request !26236 from Mohammad Motallebi/add_profiler_save
2021-11-16 01:04:53 +00:00
Jimmy Qi
b21c099767
Add option to dump tensor statistics in csv format
2021-11-15 19:00:59 +00:00
mohammad
5c8ab5f60c
add MD Profiler Save()
2021-11-15 13:18:36 -05:00
wenkai
d2eca80d40
add the set_dump API, see I4AUIR for details
2021-11-15 21:28:40 +08:00
i-robot
9dfe08b805
!25909 [Fallback] Add global Py param when processing global namespace info
...
Merge pull request !25909 from huangbingjian/update_global_params
2021-11-15 11:43:35 +00:00
i-robot
f01b5e4816
!26158 add command fuser to figure out the root cause of testcase failure
...
Merge pull request !26158 from anzhengqi/optimize-testcase-resnet50
2021-11-15 09:04:09 +00:00
i-robot
4dc5beb839
!26266 Fix LessEqual
...
Merge pull request !26266 from zuochuanyong/fix_less_than_gpu
2021-11-15 07:32:46 +00:00
hezhenhao1
93decfffae
Add cg method and test cases. And refactor the st test.
2021-11-15 10:49:58 +08:00
i-robot
9522ee9686
!25703 [assistant][ops] Add math operator LpNorm
...
Merge pull request !25703 from 孟权令/LpNorm
2021-11-15 02:36:54 +00:00
zuochuanyong
1f289803e9
fix LessEqual bug
2021-11-14 14:07:15 +08:00
i-robot
04da5c2808
!26140 Add callback support to BatchOp Datasets to enable Add/Remove workers
...
Merge pull request !26140 from h.farahat/cb_batch
2021-11-12 17:23:19 +00:00
i-robot
e154dca4b1
!22193 [assistant][ops] Add new loader operator DBpedia
...
Merge pull request !22193 from 杨旭华/DBpedia
2021-11-12 09:02:28 +00:00
i-robot
5c17624c1e
!26173 Remove the test case.
...
Merge pull request !26173 from Margaret_wangrui/remove_tests
2021-11-12 08:03:59 +00:00
i-robot
95f0c98747
!26186 Fix bug: AbsGrad support int as input.
...
Merge pull request !26186 from hezhenhao1/master
2021-11-12 07:20:58 +00:00
i-robot
0f07408425
!26034 F.grad support sens_param and fix graph_mode bug
...
Merge pull request !26034 from zhang_sss/grad
2021-11-12 06:38:15 +00:00
i-robot
e773f0621e
!25918 add Function jvp and vjp
...
Merge pull request !25918 from chenzhuo/jvp
2021-11-12 06:37:46 +00:00
i-robot
5869e02fa1
!26135 Enable tuple input of optimizer as variable
...
Merge pull request !26135 from LiangZhibo/broaden3
2021-11-12 06:29:35 +00:00
i-robot
6c587dc2d3
!25391 Support to profiling parallel strategy
...
Merge pull request !25391 from ougongchang/profiling_stategy
2021-11-12 06:07:30 +00:00
Carry955
0d26c38693
[feat][assistant][I40GXT] add new loader DBpedia
2021-11-11 19:02:22 -08:00
hezhenhao1
4c12385050
Fix bug: AbsGrad support int as input.
2021-11-12 10:46:45 +08:00
i-robot
8072e6d7f7
!26062 add Custom, custom_op_info_register, CustomRegOp to __init__
...
Merge pull request !26062 from looop5/custom_init_commit
2021-11-12 02:32:07 +00:00
i-robot
7a73bae5c3
!26036 add output strategy for matmul operator
...
Merge pull request !26036 from yangzhenzhang/add-output-strategy-for-op-init
2021-11-12 01:22:22 +00:00
i-robot
e03544685b
!26049 [Auto parallel] Support reshape in sharding propagation
...
Merge pull request !26049 from Xiaoda/99-ad-reshape-adjusting-in-sharding-propagation
2021-11-12 01:14:18 +00:00
chenzhuo
f36edec3ff
add function jvp
2021-11-12 08:44:41 +08:00
hesham
2662b6d5c3
Add callback to Batch op
2021-11-11 10:58:01 -05:00
zhang__sss
0dd68aa7eb
grad
2021-11-11 23:18:35 +08:00
i-robot
1792d5f8a4
!26131 Offload Hardware Acceleration Computing
...
Merge pull request !26131 from alashkari/hw_accel_move_copy
2021-11-11 13:18:07 +00:00
looop5
58e27d87bc
add Custom, custom_op_info_register, CustomRegOp to __init__
2021-11-11 20:49:16 +08:00
Margaret_wangrui
46e302f101
Remove a test case
2021-11-11 20:33:37 +08:00
ougongchang
9229f1c1ff
profiler support to collect parallel strategy info
...
If SetNodeOutputType functions forcibly splits into multiple functions, the readability decreases, so it blocks lizard scans
2021-11-11 20:11:42 +08:00
anzhengqi
18670623dd
add command fuser to figure out the root cause of testcase failure
2021-11-11 16:16:28 +08:00
i-robot
b910870ecc
!19986 [assistant][ops] Add new dataset loading operator AGNEWS
...
Merge pull request !19986 from 杨旭华/AGNEWS
2021-11-11 06:22:25 +00:00
Xiaoda Zhang
a772767265
support reshape in sharding propagation:
...
1) using 'swc index of strategy_cost_' as reshape's selected strategy;
2) when encountering reshape in BFS, select the 'swc index' with zero communication cost;
3) when encountering a reshape that is already visited, check whether there exists communication between reshape and current operator. It is OK if communication happens between two configured operators;
4) currently, two consecutive reshapes are not supported;
5) adjusting BFS structure in graph_costmodel.cc;
6) adjusting some code in step_auto_parallel.cc to avoid cyclomatic complexity.
2021-11-11 11:35:43 +08:00
l00591931
9353bd10a4
Enable tuple as variable in optimizer
2021-11-11 11:31:05 +08:00
i-robot
4419883fa4
!25657 Test profiler in C++
...
Merge pull request !25657 from zetongzhao/master
2021-11-11 03:02:30 +00:00
hezhenhao1
fb0bdc0caf
Add test cases for bfgs method.
2021-11-11 09:15:30 +08:00
zetongzhao
2de8142c44
profiler test
2021-11-10 11:55:19 -05:00
Megalomania
c34bbabed9
[feat] [assistant] [I3T96M] add new loader AGNEWS
2021-11-09 23:51:19 -08:00
yangzhenzhang
8431ba616c
add output strategy for op init
2021-11-10 15:35:45 +08:00
rescue
22e03ab12e
Adding offload hardware accelerator.
2021-11-10 07:03:43 +00:00
i-robot
8bf7e28fa6
!25410 add dump flag for fusion nodes
...
Merge pull request !25410 from yuchaojie/ir_fusion3
2021-11-10 02:25:08 +00:00
i-robot
d4c8dde6d2
!25923 Move IsRealKernel and IsRealCNodeKernel from AnfAlgo to AnfUtils
...
Merge pull request !25923 from DeshiChen/1101_anfalgo
2021-11-10 01:56:07 +00:00
i-robot
4fc653e71c
!25950 fix pynative parameter list problem
...
Merge pull request !25950 from Margaret_wangrui/tuple_pynative
2021-11-10 01:43:42 +00:00
i-robot
2e174427c9
!25963 [MD][Autotune] Add WaitFor
...
Merge pull request !25963 from harshvardhangupta/hesh_tree_mod
2021-11-09 22:43:00 +00:00
i-robot
b7244ac987
!25852 MD C++ UT: Remove old tests part 2
...
Merge pull request !25852 from hetshah/hs_remove_old_tests
2021-11-09 22:07:59 +00:00
hetshah
5c703015e4
remove old tests and move coverage
2021-11-09 21:27:37 +00:00
i-robot
61b53fee3a
!25980 Add callback support to Mappable Datasets to enable Add/Remove workers
...
Merge pull request !25980 from h.farahat/cb_mappable
2021-11-09 20:05:01 +00:00
i-robot
f1f7731fb2
!25964 Fix serdes multithreading bug
...
Merge pull request !25964 from zetongzhao/serdes_multithreading
2021-11-09 15:48:06 +00:00