From 327e7cf6b1eb4fcd19dd59667d182287c5eab9ef Mon Sep 17 00:00:00 2001 From: Reid Tatge Date: Thu, 23 May 2024 14:19:45 -0700 Subject: [PATCH] [mpact][compiler] Fixed Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b3580e..b415e3f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The MPACT project's main objective is to dramatically reduce the effort required to create highly optimizing HPC and ML compilers for a large class -of architectures using LLVM and MLIR. We will do this by providing a +of architectures using LLVM and MLIR. We do this by providing a declarative language-based mechanism for collecting and expressing critical aspects of a target architecture in a way that can be reasoned about and leveraged by all passes in both MLIR and LLVM.