Skip to content

0.8.5

Compare
Choose a tag to compare
@ddemidov ddemidov released this 09 Oct 06:39
· 752 commits to master since this release
  • Sparse matrix-vector product for OpenCL vector types:
    vex::SpMat <cl_double2> A;
    vex::vector<cl_double2> x, y;
    y = A * x;
  • Added raw_pointer() function. See 'Raw pointers' section in README.
  • Fixed compilation for 32bit Visual Studio (thanks to @d-meiser for
    reporting!).
  • Other bug fixes.