Skip to content
  1. Nov 19, 2018
  2. Jun 05, 2018
  3. May 08, 2018
  4. Apr 20, 2018
  5. Apr 10, 2018
  6. Apr 06, 2018
  7. Mar 19, 2018
  8. Dec 05, 2017
  9. Oct 12, 2017
  10. Oct 09, 2017
  11. Aug 26, 2017
  12. Aug 25, 2017
  13. Aug 24, 2017
  14. Jul 28, 2017
  15. Jun 14, 2017
  16. Jun 06, 2017
  17. Jun 05, 2017
  18. Apr 25, 2017
  19. Mar 08, 2017
  20. Mar 05, 2017
  21. Feb 28, 2017
  22. Feb 24, 2017
  23. Feb 23, 2017
    • Karl Rupp's avatar
      ILUT: Added approximate triangular solves. · cf5282b8
      Karl Rupp authored
      This allows for GPU-accelerated application of ILUT.
      The triangular solves are replaced by a truncated Neumann series with relaxation.
      Enable via member function
       approximate_solves(iter)
      of the viennacl::linalg::ilut_tag to run 'iter' relaxations.
      Values in the range of 1-5 tend to give best results.
      cf5282b8
  24. Jan 10, 2017
  25. Dec 12, 2016
  26. Oct 25, 2016
  27. Oct 24, 2016
    • Karl Rupp's avatar
      Unary operations: Added math functions from C99. · 2b686633
      Karl Rupp authored
      The following new functions are now available:
       element_acosh()
       element_asinh()
       element_atanh()
       element_erf()
       element_erfc()
       element_exp2()
       element_exp10()
       element_log2()
       element_round()
       element_rsqrt()
       element_trunc()
      
      Commit based on patch provided by Matthias Möller, authored by Andrzej Jaeschke <andrzej.jaeschke@gmail.com>
      The original patch is extended to also clean up the CUDA backend -> less code :-)
      C++11 guards are added to the tests.
      Code compiles and tests run without C++11, but more testing desired to make sure everything is in order.
      2b686633
  28. Oct 21, 2016
Loading