Skip to content

Commit c76888b

Browse files
committed
Added fuse to documentation
1 parent 34ac92a commit c76888b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ implementation.
376376
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
377377
| loop stripe transformation | :good:`done` | https://github.com/llvm/llvm-project/pull/119891 |
378378
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
379+
| loop fuse transformation | :good:`done` | :none:`unclaimed` | |
380+
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
379381
| work distribute construct | :none:`unclaimed` | :none:`unclaimed` | |
380382
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
381383
| task_iteration | :none:`unclaimed` | :none:`unclaimed` | |

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,6 +1128,7 @@ OpenMP Support
11281128
- Fixed mapping of arrays of structs containing nested structs with user defined
11291129
mappers, by using compiler-generated default mappers for the outer structs for
11301130
such maps.
1131+
- Added support for 'omp fuse' directive.
11311132

11321133
Improvements
11331134
^^^^^^^^^^^^

0 commit comments

Comments
 (0)