[all-commits] [llvm/llvm-project] bbe59e: [OpenMP][Offload] Update the Logic for Configuring...
Kewen12 via All-commits
all-commits at lists.llvm.org
Wed Jun 11 11:13:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbe59e19b60b0efa8cc200fb3260fe572e188b26
https://github.com/llvm/llvm-project/commit/bbe59e19b60b0efa8cc200fb3260fe572e188b26
Author: Kewen12 <Kewen.Meng at amd.com>
Date: 2025-06-11 (Wed, 11 Jun 2025)
Changed paths:
M offload/libomptarget/PluginManager.cpp
Log Message:
-----------
[OpenMP][Offload] Update the Logic for Configuring Auto Zero-Copy (#143638)
Summary:
Currently the Auto Zero-Copy is enabled by checking every initialized
device to ensure that no dGPU is attached to an APU. However, an APU is
designed to comprise a homogeneous set of GPUs, therefore, it should be
sufficient to check any device for configuring Auto Zero-Copy. In this
PR, it checks the first initialized device in the list.
The changes in this PR are to clearly reflect the design and logic of
enabling the feature for further improving the readibility.
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