Module ptr

Source
Expand description

CUDA-specific pointer handling logic.

Enums§

AddressSpace
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.