File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -530,6 +530,12 @@ OpenMP Support
530
530
- Added support 'no_openmp_constructs' assumption clause.
531
531
- Added support for 'self_maps' in map and requirement clause.
532
532
- Added support for 'omp stripe' directive.
533
+ - Fixed a crashing bug with ``omp unroll partial `` if the argument to
534
+ ``partial `` was an invalid expression. (#GH139267)
535
+ - Fixed a crashing bug with ``omp tile sizes `` if the argument to ``sizes `` was
536
+ an invalid expression. (#GH139073)
537
+ - Fixed a crashing bug with ``omp distribute dist_schedule `` if the argument to
538
+ ``dist_schedule `` was not strictly positive. (#GH139266)
533
539
- Added support for reduction over private variable with 'reduction' clause.
534
540
535
541
Improvements
You can’t perform that action at this time.
0 commit comments