Superword Level Parallelism
Superword level parallelism (SLP) is a vectorization technique based on loop unrolling and basic block vectorization. It is distinct from loop vectorization algorithms in that it can exploit parallelism of inline code, such as manipulating coordinates, color channels or in loops unrolled by hand.[1] It is available in the gcc compiler since version 4.3.
Also supported by LLVM.
References
- ↑ Samuel Larsen; Saman Amarasinghe. "Exploiting Superword Level Parallelism with Multimedia Instruction Sets" (PDF).
External links
This article is issued from Wikipedia - version of the 7/24/2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.