Skip to content

Commit e3ebc5f

Browse files
authored
Update AMDQuarkOps.td with link to documentation
1 parent 18c9475 commit e3ebc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dialect/ONNX/AMDQuarkOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def AMDQuarkBFPQuantizeDequantizeOp: ONNX_Op<"AMDQuarkBFPQuantizeDequantizeOp",
2828

2929
This operator converts floating-point values (typically 32-bit floating-point numbers) into BFP or MX values, then convert them back. It approximates the Quantize-Dequantize process and introduces quantization errors.
3030

31-
Support for BF16 is an AMD extension in ONNX-MLIR.
31+
Support for BF16 is an AMD extension in ONNX-MLIR to https://quark.docs.amd.com/latest/onnx/custom_operators/BFPQuantizeDequantize.html.
3232
}];
3333

3434
let arguments = (ins AnyTypeOf<[TensorOf<[F32]>, TensorOf<[BF16]>]>:$X,

0 commit comments

Comments
 (0)