[all-commits] [llvm/llvm-project] d83dc4: [OpenMP] Increase opportunity for parallel kernel ...
carlobertolli via All-commits
all-commits at lists.llvm.org
Wed Dec 15 07:35:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d83dc4c648145da5d09d3991b279bdce1e8fa60b
https://github.com/llvm/llvm-project/commit/d83dc4c648145da5d09d3991b279bdce1e8fa60b
Author: Carlo Bertolli <Carlo.Bertolli at amd.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
Log Message:
-----------
[OpenMP] Increase opportunity for parallel kernel launch in AMDGPUs: add multiple hsa queue's per device in plugin
This patch extends the AMDGPU plugin for OpenMP target offloading from using a single HSA queue to multiple queues (four in this patch) per device. This enables concurrent threads to concurrently submit kernel launches to the same GPU.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D115771
More information about the All-commits
mailing list