- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Apr 18, 2018
-
-
Jan Schäfer authored
-
- Dec 05, 2017
-
-
Tomáš Oberhuber authored
-
- Nov 20, 2017
-
-
Jan Schäfer authored
-
- Nov 13, 2017
-
-
Jan Schäfer authored
-
- Nov 12, 2017
-
-
Jan Schäfer authored
-
- Aug 07, 2017
-
-
Jakub Klinkovský authored
-
- Aug 04, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
- Use math function from TNL/Math.h instead of the standard library - Many cosmetic changes for readability
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
- The inherited operator= is weird, but this seems to work. - Use TNL::pow instead of std::pow etc.
-
Jakub Klinkovský authored
The splitting with if( std::is_same<...> ) is not perfect, the code for all devices was always visible to the compiler, and irrelevant parts were optimized out at a much later stage. To fix compilation for MIC and custom data type, we need proper template specializations.
-
Jakub Klinkovský authored
- Cleaned up unnecessary specializations of TNL::max and TNL::min - Implemented result type promotion to fix compilation with nvcc - Added TNL::sqrt, which will be necessary for MIC
-
- Aug 03, 2017
-
-
Jakub Klinkovský authored
It used to work everywhere, but the compilers on CentOS (on penny) are weird...
-
- Aug 02, 2017
-
-
Jakub Klinkovský authored
-
- Jul 31, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
Jakub Klinkovský authored
-
- Jul 30, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jul 29, 2017
-
-
Jakub Klinkovský authored
-
- Jul 28, 2017
-
-
Vít Hanousek authored
-
- Jul 27, 2017
-
-
Tomáš Oberhuber authored
-
- Jul 16, 2017
-
-
Tomáš Oberhuber authored
-
- Jul 14, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
(This version is implemented in Object)
-
Vít Hanousek authored
-
Vít Hanousek authored
-
- Jul 12, 2017
-
-
Tomáš Oberhuber authored
-
Jakub Klinkovský authored
-
- Jul 10, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jul 09, 2017
-
-
Jakub Klinkovský authored
The problem is that the __CUDA_ARCH__ macro is defined only in device code, so it can't be used for configuring the kernel launches.
-
Jakub Klinkovský authored
-