//===- IntegerDotProductOps.cpp - MLIR SPIR-V Integer Dot Product Ops ----===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // // Defines the Integer Dot Product operations in the SPIR-V dialect. // //===----------------------------------------------------------------------===// #include "mlir/Dialect/SPIRV/IR/SPIRVOps.h" #include "SPIRVOpUtils.h" #include "SPIRVParsingUtils.h" #include "llvm/Support/FormatVariadic.h" usingnamespacemlir::spirv::AttrNames; namespace mlirspirv // namespace mlir::spirv