Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
S12P authored Jan 16, 2024
1 parent 1670d08 commit 0b256a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<tile size>`
Expand All @@ -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.

0 comments on commit 0b256a0

Please sign in to comment.