Skip to content
  1. Aug 11, 2014
  2. Aug 10, 2014
  3. Aug 09, 2014
  4. Aug 08, 2014
  5. Aug 07, 2014
  6. Aug 06, 2014
  7. Aug 05, 2014
  8. Aug 04, 2014
    • Karl Rupp's avatar
      Tools: Added sparse matrix generation routine (FDM 2D) · 7237e71f
      Karl Rupp authored
      Provides a routine which generates a sparse matrix obtained from
      the discretization of the Laplace equation using finite differences
      and lexicographical ordering of the unknowns. One of the simplest,
      symmetric and positive definite matrices.
      7237e71f
    • Karl Rupp's avatar
      Pipelined CG: Added implementation for host-based execution. · 812e3918
      Karl Rupp authored
      Implementation for OpenCL and CUDA to come.
      Reference for the implementation: Algorithm 2.2 in
      Chronopoulos and Gear:
      "s-step Iterative Methods for Symmetric Linear Systems",
      Journal of Comp. and Appl. Math, 1989.
      812e3918
    • Karl Rupp's avatar
      Merge branch 'wip-sliced-ell-matrix'. · 246370b0
      Karl Rupp authored
      wip-sliced-ell-matrix: Support for Sliced ELL-matrix format.
      Currently only matrix-vector products, but no
      sparse-matrix-times-dense-matrix-products.
      246370b0
    • Karl Rupp's avatar
      CUDA: Added option for specifying the CUDA arch through CMake. · d82ddd78
      Karl Rupp authored
      So far "-arch=sm_13" was hardcoded. Now the user can overwrite this
      through the CUDA_ARCH_FLAG in CMake.
      d82ddd78
    • Karl Rupp's avatar
      sliced_ell_matrix: Support for Sliced ELL-matrix format (sliced_ell_matrix). · 1f9db9c9
      Karl Rupp authored
      This format is an improved version of the ELL format,
      aiming at maximized memory bandwidth for reading matrix values.
      Currently only matrix-vector products are supported, no
      sparse-matrix-by-dense-matrix products. To be added at some later time.
      See paper
      "A unified sparse matrix data format for efficient general sparse matrix-vector multiply on modern processors with wide SIMD units"
      by Kreutzer et al. for details. We don't use any sorting of rows here.
      1f9db9c9
  9. Aug 03, 2014
  10. Aug 02, 2014
  11. Aug 01, 2014
  12. Jul 27, 2014
  13. Jul 26, 2014
  14. Jul 24, 2014
  15. Jul 22, 2014
Loading