- Oct 04, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- 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
-
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
-
- Sep 28, 2018
-
-
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 19, 2018
-
-
Jakub Klinkovský authored
-
- Sep 15, 2018
-
-
Jakub Klinkovský authored
The original was simpler/more readable and we require GCC 5.0 now. This reverts commit d920a278.
-
- Sep 11, 2018
-
-
Jakub Klinkovský authored
-
- Sep 07, 2018
-
-
Jakub Klinkovský authored
- Replaced Constants.h with std::numeric_limits, see also https://jlk.fjfi.cvut.cz/gitlab/mmg/tnl-dev/issues/3 - Made the initialValue method of reduction opeerations static and constexpr.
-
- Sep 05, 2018
-
-
Jakub Klinkovský authored
Also added missing 'const' to the getMemoryElement method for host.
-
Jakub Klinkovský authored
-
- Sep 03, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Aug 31, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 20, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 16, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
Implemented Array:containsOnlyValue. Restored implementation of ArrayOperations::memoryCompare on host.
-
- Aug 13, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
Implemented a method Array::checkValue which returns true only if there is an element with given value in the array.
-
- May 07, 2018
-
-
Jakub Klinkovský authored
-
- May 05, 2018
-
-
- Mar 24, 2018
-
-
Jakub Klinkovský authored
And of course our implementation is faster ;-)
-
- Jan 09, 2018
-
-
Jakub Klinkovský authored
-
- Nov 04, 2017
-
-
Jakub Klinkovský authored
-
- Oct 17, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
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)
-
- Oct 14, 2017
-
-
Jakub Klinkovský authored
-
- Aug 04, 2017
-
-
Jakub Klinkovský authored
- Use math function from TNL/Math.h instead of the standard library - Many cosmetic changes for readability
-