Lines Matching defs:geom
21281 #define MMA_VARIANTS(geom, type) \
21282 Intrinsic::nvvm_wmma_##geom##_mma_row_row_##type, \
21283 Intrinsic::nvvm_wmma_##geom##_mma_row_col_##type, \
21284 Intrinsic::nvvm_wmma_##geom##_mma_col_row_##type, \
21285 Intrinsic::nvvm_wmma_##geom##_mma_col_col_##type
21286 #define MMA_SATF_VARIANTS(geom, type) \
21287 MMA_VARIANTS(geom, type), \
21288 Intrinsic::nvvm_wmma_##geom##_mma_row_row_##type##_satfinite, \
21289 Intrinsic::nvvm_wmma_##geom##_mma_row_col_##type##_satfinite, \
21290 Intrinsic::nvvm_wmma_##geom##_mma_col_row_##type##_satfinite, \
21291 Intrinsic::nvvm_wmma_##geom##_mma_col_col_##type##_satfinite
21293 #define MMA_VARIANTS_I4(geom, type) \
21295 Intrinsic::nvvm_wmma_##geom##_mma_row_col_##type, \
21299 Intrinsic::nvvm_wmma_##geom##_mma_row_col_##type##_satfinite, \
21303 #define MMA_VARIANTS_B1_XOR(geom, type) \
21305 Intrinsic::nvvm_wmma_##geom##_mma_xor_popc_row_col_##type, \
21312 #define MMA_VARIANTS_B1_AND(geom, type) \
21314 Intrinsic::nvvm_wmma_##geom##_mma_and_popc_row_col_##type, \