i-robot
4dc5beb839
!26266 Fix LessEqual
Merge pull request !26266 from zuochuanyong/fix_less_than_gpu
4 years ago
hezhenhao1
93decfffae
Add cg method and test cases. And refactor the st test.
4 years ago
i-robot
9522ee9686
!25703 [assistant][ops] Add math operator LpNorm
Merge pull request !25703 from 孟权令/LpNorm
4 years ago
zuochuanyong
1f289803e9
fix LessEqual bug
4 years ago
i-robot
04da5c2808
!26140 Add callback support to BatchOp Datasets to enable Add/Remove workers
Merge pull request !26140 from h.farahat/cb_batch
4 years ago
i-robot
e154dca4b1
!22193 [assistant][ops] Add new loader operator DBpedia
Merge pull request !22193 from 杨旭华/DBpedia
4 years ago
i-robot
5c17624c1e
!26173 Remove the test case.
Merge pull request !26173 from Margaret_wangrui/remove_tests
4 years ago
i-robot
95f0c98747
!26186 Fix bug: AbsGrad support int as input.
Merge pull request !26186 from hezhenhao1/master
4 years ago
i-robot
0f07408425
!26034 F.grad support sens_param and fix graph_mode bug
Merge pull request !26034 from zhang_sss/grad
4 years ago
i-robot
e773f0621e
!25918 add Function jvp and vjp
Merge pull request !25918 from chenzhuo/jvp
4 years ago
i-robot
5869e02fa1
!26135 Enable tuple input of optimizer as variable
Merge pull request !26135 from LiangZhibo/broaden3
4 years ago
i-robot
6c587dc2d3
!25391 Support to profiling parallel strategy
Merge pull request !25391 from ougongchang/profiling_stategy
4 years ago
Carry955
0d26c38693
[feat][assistant][I40GXT] add new loader DBpedia
4 years ago
hezhenhao1
4c12385050
Fix bug: AbsGrad support int as input.
4 years ago
i-robot
8072e6d7f7
!26062 add Custom, custom_op_info_register, CustomRegOp to __init__
Merge pull request !26062 from looop5/custom_init_commit
4 years ago
i-robot
7a73bae5c3
!26036 add output strategy for matmul operator
Merge pull request !26036 from yangzhenzhang/add-output-strategy-for-op-init
4 years ago
i-robot
e03544685b
!26049 [Auto parallel] Support reshape in sharding propagation
Merge pull request !26049 from Xiaoda/99-ad-reshape-adjusting-in-sharding-propagation
4 years ago
chenzhuo
f36edec3ff
add function jvp
4 years ago
hesham
2662b6d5c3
Add callback to Batch op
4 years ago
zhang__sss
0dd68aa7eb
grad
4 years ago
i-robot
1792d5f8a4
!26131 Offload Hardware Acceleration Computing
Merge pull request !26131 from alashkari/hw_accel_move_copy
4 years ago
looop5
58e27d87bc
add Custom, custom_op_info_register, CustomRegOp to __init__
4 years ago
Margaret_wangrui
46e302f101
Remove a test case
4 years ago
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
4 years ago
i-robot
b910870ecc
!19986 [assistant][ops] Add new dataset loading operator AGNEWS
Merge pull request !19986 from 杨旭华/AGNEWS
4 years ago
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.
4 years ago
l00591931
9353bd10a4
Enable tuple as variable in optimizer
4 years ago
i-robot
4419883fa4
!25657 Test profiler in C++
Merge pull request !25657 from zetongzhao/master
4 years ago
hezhenhao1
fb0bdc0caf
Add test cases for bfgs method.
4 years ago
zetongzhao
2de8142c44
profiler test
4 years ago
Megalomania
c34bbabed9
[feat] [assistant] [I3T96M] add new loader AGNEWS
4 years ago
yangzhenzhang
8431ba616c
add output strategy for op init
4 years ago
rescue
22e03ab12e
Adding offload hardware accelerator.
4 years ago
i-robot
8bf7e28fa6
!25410 add dump flag for fusion nodes
Merge pull request !25410 from yuchaojie/ir_fusion3
4 years ago
i-robot
d4c8dde6d2
!25923 Move IsRealKernel and IsRealCNodeKernel from AnfAlgo to AnfUtils
Merge pull request !25923 from DeshiChen/1101_anfalgo
4 years ago
i-robot
4fc653e71c
!25950 fix pynative parameter list problem
Merge pull request !25950 from Margaret_wangrui/tuple_pynative
4 years ago
i-robot
2e174427c9
!25963 [MD][Autotune] Add WaitFor
Merge pull request !25963 from harshvardhangupta/hesh_tree_mod
4 years ago
i-robot
b7244ac987
!25852 MD C++ UT: Remove old tests part 2
Merge pull request !25852 from hetshah/hs_remove_old_tests
4 years ago
hetshah
5c703015e4
remove old tests and move coverage
4 years ago
i-robot
61b53fee3a
!25980 Add callback support to Mappable Datasets to enable Add/Remove workers
Merge pull request !25980 from h.farahat/cb_mappable
4 years ago
i-robot
f1f7731fb2
!25964 Fix serdes multithreading bug
Merge pull request !25964 from zetongzhao/serdes_multithreading
4 years ago
hesham
17e338e909
Add WaitFor
4 years ago
i-robot
14c3517b9a
!25452 Add Gradient Sharding
Merge pull request !25452 from huangxinjing/pipeline_shard_mini_step
4 years ago
Margaret_wangrui
0170463364
fix pynative parameter list problem
4 years ago
dayschan
cbb84ff580
Move IsRealKernel and IsRealCNodeKernel from AnfAlgo to AnfUtils
the function IsOneOfPrimitive and IsOneOfPrimitiveCNode is useful,
we can move them into anf.cc
4 years ago
i-robot
9a3b52eda7
!25726 Add Pynative Test Cases for Custom AOT, Pyfunc
Merge pull request !25726 from jiaoy1224/arithmetic
4 years ago
i-robot
d901b424c2
!26012 optimizes the error description of Conv2d, TensorScatterAdd, StridedSlice, etc.
Merge pull request !26012 from wangshuide/wsd_master_new
4 years ago
yuchaojie
0c90aecae4
add dump flag for fusion nodes
4 years ago
i-robot
c06a671e8d
!25955 Add test cases with float64 as input type and support graph mode for BFGS.
Merge pull request !25955 from hezhenhao1/add_graph
4 years ago
hesham
040398a660
Add callback to Mappable ops
Update mindspore/ccsrc/minddata/dataset/engine/datasetops/source/mappable_leaf_op.cc
4 years ago