-
- Downloads
"git@gitlab.cobolworx.com:COBOLworx/gcc-cobol.git" did not exist on "4b2841117bd44ef5b9179c02151a507dc1bd23f5"
OpenMP: Fix SIMT for complex/float reduction with && and ||
2021-05-07 Tobias Burnus <tobias@codesourcery.com> Tom de Vries <tdevries@suse.de> gcc/ChangeLog: * omp-low.c (lower_rec_simd_input_clauses): Set max_vf = 1 if a truth_value_p reduction variable is nonintegral. libgomp/ChangeLog: * testsuite/libgomp.c-c++-common/reduction-5.c: New test, testing complex/floating-point || + && reduction with 'omp target'. * testsuite/libgomp.c-c++-common/reduction-6.c: Likewise.
Showing
- gcc/omp-low.c 21 additions, 7 deletionsgcc/omp-low.c
- libgomp/testsuite/libgomp.c-c++-common/reduction-5.c 193 additions, 0 deletionslibgomp/testsuite/libgomp.c-c++-common/reduction-5.c
- libgomp/testsuite/libgomp.c-c++-common/reduction-6.c 196 additions, 0 deletionslibgomp/testsuite/libgomp.c-c++-common/reduction-6.c
Loading
Please register or sign in to comment