Contents:
Defined in File storagemanager.cuh
Specifies the storage type for objects.
HOST: Indicates that the object is stored in the host memory.
HOST
DEVICE: Indicates that the object is stored in the device memory.
DEVICE
Values: