Casts this device pointer to another type.
(self)
| 327 | |
| 328 | /// Casts this device pointer to another type. |
| 329 | pub fn cast<U: DeviceCopy>(self) -> DevicePointer<U> { |
| 330 | DevicePointer::from_raw(self.ptr) |
| 331 | } |
| 332 | } |
| 333 | |
| 334 | /// A pointer to unified memory. |
no outgoing calls
no test coverage detected