Enum DataState¶
Defined in File block.hpp
Enum Documentation¶
-
enum
ripple
::
DataState
¶ Defines the state of the data for a parition.
Values:
-
enumerator
invalid
¶ Data is not valid.
-
enumerator
updated_host
¶ Data is on the host and is updated.
-
enumerator
submitted_host
¶ Data has been submitted on the host.
-
enumerator
updated_device
¶ Data is on the device and is updated.
-
enumerator
submitted_device
¶ Data has been submitted on the device.
-
enumerator