[Mlir-commits] [mlir] 8ee22b6 - Fix link to the TOSA spec in the dialect doc (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Thu May 25 21:51:05 PDT 2023
Author: Mehdi Amini
Date: 2023-05-25T21:50:39-07:00
New Revision: 8ee22b689142f70d675e8bd48649f477e7cdb639
URL: https://github.com/llvm/llvm-project/commit/8ee22b689142f70d675e8bd48649f477e7cdb639
DIFF: https://github.com/llvm/llvm-project/commit/8ee22b689142f70d675e8bd48649f477e7cdb639.diff
LOG: Fix link to the TOSA spec in the dialect doc (NFC)
Added:
Modified:
mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td b/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
index 64471076d25e9..c38580b0378e4 100644
--- a/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
+++ b/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
@@ -27,7 +27,7 @@ def Tosa_Dialect : Dialect {
The Tensor Operator Set Architecture (TOSA) dialect.
This dialect implements the TOSA standard described at
- https://developer.mlplatform.org/w/tosa/ .
+ https://www.mlplatform.org/tosa/tosa_spec.html .
Tensor Operator Set Architecture (TOSA) provides a set of whole-tensor
operations commonly employed by Deep Neural Networks. The intent is to
More information about the Mlir-commits
mailing list