[Openmp-commits] [openmp] [OpenMP] OpenMP ThreadSet clause - basic runtime (PR #144409)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jun 17 10:06:02 PDT 2025
shiltian wrote:
I'd assume the runtime support is orthogonal to the front end support. For the runtime support, this is far from what is needed. Just to add one bit w/o anything else is not sufficient. Even if the front end emits code that uses the bit, it will be fine because it is reserved anyway. On the other hand, to add runtime support doesn't require front end support as well.
https://github.com/llvm/llvm-project/pull/144409
More information about the Openmp-commits
mailing list