Enum storage_type

Enum Documentation

enum class heongpu::storage_type : std::uint8_t

Specifies the storage type for objects.

  • HOST: Indicates that the object is stored in the host memory.

  • DEVICE: Indicates that the object is stored in the device memory.

Values:

enumerator HOST
enumerator DEVICE