summaryrefslogtreecommitdiff
path: root/mlir/utils
diff options
context:
space:
mode:
authorJakub Kuderski <kubak@google.com>2022-12-06 20:17:40 -0500
committerJakub Kuderski <kubak@google.com>2022-12-06 20:17:41 -0500
commit03e6bf5f564c440ffbbac3a7a30015b6ca779afe (patch)
treeff0ef478d3f576cb6efc882709d5ede730d3fbe1 /mlir/utils
parent297e95b865aab8e33bfb792c36ed8c166a2d09d6 (diff)
downloadllvm-03e6bf5f564c440ffbbac3a7a30015b6ca779afe.tar.gz
[mlir][spirv] Define `spirv.*Dot` integer dot product ops
This covers `SDot`, `SUDot`, and `UDot`. The `*AccSat` version will be added in a follow-up revision. Reviewed By: antiagainst Differential Revision: https://reviews.llvm.org/D139242
Diffstat (limited to 'mlir/utils')
-rwxr-xr-xmlir/utils/spirv/define_enum.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/utils/spirv/define_enum.sh b/mlir/utils/spirv/define_enum.sh
index 496f90c32078..ca9d8642cd90 100755
--- a/mlir/utils/spirv/define_enum.sh
+++ b/mlir/utils/spirv/define_enum.sh
@@ -12,7 +12,7 @@
# The 'operand_kinds' dict of spirv.core.grammar.json contains all supported
# SPIR-V enum classes.
#
-# If <enum-name> is missing, this script updates existing ones.
+# If <enum-class-name> is missing, this script updates existing ones.
set -e