From 0b256a0c2c06a6243f06d8ab081afba46cb7d77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= <26119556+S12P@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:19:07 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d338632..8fc0922 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,8 @@ If factor is not specify the loop is fully unrolled. The loop bellow the pragma will be pipeline and the innermost loop will be fully unrolled. +Note: `#pragma ACCEL pipeline flatten` can also be use as `#pragma ACCEL pipeline` if all the innermost loop are fully unrolled. + ###### Tile 1D / Strip mining `#pragma ACCEL tile factor=` @@ -175,4 +177,4 @@ The transfer from off-chip to on-chip will be done at the position of the pragma The communication of the array will be done at the position of the pragma and transfer with double buffer. -Note: `#pragma ACCEL pipeline` can also be use as `#pragma ACCEL pipeline flatten` if all the innermost loop are fully unrolled. +