aboutsummaryrefslogtreecommitdiff
path: root/mlir/docs/Dialects/OpenACCDialect.md
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/docs/Dialects/OpenACCDialect.md')
-rwxr-xr-xmlir/docs/Dialects/OpenACCDialect.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/mlir/docs/Dialects/OpenACCDialect.md b/mlir/docs/Dialects/OpenACCDialect.md
index ce0f1c3..2f1bb19 100755
--- a/mlir/docs/Dialects/OpenACCDialect.md
+++ b/mlir/docs/Dialects/OpenACCDialect.md
@@ -9,8 +9,8 @@ by giving the compiler the freedom of how to parallelize for specific
architectures. OpenACC also provides the ability to optimize the
parallelism through increasingly more prescriptive clauses.
-This dialect models the constructs from the [OpenACC 3.3 specification]
-(https://www.openacc.org/sites/default/files/inline-images/Specification/OpenACC-3.3-final.pdf)
+This dialect models the constructs from the
+[OpenACC 3.3 specification](https://www.openacc.org/sites/default/files/inline-images/Specification/OpenACC-3.3-final.pdf)
This document describes the design of the OpenACC dialect in MLIR. It
lists and explains design goals and design choices along with their
@@ -451,3 +451,4 @@ dominates another.
## Operations TOC
[include "Dialects/OpenACCDialectOps.md"]
+