[Mlir-commits] [mlir] [mlir][spir] Add floating point dot product (PR #73466)

Jakub Kuderski llvmlistbot at llvm.org
Sun Nov 26 15:22:14 PST 2023


================
@@ -760,13 +791,14 @@ void mlir::populateVectorToSPIRVPatterns(SPIRVTypeConverter &typeConverter,
       VectorInsertOpConvert, VectorReductionPattern<GL_INT_MAX_MIN_OPS>,
       VectorReductionPattern<CL_INT_MAX_MIN_OPS>,
       VectorReductionFloatMinMax<CL_FLOAT_MAX_MIN_OPS>,
-      VectorReductionFloatMinMax<GL_FLOAT_MAX_MIN_OPS>, VectorShapeCast,
+      VectorReductionFloatMinMax<GL_FLOAT_MAX_MIN_OPS>,
+      VectorReductionToFPDotProd, VectorShapeCast,
----------------
kuhar wrote:

Ah right, I missed it because it didn't have a test IIRC. Thanks! Done.

https://github.com/llvm/llvm-project/pull/73466


More information about the Mlir-commits mailing list