Skip to content

Commit 64b060f

Browse files
authored
[mlir][tosa] Update URLs to TOSA specification (#134449)
- The existing URLs are no longer valid, updated to the current one Signed-off-by: Jerry Ge <[email protected]>
1 parent ad39049 commit 64b060f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mlir/docs/Dialects/TOSA.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Rationale
66

77
The MLIR TOSA dialect implements the [TOSA
8-
specification](https://developer.mlplatform.org/w/tosa/). This document
8+
specification](https://www.mlplatform.org/tosa/tosa_spec.html). This document
99
describes the decision process for how TOSA expresses operators in
1010
high level dialects.
1111

mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Tosa_Attr<string attrName, string attrMnemonic, list<Trait> traits = []>
7272
// feed numerical precision parameters to the functional implementation of TOSA
7373
// operators.
7474
// The functional behavior is defined in the TOSA specification maintained at
75-
// https://developer.mlplatform.org/w/tosa/. TOSA leverages MLIR's built in
75+
// https://www.mlplatform.org/tosa/tosa_spec.html. TOSA leverages MLIR's built in
7676
// quantization support: https://mlir.llvm.org/docs/Quantization/, and supports
7777
// uniform quantization. Depending on datatype, asymmetric and symmetric
7878
// quantization are supported. The types themselves are described in

mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// This file defines the operation set for the TOSA dialect as defined in
10-
// the TOSA specfication (https://developer.mlplatform.org/w/tosa/).
10+
// the TOSA specfication (https://www.mlplatform.org/tosa/tosa_spec.html).
1111
//
1212
//===----------------------------------------------------------------------===//
1313

mlir/lib/Dialect/Tosa/IR/TosaOps.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// \file
1010
// This file implements the TOSA Specification:
11-
// https://developer.mlplatform.org/w/tosa/
11+
// https://www.mlplatform.org/tosa/tosa_spec.html
1212
//
1313
//===----------------------------------------------------------------------===//
1414

0 commit comments

Comments
 (0)