Skip to content
  1. Dec 02, 2012
  2. Dec 01, 2012
    • Karl Rupp's avatar
      Further polishing: · 94900385
      Karl Rupp authored
      * Removed MSVC-switch in tutorials and benchmarks for reading files (require users to run from build/ accross different OS)
      * Updated old Eigen-code to version 3.x
      * Fixed a few more warnings in Visual Studio, added /wd4996 flag to get rid of VC iterator advertisements
      * Fixed an overly strict assert() on vector-reductions with OpenCL, including a clean initialization of reduction vector
      * Changed STL overload of norm_X from enable-if to plain overloading, otherwise MSVC has problems.
      94900385
    • Karl Rupp's avatar
      * Transition of converter from Boost.filesystem2 to Boost.filesystem3 · c1e00f54
      Karl Rupp authored
      * Added finish() before copy() in tests in order to resolve issues with AMD APP SDK
      c1e00f54
    • Karl Rupp's avatar
      Release postponed by a day: · cde5bc1a
      Karl Rupp authored
      * Fixed all warnings obtained in Visual Studio 2005 and 2010
      * Reverted SFINAE in CTOR for vector to separate overloads for vector_range and vector_slice (does not work with VS 2005)
      * Moved default-implementation for predicates to forwards.h, otherwise Visual Studio does not recognize forward definitions properly
      * Removed unnecessary Boost.filesystem and Boost.system components check from dist-package
      * Adjusted version number in Doxyfile and CMakeLists.txt
      cde5bc1a
  3. Nov 30, 2012
  4. Nov 29, 2012
  5. Nov 28, 2012
    • Karl Rupp's avatar
      * Added least-squares example · 11b7e84f
      Karl Rupp authored
      * Added inplace_qr_apply_trans_Q() to compute rhs of least-squares system R = Q^T b without setting up Q
      * Fixed overloads for inplace_solve(A, b). More tests required, though.
      * Unified use of viennacl::traits::clear(result) in CG and BiCGStab
      11b7e84f
    • Karl Rupp's avatar
      * Fixed a minor bug in lu_factorize that showed up with the CUDA backend only · 8f971c47
      Karl Rupp authored
      * Added missing include directives for lu.hpp in one example and one test
      8f971c47
    • Karl Rupp's avatar
      * Reimplementation of LU factorization in viennacl/linalg/lu.hpp. Better... · e8a6e5b3
      Karl Rupp authored
      * Reimplementation of LU factorization in viennacl/linalg/lu.hpp. Better performance, but still a lot of unused potential.
      * Replaced slow generic CUDA matrix-matrix multiplication kernel by several semi-automatically generated kernels. Performance still only half of OpenCL, although code is virtually identical.
      * Fixed a bug with C = prod(A, B) if C is a matrix_range or matrix_slice. An unnecessary temporary was introduced.
      * CUDA-benchmarks now build correctly
      e8a6e5b3
  6. Nov 21, 2012
  7. Nov 18, 2012
  8. Nov 16, 2012
  9. Nov 15, 2012
  10. Nov 14, 2012
  11. Nov 13, 2012
  12. Nov 12, 2012
  13. Nov 11, 2012
  14. Nov 09, 2012
  15. Nov 08, 2012
  16. Nov 07, 2012
  17. Nov 06, 2012
  18. Nov 05, 2012
Loading