码迷,mamicode.com
首页 > 其他好文 > 详细

task optimization

时间:2015-03-18 13:41:41      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:

Requirements:

Tasks have Dependencies

Running the task in Multi thread

 

Links

http://en.wikipedia.org/wiki/LEMON_(C%2B%2B_library)

LEMON is an open source graph library written in the C++ language providing implementations of common data structures and algorithms with focus on combinatorial optimization tasks connected mainly with graphs and networks. The library is part of the COIN-OR project.

LEMON is an abbreviation of Library for Efficient Modeling and Optimization in Networks.

http://starpu.gforge.inria.fr/

StarPU is a task programming library for hybrid architectures

1.The application provides algorithms and constraints
?CPU/GPU implementations of tasks
?A graph of tasks, using either the StarPU‘s high level GCC plugin pragmas or StarPU‘s rich C API


2.StarPU handles run-time concerns
?Task dependencies
?Optimized heterogeneous scheduling
?Optimized data transfers and replication between main memory and discrete memories
?Optimized cluster communications

 

task optimization

标签:

原文地址:http://www.cnblogs.com/cutepig/p/4346866.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!