[all-commits] [llvm/llvm-project] dbb269: [Offload] Stop the RPC server faiilng with more th...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Feb 7 16:12:55 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: dbb2699d2eee998e2a3d7862f7d633736bbbd77b
https://github.com/llvm/llvm-project/commit/dbb2699d2eee998e2a3d7862f7d633736bbbd77b
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M offload/plugins-nextgen/common/src/PluginInterface.cpp
Log Message:
-----------
[Offload] Stop the RPC server faiilng with more than one GPU (#125982)
Summary:
Pretty dumb mistake of me, forgot that this is run per-device and
per-plugin, which fell through the cracks with my testing because I have
two GPUs that use different plugins.
(cherry picked from commit 7a8779422dad058f11cd473d409f42e32859788d)
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