[all-commits] [llvm/llvm-project] b73070: [NFC][MLIR][OpenMP] Add test to check lowering omp...
Dominik Adamski via All-commits
all-commits at lists.llvm.org
Tue Dec 12 06:05:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b730703726e674f78717e263d92ecf9a0a8d479e
https://github.com/llvm/llvm-project/commit/b730703726e674f78717e263d92ecf9a0a8d479e
Author: Dominik Adamski <dominik.adamski at amd.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
A mlir/test/Target/LLVMIR/omptarget-wsloop.mlir
Log Message:
-----------
[NFC][MLIR][OpenMP] Add test to check lowering omp.wsloop for GPU (#74857)
This test checks if proper OpenMP device RTL function is called to
handle workshare loop for GPU.
The code generation for GPU worksharing loops is implemented by the
patch: https://github.com/llvm/llvm-project/pull/73360
More information about the All-commits
mailing list