https://bugs.llvm.org/show_bug.cgi?id=50051

            Bug ID: 50051
           Summary: Clang does not honor schedule chunk in `target teams
                    distribute parallel for` directives
           Product: OpenMP
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Clang Compiler Support
          Assignee: unassignedclangb...@nondot.org
          Reporter: jdoerf...@anl.gov
                CC: a.bat...@hotmail.com, llvm-bugs@lists.llvm.org

>From what I can tell, at least reading the code we produce for 
`clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_generic_mode_codegen.cpp`,
the schedule clause caused the generic mode but the actual chunk size is never
used in the distribute or workshare loop.

This is probably also a problem for other directives combinations.
The special handling we have here makes it too complicated, we should simplify
all that.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to