From 56fb6e8af9457eb2ae301d6296a843e5af66665b Mon Sep 17 00:00:00 2001 From: "Doxygen Bot (GitHub Action)" Date: Thu, 11 Jul 2024 16:46:01 +0000 Subject: [PATCH] Push docs and doxygen updates into gh-pages branch --- SupportedONNXOps-NNPA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SupportedONNXOps-NNPA.md b/SupportedONNXOps-NNPA.md index 84aee8cf8f..ab21ed5ef2 100644 --- a/SupportedONNXOps-NNPA.md +++ b/SupportedONNXOps-NNPA.md @@ -10,7 +10,7 @@ Onnx-mlir currently supports ONNX operations targeting up to opset 20. Limitatio * A * indicates onnx-mlir is compatible with the latest version of that operator available as of opset 20. -NNPA has hardware limitations in dimension index size and tensor size, which are described in [NNPALimit.h](../src/Accelerators/NNPA/Support/NNPALimit.h). They are large enough for normal use cases, but if your model exceeds the limitations, CPU is used instead of NNPA. +NNPA has hardware limitations in dimension index size and tensor size, which are described in [NNPALimit.hpp](../src/Accelerators/NNPA/Support/NNPALimit.hpp). They are large enough for normal use cases, but if your model exceeds the limitations, CPU is used instead of NNPA. | Op |Supported Opsets (inclusive) |Limitations |Notes |