[all-commits] [llvm/llvm-project] ffb756: [Offload] Add `OL_DEVICE_INFO_MAX_WORK_SIZE[_PER_D...
Ross Brunton via All-commits
all-commits at lists.llvm.org
Fri Aug 29 01:39:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffb756dff2d2a7a7131d2edaa4437c03745c532d
https://github.com/llvm/llvm-project/commit/ffb756dff2d2a7a7131d2edaa4437c03745c532d
Author: Ross Brunton <ross at codeplay.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M offload/liboffload/API/Device.td
M offload/liboffload/src/OffloadImpl.cpp
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
M offload/unittests/OffloadAPI/device/olGetDeviceInfo.cpp
M offload/unittests/OffloadAPI/device/olGetDeviceInfoSize.cpp
Log Message:
-----------
[Offload] Add `OL_DEVICE_INFO_MAX_WORK_SIZE[_PER_DIMENSION]` (#155823)
This is the total number of work items that the device supports (the
equivalent work group properties are for only a single work group).
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