[all-commits] [llvm/llvm-project] fdf6ab: [Offload] Implement 'Vendor Name' device info for ...
Callum Fare via All-commits
all-commits at lists.llvm.org
Tue Jul 8 02:05:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fdf6ab2a533b06c3c974bd7e17da084a4de0c525
https://github.com/llvm/llvm-project/commit/fdf6ab2a533b06c3c974bd7e17da084a4de0c525
Author: Callum Fare <callum at codeplay.com>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M offload/plugins-nextgen/cuda/src/rtl.cpp
Log Message:
-----------
[Offload] Implement 'Vendor Name' device info for CUDA (#147334)
After #146345 the device info implementation requires a value for every
query, rather than silently returning an empty string. This broke the
test for `OL_DEVICE_INFO_VENDOR` on CUDA.
Add a value to the CUDA plugin. We can quite safely hard code this one.
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