- Aug 05, 2019
-
-
Jakub Klinkovský authored
-
- Jul 12, 2019
-
-
Tomáš Oberhuber authored
-
- Jun 14, 2019
-
-
- Apr 19, 2019
-
-
Jakub Klinkovský authored
-
- Apr 13, 2019
-
-
Tomáš Oberhuber authored
-
- Apr 12, 2019
-
-
Tomáš Oberhuber authored
-
- Dec 20, 2018
-
-
Jakub Klinkovský authored
This allows int-vectors to be multiplied by float-scalars, producing accurate int values (e.g. 4.2 * 10 == 42).
-
- Sep 29, 2018
-
-
Jakub Klinkovský authored
According to benchmarks, there is practically no difference in performance. Only explicit unrolling is helpful, but that has been implemented for the general algorithm in Reduction::reduce as well.
-
Jakub Klinkovský authored
-
- Sep 11, 2018
-
-
Jakub Klinkovský authored
-
- Sep 05, 2018
-
-
Jakub Klinkovský authored
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Oct 17, 2017
-
-
Jakub Klinkovský authored
- separate data types for input arrays of binary operations (necessary for the equality comparison of two arrays of different type) - added separate template parameter for ResultType, which defaults to the RealType (the goal is to allow sum of bool vectors into int instead of bool)
-
- Jul 31, 2017
-
-
Jakub Klinkovský authored
-
- Jul 16, 2017
-
-
Tomáš Oberhuber authored
-
- Jun 21, 2017
-
-
Jakub Klinkovský authored
-
- Mar 17, 2017
-
-
Jakub Klinkovský authored
-
- Dec 19, 2016
-
-
Jakub Klinkovský authored
This prevented scaling of GMRES on small grids (up to 240x240)!
-
- Nov 29, 2016
-
-
Tomáš Oberhuber authored
-
- Nov 19, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Oct 03, 2016
-
-
Jakub Klinkovský authored
-
- Aug 11, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 27, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 26, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 20, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 19, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jul 17, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 16, 2016
-
-
Tomáš Oberhuber authored
-
- May 13, 2016
-
-
Tomáš Oberhuber authored
-
Vít Hanousek authored
-
- Mar 15, 2016
-
-
Tomáš Oberhuber authored
-
- Mar 06, 2016
-
-
Tomáš Oberhuber authored
Implemeting heat equation benchmark.
-
- Mar 05, 2016
-
-
Tomas Sobotik authored
-
- Dec 13, 2015
-
-
Tomáš Oberhuber authored
-
- Dec 10, 2015
-
-
Tomáš Oberhuber authored
-
- Nov 30, 2015
-
-
Tomáš Oberhuber authored
-
- Nov 04, 2015
-
-
Tomáš Oberhuber authored
-
- Jun 28, 2015
-
-
Tomáš Oberhuber authored
RowLengths was renamed to CompressedRowsLengths. OpenMP support wads added to matrix-vector multiplication and to scalar products. CSR format can use Cusparse for SpMV.
-