Issue 54214
Summary OpenMP custom state machine optimization fails with a single thread
Labels openmp
Assignees jdoerfert
Reporter jhuber6
    The custom state machine had a check for surplus threads that filtered the main thread if the kernel was executed by a single warp only. This prevented us from executing the region if only a single thread was present. Normally a parallel region with one thread had its state machine removed, but this occurs when there is no parallelism in an external call.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to