Searched defs:StridedData (Results 1 – 1 of 1) sorted by relevance
90 struct StridedData { struct91 typedef impl::Entry<T> Entry;97 __device__ int get_index(int i) const { return (*this)[i].index; } in get_index()98 __device__ T get_value(int i) const { return (*this)[i].value; } in get_value()100 Entry* const data;