mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libgomp/ * testsuite/libgomp.c++/target-std__flat_map-concurrent-usm.C: New. * testsuite/libgomp.c++/target-std__flat_multimap-concurrent-usm.C: Likewise. * testsuite/libgomp.c++/target-std__flat_multiset-concurrent-usm.C: Likewise. * testsuite/libgomp.c++/target-std__flat_set-concurrent-usm.C: Likewise. * testsuite/libgomp.c++/target-std__flat_map-concurrent.C: Adjust. * testsuite/libgomp.c++/target-std__flat_multimap-concurrent.C: Likewise. * testsuite/libgomp.c++/target-std__flat_multiset-concurrent.C: Likewise. * testsuite/libgomp.c++/target-std__flat_set-concurrent.C: Likewise.
9 lines
223 B
C
9 lines
223 B
C
// { dg-additional-options "-std=c++23" }
|
|
|
|
/* { dg-require-effective-target omp_usm } */
|
|
#pragma omp requires unified_shared_memory self_maps
|
|
#define OMP_USM
|
|
#define MEM_SHARED
|
|
|
|
#include "target-std__flat_map-concurrent.C"
|