File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -376,6 +376,8 @@ implementation.
376
376
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
377
377
| loop stripe transformation | :good: `done ` | https://github.com/llvm/llvm-project/pull/119891 |
378
378
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
379
+ | loop fuse transformation | :good: `done ` | :none: `unclaimed ` | |
380
+ +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
379
381
| work distribute construct | :none: `unclaimed ` | :none: `unclaimed ` | |
380
382
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
381
383
| task_iteration | :none: `unclaimed ` | :none: `unclaimed ` | |
Original file line number Diff line number Diff line change @@ -1128,6 +1128,7 @@ OpenMP Support
1128
1128
- Fixed mapping of arrays of structs containing nested structs with user defined
1129
1129
mappers, by using compiler-generated default mappers for the outer structs for
1130
1130
such maps.
1131
+ - Added support for 'omp fuse' directive.
1131
1132
1132
1133
Improvements
1133
1134
^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments