[all-commits] [llvm/llvm-project] 7a8779: [Offload] Stop the RPC server faiilng with more th...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Feb 5 18:51:50 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a8779422dad058f11cd473d409f42e32859788d
https://github.com/llvm/llvm-project/commit/7a8779422dad058f11cd473d409f42e32859788d
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-02-05 (Wed, 05 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.
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