[Mlir-commits] [mlir] [mlir][tosa] Update URL to TOSA specification in TOSA.md (PR #134449)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Apr 4 14:47:44 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Jerry-Ge (Jerry-Ge)
<details>
<summary>Changes</summary>
- The existing URL is no longer valid, updated to the current one
---
Full diff: https://github.com/llvm/llvm-project/pull/134449.diff
1 Files Affected:
- (modified) mlir/docs/Dialects/TOSA.md (+1-1)
``````````diff
diff --git a/mlir/docs/Dialects/TOSA.md b/mlir/docs/Dialects/TOSA.md
index 273a71aeed200..15a2b459f8b91 100644
--- a/mlir/docs/Dialects/TOSA.md
+++ b/mlir/docs/Dialects/TOSA.md
@@ -5,7 +5,7 @@
## Rationale
The MLIR TOSA dialect implements the [TOSA
-specification](https://developer.mlplatform.org/w/tosa/). This document
+specification](https://www.mlplatform.org/tosa/tosa_spec.html). This document
describes the decision process for how TOSA expresses operators in
high level dialects.
``````````
</details>
https://github.com/llvm/llvm-project/pull/134449
More information about the Mlir-commits
mailing list