[Mlir-commits] [mlir] 4c6683c - [mlir][spirv] Use "SPIR-V" in the doc after dialect renaming
Lei Zhang
llvmlistbot at llvm.org
Tue Sep 27 10:09:34 PDT 2022
Author: Lei Zhang
Date: 2022-09-27T13:09:01-04:00
New Revision: 4c6683cd68219d02fcd4c295924995db6b77516d
URL: https://github.com/llvm/llvm-project/commit/4c6683cd68219d02fcd4c295924995db6b77516d
DIFF: https://github.com/llvm/llvm-project/commit/4c6683cd68219d02fcd4c295924995db6b77516d.diff
LOG: [mlir][spirv] Use "SPIR-V" in the doc after dialect renaming
Added:
Modified:
mlir/docs/Dialects/SPIR-V.md
Removed:
################################################################################
diff --git a/mlir/docs/Dialects/SPIR-V.md b/mlir/docs/Dialects/SPIR-V.md
index b770498c33ede..c5f9a6fc42307 100644
--- a/mlir/docs/Dialects/SPIR-V.md
+++ b/mlir/docs/Dialects/SPIR-V.md
@@ -1,4 +1,4 @@
-# 'spv' Dialect
+# SPIR-V Dialect
This document describes the design of the SPIR-V dialect in MLIR. It lists
various design choices we made for modeling
diff erent SPIR-V mechanisms, and
More information about the Mlir-commits
mailing list