Difference between revisions of "Runtime Scheduling for Multicore"
From esoterum.org
(→Runtime Compilation) |
|||
Line 1: | Line 1: | ||
− | |||
= Runtime Compilation = | = Runtime Compilation = | ||
*[http://www.aonix.com/perc.html Real time virtual JVM from Aonix], SMP machine has limited real-time capability | *[http://www.aonix.com/perc.html Real time virtual JVM from Aonix], SMP machine has limited real-time capability | ||
− | + | *[http://forums.sun.com/thread.jspa?threadID=5341160 Virtual Machine and multicore system thread at sun.com] | |
+ | : MartinHilpert Re: Virtual Machine and multicore system, Oct 24, 2008 8:32 AM | ||
+ | :"Nope. The next big step in compilers and virtual machines is exactly what you would like to have now: transparent usage of multiple cores/cpus for an application without explicitaly writing your app with multiple threads. If you app is just 1 servlet with just 1 thread - how should it be distributed among multiple cpus?" | ||
= Runtime Scheduling = | = Runtime Scheduling = |
Revision as of 18:10, 20 December 2009
Runtime Compilation
- Real time virtual JVM from Aonix, SMP machine has limited real-time capability
- Virtual Machine and multicore system thread at sun.com
- MartinHilpert Re: Virtual Machine and multicore system, Oct 24, 2008 8:32 AM
- "Nope. The next big step in compilers and virtual machines is exactly what you would like to have now: transparent usage of multiple cores/cpus for an application without explicitaly writing your app with multiple threads. If you app is just 1 servlet with just 1 thread - how should it be distributed among multiple cpus?"
Runtime Scheduling
- Filip Blagojevic, Dimitrios S. Nikolopoulos, Alexandros Stamatakis, Christos D. Antonopoulos, Matthew Curtis-Maury, Runtime scheduling of dynamic parallelism on accelerator-based multi-core systems, Parallel Computing, Volume 33, Issues 10-11, High-Performance Computing Using Accelerators, November 2007, Pages 700-719, ISSN 0167-8191, DOI: 10.1016/j.parco.2007.09.004.
- (11.3) Amir Hormati, Yoonseo Choi, Manjunath Kudlur, Rodric Rabbah, Trevor Mudge and Scott Mahlke. Flextream: Adaptive Compilation of Streaming Applications for Heterogeneous Architectures. Proc. 18th Intl. Conference on Parallel Architectures and Compilation Techniques (PACT). Sept. 2009. (slides)
- (11.2) Manjunath Kudlur and Scott Mahlke. Orchestrating the Execution of Stream Programs on Multicore Platforms. Proc. ACM SIGPLAN 2008 Conference on Programming Languages Design and Implementation (PLDI). Jun. 2008, pp. 114-124.
- Maarten Hendrik Wiggers. Title Aperiodic multiprocessor scheduling for real-time stream processing applications. Ph.D. Thesis, Universiteit Twente. June 19, 2009.
- (11.1) Zhang, D., Li, Q. J., Rabbah, R., and Amarasinghe, S. 2008. A lightweight streaming layer for multicore execution. SIGARCH Comput. Archit. News 36, 2 (May. 2008), 18-27.
Last printed: 11.3