- Aug 07, 2019
-
-
Jakub Klinkovský authored
-
- Jul 26, 2019
-
-
Jakub Klinkovský authored
Added triad benchmark (copy to device, compute, copy to host) using different memory management strategies
-
- Jul 15, 2019
-
-
Tomáš Oberhuber authored
-
- Jul 12, 2019
-
-
Tomáš Oberhuber authored
-
- Jul 10, 2019
-
-
Tomáš Oberhuber authored
-
- Jun 14, 2019
-
-
-
-
Tomáš Oberhuber authored
-
-
Tomáš Oberhuber authored
-
-
- Feb 10, 2019
-
-
- Jan 23, 2019
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Dec 20, 2018
-
-
Jakub Klinkovský authored
fixes #23
-
- Oct 21, 2018
-
-
Jakub Klinkovský authored
Calculation of bandwidth broke in commit fb97bcd0 Check of MpiCommunicator::IsInitialized is necessary because non-distributed benchmarks like tnl-benchmark-blas do not initialize the communicator.
-
- 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
Now that error handling is done via exceptions, the return value is free for more sensible things.
-
- Sep 17, 2018
-
-
Jakub Klinkovský authored
-