i-robot
|
7ab93dcb37
|
!31674 [MD][AutoTune] Decouple worker update logic from update function + logging fix
Merge pull request !31674 from danishfarid/workerModifyChange
|
4 years ago |
danishfarid
|
a1bcb983b6
|
requestWorkerChange modified
cpp check fix
cppcheck fix 2
cppCheck fix 3
cppCheck fix 4
cppCheck fix 5
fix logging AT
lint fix
|
4 years ago |
jonyguo
|
11079eabbb
|
fix: code check
|
4 years ago |
harshvardhangupta
|
accc32da6c
|
modify the at config file
|
4 years ago |
hesham
|
3267d8b75c
|
Add Python MP runtime in c++
Add logic to add/remove workers
|
4 years ago |
harshvardhangupta
|
bd61adbb72
|
Implement save/load of autotune dataset pipeline configuration #27943
|
4 years ago |
danishfarid
|
6c4697fc8b
|
reenable AT for non-sink
tests re-enable
code check fix 1
remove self
lint fixing
lint fix 2
remove test as per req
|
4 years ago |
Cathy Wong
|
46e223e569
|
[MD] Update set_autotune_enable API to add save filepath
|
4 years ago |
mohammad
|
ddd3b07648
|
MD autotune supports mindrecord
|
4 years ago |
Xiao Tianci
|
91696f2dbe
|
fix codex and code check
|
4 years ago |
Cathy Wong
|
3fe9a05341
|
[MD] Profiler Memory Tool Support
|
4 years ago |
shenwei41
|
01b476201a
|
fix waring
|
4 years ago |
i-robot
|
216567f77a
|
!28396 MD Fix prefetch size change request warning log
Merge pull request !28396 from hetshah/hs_fix_log
|
4 years ago |
shenwei41
|
ba30b6493f
|
fix waring
|
4 years ago |
hetshah
|
c108e007f3
|
move function call to prevent unecessary warning logs
|
4 years ago |
i-robot
|
c116ba9c39
|
!27552 Add submodule ID to MD perf cmake file
Merge pull request !27552 from Mohammad Motallebi/add_submodule_id_cmake_perf
|
4 years ago |
mohammad
|
36af13b289
|
add submodule id to MD perf cmake
|
4 years ago |
luoyang
|
49dcc3f67c
|
revert constraints of AutoTune
|
4 years ago |
hesham
|
7702ce7335
|
Fix uninitialized variables in profiling.cc
|
4 years ago |
mohammad
|
af6e587c28
|
MD Profiler: support multiple start/stop calls
|
4 years ago |
i-robot
|
a93e6d3a02
|
!27039 [Autotune] Set minimum queue capacity
Merge pull request !27039 from h.farahat/queue_size_AT
|
4 years ago |
hesham
|
46613e6425
|
use num_worker as queue_capacity minimum size
|
4 years ago |
danishfarid
|
faaa5d5f0a
|
autotune step
fix testing script default
updates and changed sampling function
comments addressed
comments addressed
comments addressed
moving isSinkCheckAbove
update - move CheckSinkFunction
fix
|
4 years ago |
luoyang
|
f3e1794a74
|
update log
|
4 years ago |
i-robot
|
ef2964710c
|
!27136 add AutoTune API in mindspore/dataset/core/config.py
Merge pull request !27136 from 刘勇琪/master
|
4 years ago |
luoyang
|
9cbb45bcc4
|
close autotune in non-sink mode
|
4 years ago |
liu-yongqi-63
|
f9eb4fba8b
|
add autotune api in config.py
|
4 years ago |
harshvardhangupta
|
9d1ffea0f6
|
print tree config at end of AT
|
4 years ago |
i-robot
|
0b236f91b9
|
!26822 Ignore inline ops in Autotune
Merge pull request !26822 from h.farahat/fix_inlineops_AT
|
4 years ago |
i-robot
|
be009648fe
|
!26821 MD AutoTune - Add WARN log for updated changes
Merge pull request !26821 from cathwong/ckw_at_log_warn_fix
|
4 years ago |
hesham
|
3c1f1d0611
|
ignore inline ops in AT
|
4 years ago |
Cathy Wong
|
917e275abc
|
MD AutoTune - Add WARN log for updated changes
|
4 years ago |
harshvardhangupta
|
02f4a8068b
|
add tests, clean states, print proper warn logs
|
4 years ago |
hesham
|
cf3ff77cfd
|
AutoTune support non-sink mode
Add time sts to iterator tracing
|
4 years ago |
mohammad
|
d6c50e0f26
|
fix connector size order + autotune thread + minor changes
|
4 years ago |
hesham
|
40797c40da
|
AutoTune
|
4 years ago |
i-robot
|
f23e93ec63
|
!26454 add header file master
Merge pull request !26454 from 刘勇琪/master
|
4 years ago |
liu-yongqi-63
|
fb5505cc50
|
add header file
|
4 years ago |
harshvardhangupta
|
6cf42c46d3
|
prevent double tree registration
|
4 years ago |
mohammad
|
5c8ab5f60c
|
add MD Profiler Save()
|
4 years ago |
zetongzhao
|
2de8142c44
|
profiler test
|
4 years ago |
Cathy Wong
|
cdf3126459
|
MD Profiler Start Stop Support
|
4 years ago |
hesham
|
8e8dfdc29a
|
Fix profiler tracing nodes
|
4 years ago |
i-robot
|
6b898f91e3
|
!25523 [MD][Autotune] Step and time based API for autotune
Merge pull request !25523 from harshvardhangupta/auto_tune_step_api
|
4 years ago |
harshvardhangupta
|
9a352c4f5b
|
implement step based and time based api for autotune
|
4 years ago |
hesham
|
843357a6d8
|
Make ProfilingManager a singleton
|
4 years ago |
harshvardhangupta
|
1bb45142c9
|
Implement autotune api
|
4 years ago |
ms_yan
|
9b28cc8e96
|
catch json parse failed error
|
4 years ago |
i-robot
|
70cd1c77d5
|
!24922 MD Profiling: RecordEndOfEpoch in ProfilingManager
Merge pull request !24922 from cathwong/ckw_prof_epochend2
|
4 years ago |
Cathy Wong
|
3ce0ab3e56
|
MD Profiling: RecordEndOfEpoch in ProfilingManager
|
4 years ago |