i-robot
4e88f2e5e8
!26345 add examples of function grad, jvp and vjp
Merge pull request !26345 from chenzhuo/jvp
4 years ago
i-robot
36517de69c
!24519 [assistant][ops] Add new audio operator SlidingWindowCmn.
Merge pull request !24519 from Rainfor/SlidingWindowCmn
4 years ago
i-robot
9f2e1edc00
!26279 neighborexchangev2 fix bug
Merge pull request !26279 from TuDouNi/neighborexchangev2_bug
4 years ago
wangkc123
706f9e2cbb
[feat] [assistant] [I3CKEH] add new audio operator SlidingWindowCmn
4 years ago
i-robot
58b69a05ee
!20576 [assistant][ops] add new dataset loading operator LJSpeechDataset
Merge pull request !20576 from 杨旭华/LJSpeechDataset
4 years ago
chenzhuo
d07f24462c
add examples of grad, jvp and vjp
4 years ago
ttudu
33ac1de062
fix bug
4 years ago
liyong
9663884db3
fix occasional failed in random sampler
4 years ago
i-robot
5af8572cd7
!25488 add the set_dump API
Merge pull request !25488 from wenkai/wk1027setdump1
4 years ago
i-robot
0113b3eee1
!26236 Add MD Profiler save()
Merge pull request !26236 from Mohammad Motallebi/add_profiler_save
4 years ago
mohammad
5c8ab5f60c
add MD Profiler Save()
4 years ago
wenkai
d2eca80d40
add the set_dump API, see I4AUIR for details
4 years ago
i-robot
9dfe08b805
!25909 [Fallback] Add global Py param when processing global namespace info
Merge pull request !25909 from huangbingjian/update_global_params
4 years ago
i-robot
9522ee9686
!25703 [assistant][ops] Add math operator LpNorm
Merge pull request !25703 from 孟权令/LpNorm
4 years ago
vddong
6fe2d35ae2
[feat][assistant][I3T96D] add new dataset loading operator LJSpeechDataset
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
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
Carry955
0d26c38693
[feat][assistant][I40GXT] add new loader DBpedia
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
i-robot
1792d5f8a4
!26131 Offload Hardware Acceleration Computing
Merge pull request !26131 from alashkari/hw_accel_move_copy
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
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
f1f7731fb2
!25964 Fix serdes multithreading bug
Merge pull request !25964 from zetongzhao/serdes_multithreading
4 years ago
i-robot
14c3517b9a
!25452 Add Gradient Sharding
Merge pull request !25452 from huangxinjing/pipeline_shard_mini_step
4 years ago
huangbingjian
d0ca18b921
Add global Py param when processing global namespace info.
4 years ago
huangxinjing
f354ab22a3
add pipeline shard interface
Add support for no pipeline accugradient
Add delay tag for fusion op
Optimizer the visite order
add mirror for mini step control
Move the group to attributes
Add gradient_shard control for the mini step
Fix code stype
Fix ut description
Add interface
4 years ago
i-robot
d89a39c661
!25851 MD Profiling Start and Stop Support
Merge pull request !25851 from cathwong/ckw_prof_startstop4
4 years ago
i-robot
527abb8ede
!26003 [MD] Added restrictions on shuffle and num_samples
Merge pull request !26003 from liyong126/fix_shuffle_and_num_samples
4 years ago
kman066
4ebec36ab2
add lpnorm
4 years ago
i-robot
efc33a8225
!25745 F.grad support get gradient by position
Merge pull request !25745 from zhang_sss/grad
4 years ago
liyong
79891feadb
fix shuffle and num_samples issue
4 years ago
zhang__sss
8bae4d9d50
grad
4 years ago
Cathy Wong
cdf3126459
MD Profiler Start Stop Support
4 years ago
zetongzhao
5e8377ea5c
fix multithreading bug
4 years ago
i-robot
ded1c77bbf
!25765 neighborExchangeV2 & grad
Merge pull request !25765 from TuDouNi/neighborExchangeV2
4 years ago
ttudu
e953c15cd2
NeighborExchangeV2 & Grad
4 years ago
i-robot
7c14f984ed
!25793 add output strategy for shard
Merge pull request !25793 from yangzhenzhang/add-output-strategy
4 years ago
i-robot
76f4f77cc2
!24520 Add graph run history to dump structure
Merge pull request !24520 from parastooashtari/multi_root_graph_dump
4 years ago
i-robot
92b81d3221
!23257 [assistant][ops][DBToAmplitudeOp]
Merge pull request !23257 from 杨旭华/DBToAmplitude
4 years ago
yangzhenzhang
6ad6304b77
add output strategy
4 years ago
i-robot
2828f317f7
!25718 optimize implicit convert error message
Merge pull request !25718 from chujinjin/optimize_implicit_convert_error_msg
4 years ago
yujianfeng
fc769a79fe
Fix the unloadable bprop mindir files
4 years ago
Isaac
69f57bc5b1
[feat][assistant][I40GXD]add new data operator DBToAmplitude
4 years ago