2017
DOI: 10.1002/cpe.4120
|View full text |Cite
|
Sign up to set email alerts
|

Computing on many cores

Abstract: Summary This paper presents an alternative method to parallelize programs, better suited to manycore processors than actual operating system–/API‐based approaches like OpenMP and MPI. The method relies on a parallelizing hardware and an adapted programming style. It frees and captures the instruction‐level parallelism (ILP). A many‐core design is presented in which cores are multithreaded and able to fork new threads. The programming style is based on functions. The hardware creates a concurrent thread at each… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
1
0

Year Published

2017
2017
2018
2018

Publication Types

Select...
2
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(1 citation statement)
references
References 24 publications
0
1
0
Order By: Relevance
“…There are several developments in programming models that allow automated parallelization of code, and eliminate, or at least detect, programming errors such as data race. The paper proposes a model where a function calls other functions by using communication channels . This completely eliminates passing states with the callee functions, making the results deterministic.…”
Section: Themes Of This Special Issuementioning
confidence: 99%
“…There are several developments in programming models that allow automated parallelization of code, and eliminate, or at least detect, programming errors such as data race. The paper proposes a model where a function calls other functions by using communication channels . This completely eliminates passing states with the callee functions, making the results deterministic.…”
Section: Themes Of This Special Issuementioning
confidence: 99%