ddemidov / vexcl

VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP
http://vexcl.readthedocs.org
MIT License
699 stars 81 forks source link

Replaces Col with Ptr to allow the use of a different data type for row indices #277

Closed daaugusto closed 4 years ago

daaugusto commented 4 years ago

Hi Denis, when I switched to vex::sparse::matrix (from vex::SpMat) I experienced in VexCL a similar bug regarding the one I found in AMGCL (https://github.com/ddemidov/amgcl/pull/120).

ddemidov commented 4 years ago

Thanks again!