We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38a2db commit 9d6a9b9Copy full SHA for 9d6a9b9
offload/include/device.h
@@ -170,8 +170,7 @@ struct DeviceTy {
170
void setHasPendingImages(bool V) { HasPendingImages = V; }
171
172
/// Get information from the device.
173
- template <typename T>
174
- T getInfo(DeviceInfo Info) const {
+ template <typename T> T getInfo(DeviceInfo Info) const {
175
InfoTreeNode DevInfo = RTL->obtain_device_info(RTLDeviceID);
176
177
auto EntryOpt = DevInfo.get(Info);
0 commit comments