Expand description
CUDA-specific pointer handling logic.
Enums§
- Address
Space - Special areas of GPU memory where a pointer could reside.
Functions§
- convert_
generic_ ⚠to_ specific_ address_ space - Converts a pointer from a generic address space, to a specific address space.
This maps directly to the
cvta
PTX instruction. - convert_
specific_ ⚠address_ space_ to_ generic - Converts a pointer in a specific address space, to a generic address space.
This maps directly to the
cvta
PTX instruction. - is_
in_ ⚠address_ space - Determines whether a pointer is in a specific address space.