[all-commits] [llvm/llvm-project] f24236: [Offload] Add type information to device info node...
Ross Brunton via All-commits
all-commits at lists.llvm.org
Fri Jun 20 07:05:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f242360e156b407902829d694c036b2d22211894
https://github.com/llvm/llvm-project/commit/f242360e156b407902829d694c036b2d22211894
Author: Ross Brunton <ross at codeplay.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M offload/liboffload/src/OffloadImpl.cpp
M offload/plugins-nextgen/common/include/PluginInterface.h
Log Message:
-----------
[Offload] Add type information to device info nodes (#144535)
Rather than being "stringly typed", store values as a std::variant that
can hold various types. This means that liboffload doesn't have to do
any string parsing for integer/bool device info keys.
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