Lines Matching defs:geom
19926 #define MMA_VARIANTS(geom, type) \
19927 Intrinsic::nvvm_wmma_##geom##_mma_row_row_##type, \
19928 Intrinsic::nvvm_wmma_##geom##_mma_row_col_##type, \
19929 Intrinsic::nvvm_wmma_##geom##_mma_col_row_##type, \
19930 Intrinsic::nvvm_wmma_##geom##_mma_col_col_##type
19931 #define MMA_SATF_VARIANTS(geom, type) \
19932 MMA_VARIANTS(geom, type), \
19933 Intrinsic::nvvm_wmma_##geom##_mma_row_row_##type##_satfinite, \
19934 Intrinsic::nvvm_wmma_##geom##_mma_row_col_##type##_satfinite, \
19935 Intrinsic::nvvm_wmma_##geom##_mma_col_row_##type##_satfinite, \
19936 Intrinsic::nvvm_wmma_##geom##_mma_col_col_##type##_satfinite
19938 #define MMA_VARIANTS_I4(geom, type) \
19940 Intrinsic::nvvm_wmma_##geom##_mma_row_col_##type, \
19944 Intrinsic::nvvm_wmma_##geom##_mma_row_col_##type##_satfinite, \
19948 #define MMA_VARIANTS_B1_XOR(geom, type) \
19950 Intrinsic::nvvm_wmma_##geom##_mma_xor_popc_row_col_##type, \
19957 #define MMA_VARIANTS_B1_AND(geom, type) \
19959 Intrinsic::nvvm_wmma_##geom##_mma_and_popc_row_col_##type, \