- Nov 16, 2018
-
-
Matouš Fencl authored
2D FSM+FIM method pickes size of rectangular block depending on number of blocks
-
- Nov 05, 2018
-
-
Matouš Fencl authored
-
- Nov 01, 2018
-
-
Matouš Fencl authored
-
- Oct 31, 2018
-
-
Matouš Fencl authored
FIM method implemented for 2D GPU and FIM-FSM implemented for 2D CPU (parallel).
-
- Oct 30, 2018
-
-
Matouš Fencl authored
-
- Oct 22, 2018
-
-
Matouš Fencl authored
-
Matouš Fencl authored
-
- Oct 07, 2018
-
-
Matouš Fencl authored
FIM method implemented. Neighbours are being found on CPU. 3D parallel method disabled because of Array changes.
-
- Oct 04, 2018
-
-
Matouš Fencl authored
-
- Oct 03, 2018
-
-
Tomáš Oberhuber authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Oct 02, 2018
-
-
Vít Hanousek authored
-
Vít Hanousek authored
-
Vít Hanousek authored
-
- Sep 29, 2018
-
-
Jakub Klinkovský authored
The former has been formally deprecated for a long time and in CUDA 10.0 it is finally properly marked as deprecated, so the compiler can print warnings.
-
Jakub Klinkovský authored
General reductions on host See merge request mmg/tnl-dev!7
-
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
-
Jakub Klinkovský authored
Now that error handling is done via exceptions, the return value is free for more sensible things.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 28, 2018
-
-
Jakub Klinkovský authored
Refactoring: changed return types from bool to void See merge request mmg/tnl-dev!6
-
Jakub Klinkovský authored
[skip ci]
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
The exception is not used anywhere and does not make much sense. Functions/methods which are not implemented yet can just throw std::runtime_error wich a more specific message.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
The method was either returning true or throwing an exception, so it can simply return void or throw an exception.
-
Jakub Klinkovský authored
-
- Sep 27, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-