File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ if config.libomptarget_test_pgo:
121
121
# For all other targets, we currently assume it is.
122
122
supports_unified_shared_memory = True
123
123
supports_apu = False
124
+ supports_large_allocation_memory_pool = False
124
125
is_mi200 = False
125
126
supports_large_allocation_memory_pool = False
126
127
if config .libomptarget_current_target .startswith ('nvptx' ):
@@ -154,6 +155,7 @@ elif config.libomptarget_current_target.startswith('amdgcn'):
154
155
if is_mi200 :
155
156
config .available_features .add ('mi200' )
156
157
158
+
157
159
if supports_apu :
158
160
config .available_features .add ('apu' )
159
161
if supports_large_allocation_memory_pool :
Original file line number Diff line number Diff line change 11
11
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
12
12
13
13
// If offload memory pooling is enabled for a large allocation, reuse error is
14
+
14
15
// not detected. UNSUPPORTED: large_allocation_memory_pool
15
16
16
17
#include <omp.h>
Original file line number Diff line number Diff line change 6
6
7
7
// If offload memory pooling is enabled for a large allocation, reuse error is
8
8
// not detected. Run the test w/ and w/o ENV var override on memory pooling
9
+
9
10
// threshold. REQUIRES: large_allocation_memory_pool
10
11
11
12
#include <omp.h>
You can’t perform that action at this time.
0 commit comments