Skip to search formSkip to main contentSkip to account menu

Loop-level parallelism

Known as: Loop level parallelism 
Loop-level parallelism is a form of parallelism in software programming that is concerned with extracting parallel tasks from loops. The opportunity… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2011
2011
Parallelism in scientific applications can most often be found at the loop level. Although Ada supports parallelism via the task… 
2011
2011
  • O. Ozturk
  • 2011
  • Corpus ID: 14946428
2009
2009
High-definition video applications, such as digital TV and digital video cameras, require high processing performance for high… 
2007
2007
Programming SIMD arrays in languages such as C or FORTRAN is difficult and although work on automatic parallelizing programs has… 
2007
2007
SIMD (single instruction multiple data) is a processor architecture classification from Flynn's taxonomy. The concept is that a… 
2005
2005
The increasing cost of ASIC has been driving designers to choose more flexible solutions, as new chip architectures should be… 
2003
2003
En esta tesis se presenta un entorno de compilacion para la deteccion de paralelismo de grano grueso en bucles que contienen… 
2001
2001
Abstract : This report deals with the four main constraints on the scalability of programs parallelized using loop-level… 
2000
2000
In the last two years, OpenMP has been gaining popularity as a standard for developing portable shared memory parallel programs… 
1986
1986
This paper describes a library package that allows FORTRAN programs written to run on the Cray T3D using the get/put…