Closed Pencilcaseman closed 1 year ago
We can also rename the m_independent
property in the storage classes to m_ownsData
, which more clearly identifies what it is for. It should be possible to simply rename these since they have equivalent parity.
These functions imply suitability as an interator, but this is not the case for the
CudaStorage
andOpenCLStorage
classes.I suggest renaming these functions to be more fitting to their functionality. For example,
data()
anddataEnd()
.begin()
andend()
should, in the future, be used to support iterator functionality for CPU, GPU and OpenCL types.