For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).
DevicePointerLike
Describes the device-pointer information used during device encoding.
Implemented traits
comptime members
PointeeType
comptime PointeeType
The type of the values referenced by this pointer.
Required methods
unsafe_ptr
def unsafe_ptr(ref self) -> Pointer[Self.PointeeType, MutAnyOrigin]
Returns the offset-adjusted raw device pointer.
Returns:
Pointer[_Self.PointeeType, MutAnyOrigin]: Device pointer as raw pointer.