| 711 | * \return the underlying device buffer |
| 712 | */ |
| 713 | __host__ __device__ CUMAT_STRONG_INLINE _Scalar* data() |
| 714 | { |
| 715 | return data_.data(); |
| 716 | } |
| 717 | |
| 718 | /** |
| 719 | * \brief Allows raw read-only access to the underlying buffer. |
no test coverage detected