Returns a raw handle to this device, not handing over ownership, meaning that dropping this device will try to drop the underlying device.
(&self)
| 359 | /// Returns a raw handle to this device, not handing over ownership, meaning that dropping |
| 360 | /// this device will try to drop the underlying device. |
| 361 | pub fn as_raw(&self) -> CUdevice { |
| 362 | self.device |
| 363 | } |
| 364 | } |
| 365 | |
| 366 | /// Iterator over all available CUDA devices. See |
no outgoing calls
no test coverage detected