Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 435 Bytes

cpp_simd_openmp.md

File metadata and controls

16 lines (10 loc) · 435 Bytes
benchmark_name cpp_code
CPP_SIMD_OpenMP
src/reduction/cpp_simd_openmp.cpp

Vectorized C++ Using OpenMP

Note

The following shows the implementation of the {{benchmark_name}} baseline. The full source code listing is found in {{cpp_code}} :fas fa-code: .

We implement a vectorized reductions in C++ using OpenMP annotations.