[PATCH] D109438: [OpenMP] Do not SPMDize generic regions with no parallel

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 7 19:51:54 PDT 2021


jdoerfert added a comment.

This broke stuff because the `Mode` is now replaced with `SPMD` while we actually don't change the `_exec_mode` of the kernel. Will fix it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109438/new/

https://reviews.llvm.org/D109438



More information about the llvm-commits mailing list