- 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.
-
- Sep 17, 2018
-
-
Jakub Klinkovský authored
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 31, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 22, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 16, 2018
-
-
Tomáš Oberhuber authored
-
- May 12, 2017
-
-
Tomáš Oberhuber authored
-
- Apr 22, 2017
-
-
Tomáš Oberhuber authored
-
- Nov 29, 2016
-
-
Tomáš Oberhuber authored
-
- Nov 19, 2016
-
-
Tomáš Oberhuber authored
Added timer for GPU synchronization.
-
- Oct 12, 2016
-
-
Tomáš Oberhuber authored
-
- Sep 27, 2016
-
-
Jakub Klinkovský authored
- base class with non-virtual destructor causes undefined behaviour - missing return statements at the end of non-void functions - missing const before char* function argument - reordered initialization of class members - misleading indentation after for statement - fixed use of uninitialized variables - fixed unsequenced modification and access to variables (the C++ standard does not define the evaluation order of operands, so expressions with side-effects such as j++ cause undefined behaviour)
-
- Aug 11, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 10, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 08, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 01, 2016
-
-
Tomáš Oberhuber authored
-
- Jun 12, 2016
-
-
Tomáš Oberhuber authored
-
- Jun 05, 2016
-
-
Tomáš Oberhuber authored
-
- Jun 03, 2016
-
-
Tomáš Oberhuber authored
-
- Apr 08, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Apr 03, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Apr 01, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Mar 19, 2016
-
-
Jakub Klinkovský authored
-
- Mar 18, 2016
-
-
Tomáš Oberhuber authored
-
- Mar 17, 2016
-
-
Tomáš Oberhuber authored
-
- Mar 06, 2016
-
-
Tomáš Oberhuber authored
Implemeting heat equation benchmark.
-
- Mar 05, 2016
-
-
Tomas Sobotik authored
-
- Dec 21, 2015
-
-
Tomáš Oberhuber authored
-
- Dec 15, 2015
-
-
Tomáš Oberhuber authored
-
- Dec 10, 2015
-
-
Tomáš Oberhuber authored
-
- Dec 07, 2015
-
-
Tomáš Oberhuber authored
Adding simple heat equation benchmark for CUDA.
-