- Feb 10, 2019
-
-
- Jan 25, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
TNL is not supposed to have any external dependencies, so an empty config file is useless. If some marginal parts of the project (such as code for image processing) need to depend on some non-standard library, they should be split into a separate module/project so that the dependencies can be properly specified. For now, the macros are specified as compiler parameters. Client software using the affected headers will have to do the same.
-
- Dec 26, 2018
-
-
Jakub Klinkovský authored
fixes #13
-
- Dec 20, 2018
-
-
Jakub Klinkovský authored
fixes #18
-
Jakub Klinkovský authored
fixes #23
-
- Dec 14, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Dec 13, 2018
-
-
Nina Džugasová authored
-
Jakub Klinkovský authored
fixes #21
-
- Nov 21, 2018
-
-
- Oct 30, 2018
-
-
Jakub Klinkovský authored
-
- 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.
-
- Oct 19, 2018
-
-
Nina Džugasová authored
-
- Oct 16, 2018
-
-
Jakub Klinkovský authored
-
- Oct 06, 2018
-
-
Jakub Klinkovský authored
-
- Oct 04, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský 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
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.
-
Jakub Klinkovský authored
-
- Sep 20, 2018
-
-
Jakub Klinkovský authored
-
- Sep 19, 2018
-
-
Jakub Klinkovský authored
-
- Sep 17, 2018
-
-
Jakub Klinkovský authored
-