Quantcast
Channel: Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1616

omp distribute parallel for simd

$
0
0

Specifies a loop that will be executed in parallel by multiple threads that are members of multiple teams. It will be executed concurrently using SIMD instructions.

Syntax

#pragma omp distribute parallel for simd[clause{[,clause, ...]]

for loops

Arguments

clause

Can be any clause accepted by the distribute or parallel for simd constructs with identical meanings and restrictions.

Description

This pragma specifies a loop that will be executed in parallel by multiple threads that are members of multiple teams. It will be executed concurrently using SIMD instructions.


Viewing all articles
Browse latest Browse all 1616

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>