| 216 | } |
| 217 | |
| 218 | TCudaBuffer<const T, TMapping, Type> ConstCopyView() const { |
| 219 | return ColumnsView(TSlice(0, ColumnCount)); |
| 220 | } |
| 221 | |
| 222 | //TODO: get rid of this. Refactor everything to const in template type instead of holder-objects |
| 223 | TCudaBuffer<T, TSingleMapping, Type> DeviceView(ui32 devId) const { |