2019 IEEE International Parallel and Distributed Processing Symposium (IPDPS) 2019
DOI: 10.1109/ipdps.2019.00105
|View full text |Cite
|
Sign up to set email alerts
|

Cpp-Taskflow: Fast Task-Based Parallel Programming Using Modern C++

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
25
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
5
3
2

Relationship

3
7

Authors

Journals

citations
Cited by 60 publications
(25 citation statements)
references
References 11 publications
0
25
0
Order By: Relevance
“…The OpenMP library will be used to parallelize iteration independent loops such as triangle filtering. Additionally we will explore task-based parallelization by making use of the data independence between polygons, i.e., spawning polygon extraction tasks immediately after a plane is segmented [22].…”
Section: Discussionmentioning
confidence: 99%
“…The OpenMP library will be used to parallelize iteration independent loops such as triangle filtering. Additionally we will explore task-based parallelization by making use of the data independence between polygons, i.e., spawning polygon extraction tasks immediately after a plane is segmented [22].…”
Section: Discussionmentioning
confidence: 99%
“…Region growing is decomposed using task-based parallelism, where l dominant plane normals create l separate tasks of regions growing. These tasks are executed in parallel by a threadpool and can themselves spawn additional dynamic tasks [51]. Each independent task performs a serial region growing procedure that is similar to our previous work on 2D meshes [14] and was inspired by [10].…”
Section: Planar Segmentationmentioning
confidence: 99%
“…People use it to acquire timing report of their design, and therefore we have been dealing with many surrounding tasks to improve the usability. Cpp-Taskflow is a parallel programming library we developed to help C++ developers quickly write parallel task programs [5,6]. This project targets at developers.…”
Section: Understand Your Usersmentioning
confidence: 99%