@@ -208,22 +208,22 @@ func.func @target_env_extra_fields() attributes {
208
208
209
209
// -----
210
210
211
- func.func @target_env_cooperative_matrix () attributes {
211
+ func.func @target_env_cooperative_matrix_nv () attributes {
212
212
// CHECK: spirv.target_env = #spirv.target_env<
213
213
// CHECK-SAME: SPV_NV_cooperative_matrix
214
- // CHECK-SAME: #spirv.coop_matrix_props <
214
+ // CHECK-SAME: #spirv.coop_matrix_props_nv <
215
215
// CHECK-SAME: m_size = 8, n_size = 8, k_size = 32,
216
216
// CHECK-SAME: a_type = i8, b_type = i8, c_type = i32,
217
217
// CHECK-SAME: result_type = i32, scope = <Subgroup>>
218
- // CHECK-SAME: #spirv.coop_matrix_props <
218
+ // CHECK-SAME: #spirv.coop_matrix_props_nv <
219
219
// CHECK-SAME: m_size = 8, n_size = 8, k_size = 16,
220
220
// CHECK-SAME: a_type = f16, b_type = f16, c_type = f16,
221
221
// CHECK-SAME: result_type = f16, scope = <Subgroup>>
222
222
spirv.target_env = #spirv.target_env <
223
223
#spirv.vce <v1.0 , [Shader ], [SPV_KHR_storage_buffer_storage_class ,
224
224
SPV_NV_cooperative_matrix ]>,
225
225
#spirv.resource_limits <
226
- cooperative_matrix_properties_nv = [#spirv.coop_matrix_props <
226
+ cooperative_matrix_properties_nv = [#spirv.coop_matrix_props_nv <
227
227
m_size = 8 ,
228
228
n_size = 8 ,
229
229
k_size = 32 ,
@@ -232,7 +232,7 @@ func.func @target_env_cooperative_matrix() attributes{
232
232
c_type = i32 ,
233
233
result_type = i32 ,
234
234
scope = #spirv.scope <Subgroup >
235
- >, #spirv.coop_matrix_props <
235
+ >, #spirv.coop_matrix_props_nv <
236
236
m_size = 8 ,
237
237
n_size = 8 ,
238
238
k_size = 16 ,
0 commit comments