Software Map
Project Tree
Now limiting view to projects in the following categories:
Research center :: Bordeaux - Sud-Ouest [Remove This Filter]
Development Status :: 5 - Production/Stable [Remove This Filter]
Operating System :: MacOS [Remove This Filter]
Intended Audience :: Developers [Remove This Filter]
Natural Language :: English [Remove This Filter]
Programming Language :: C++ [Remove This Filter]
|
Browse By: |
2 projects in result set.
Visual Trace Explorer
- This project aims at developing a Pajé like visualizer trace explorer in C++ programming language with OpenGL and Qt technologies. | |
|
Activity Percentile: 35.82 Registered: 2008-11-14 09:11 |
KASTORS
- The recent introduction of task dependencies in the OpenMP specification provides new ways of synchronizing tasks. Application programmers can now describe the data a task will read as input and write as output, letting the runtime system resolve fine-grain dependencies between tasks to decide which task should execute next. Such an approach should scale better than the overkill global synchronization found in most OpenMP 3.0 applications. As promising as it looks however, any new feature needs proper evaluation to encourage application programmers to embrace it.
The KASTORS benchmarks suite is designed to evaluate OpenMP tasks dependencies. We modified state-of-the-art OpenMP 3.0 benchmarks and data-flow parallel linear algebra kernels to make use of tasks dependencies. Learning from this experience, we propose extensions to the actual OpenMP specification to improve the expressiveness of dependencies. KASTORS could be used to evaluate performances of OpenMP implementations of task dependencies compared to taskwait-based approaches. | |
|
Activity Percentile: 12.20 Registered: 2014-05-27 08:40 |