[all-commits] [llvm/llvm-project] ac4bb4: [OpenACC][CIR] Implement 'gang' lowering for 'loop...
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri May 9 05:35:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac4bb42b97a5a9e143754cf8949eaf763dd69e14
https://github.com/llvm/llvm-project/commit/ac4bb42b97a5a9e143754cf8949eaf763dd69e14
Author: Erich Keane <ekeane at nvidia.com>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenOpenACCClause.h
M clang/test/CIR/CodeGenOpenACC/loop.cpp
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
Log Message:
-----------
[OpenACC][CIR] Implement 'gang' lowering for 'loop' (#138968)
This clause requires an entire additional collection to keep track of
the gang 'kind' or 'type'. That work is maintained in the OpenACC
dialect functions. Otherwise, this is effectively the same as the
worker/vectors.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list