From 4c078864e3ad8e03d715ceb590751586aa876dd8 Mon Sep 17 00:00:00 2001 From: "Tung D. Le" Date: Thu, 26 Oct 2023 10:47:42 +0900 Subject: [PATCH] Fix a link to DynamicDimensionAnalysis.md (#2585) Signed-off-by: Tung D. Le --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f37c187ba5..5b7f4b5c73 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ A comprehensive list of documents is found [here](docs/DocumentList.md). * To test new code, see [here](docs/Testing.md) for instructions. * A guide on how to do constant propagation for ONNX operations is found [here](docs/ConstPropagationPass.md). -* A guide on how to analyze dynamic dimensions and query their equality at compile time is found [here](docs/DynamicDimensionAnalysis). +* A guide on how to analyze dynamic dimensions and query their equality at compile time is found [here](docs/DynamicDimensionAnalysis.md). * To build and test for specialized accelerator, see [here](docs/AccelNNPAHowToUseAndTest.md) ## ONNX-MLIR specific dialects