pub fn device_caps(device: &CombsDevice) -> DeviceCapsExpand description
Queries the adapter for its limits/features and returns DeviceCaps.
Like device_info, this performs the cubecl runtime setup for the
device, so it is safe (and cheap) to use the device afterwards.