File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ extern const inline unsigned __oclc_ISA_version = 9400;
81
81
extern const inline unsigned __oclc_ISA_version = 9401 ;
82
82
#elif defined(__gfx942__)
83
83
extern const inline unsigned __oclc_ISA_version = 9402 ;
84
+ #elif defined(__gfx950__)
85
+ extern const inline unsigned __oclc_ISA_version = 9500 ;
84
86
#elif defined(__gfx1010__)
85
87
extern const inline unsigned __oclc_ISA_version = 10100 ;
86
88
#elif defined(__gfx1011__)
Original file line number Diff line number Diff line change 97
97
return ()
98
98
endif ()
99
99
100
- set (amdgpu_mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx90a gfx90c gfx940 gfx941 gfx942 gfx1010 gfx1030 gfx1031 gfx1032 gfx1033 gfx1034 gfx1035 gfx1036 gfx1100 gfx1101 gfx1102 gfx1103 gfx1150 gfx1151 gfx1152 gfx1153 gfx1200 gfx1201 )
100
+ set (amdgpu_mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx90a gfx90c gfx940 gfx941 gfx942 gfx950 gfx1010 gfx1030 gfx1031 gfx1032 gfx1033 gfx1034 gfx1035 gfx1036 gfx1100 gfx1101 gfx1102 gfx1103 gfx1150 gfx1151 gfx1152 gfx1153 gfx1200 gfx1201 )
101
101
if (DEFINED LIBOMPTARGET_AMDGCN_GFXLIST )
102
102
set (amdgpu_mcpus ${LIBOMPTARGET_AMDGCN_GFXLIST} )
103
103
endif ()
Original file line number Diff line number Diff line change @@ -131,7 +131,8 @@ elif config.libomptarget_current_target.startswith('amdgcn'):
131
131
# only check the first one assuming that we will run the test on it.
132
132
if not (config .amdgpu_test_arch .startswith ("gfx90a" ) or
133
133
config .amdgpu_test_arch .startswith ("gfx940" ) or
134
- config .amdgpu_test_arch .startswith ("gfx942" )):
134
+ config .amdgpu_test_arch .startswith ("gfx942" ) or
135
+ config .amdgpu_test_arch .startswith ("gfx950" )):
135
136
supports_unified_shared_memory = False
136
137
# check if AMD architecture is an APU:
137
138
if (config .amdgpu_test_arch .startswith ("gfx940" ) or
You can’t perform that action at this time.
0 commit comments