[Mlir-commits] [mlir] ab2b73d - Fix internal link in the MLIR doc
Mehdi Amini
llvmlistbot at llvm.org
Thu Feb 23 22:29:37 PST 2023
Author: Mehdi Amini
Date: 2023-02-23T23:29:28-07:00
New Revision: ab2b73dd480eaa9591b4e40cda58db5e4150d67a
URL: https://github.com/llvm/llvm-project/commit/ab2b73dd480eaa9591b4e40cda58db5e4150d67a
DIFF: https://github.com/llvm/llvm-project/commit/ab2b73dd480eaa9591b4e40cda58db5e4150d67a.diff
LOG: Fix internal link in the MLIR doc
Added:
Modified:
mlir/include/mlir/IR/BuiltinTypes.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/IR/BuiltinTypes.td b/mlir/include/mlir/IR/BuiltinTypes.td
index a8d1fae6a5a2e..4d6120ff9df88 100644
--- a/mlir/include/mlir/IR/BuiltinTypes.td
+++ b/mlir/include/mlir/IR/BuiltinTypes.td
@@ -710,7 +710,7 @@ def Builtin_RankedTensor : Builtin_Type<"RankedTensor", [
The runtime representation of the MLIR tensor type is intentionally
abstracted - you cannot control layout or get a pointer to the data. For
- low level buffer access, MLIR has a [`memref` type](#memref-type). This
+ low level buffer access, MLIR has a [`memref` type](#memreftype). This
abstracted runtime representation holds both the tensor data values as well
as information about the (potentially dynamic) shape of the tensor. The
[`dim` operation](MemRef.md/#memrefdim-mlirmemrefdimop) returns the size of a
More information about the Mlir-commits
mailing list