- Nov 07, 2015
-
-
Jakub Klinkovský authored
Moved tnlObject_impl.h back to tnlObject.cpp since function definitions in header files cause duplicates when building libtnl. The constructor of tnlObject is __cuda_callable__ so it's empty definition was moved directly to tnlObject.h to make it visible to nvcc.
-
Jakub Klinkovský authored
Problem with marking tnlObject's virtual destructor as __cuda_callable__ is yet to be solved...
-
- Nov 06, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Nov 04, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Nov 03, 2015
-
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
- Nov 01, 2015
-
-
Tomáš Oberhuber authored
-
- Oct 09, 2015
-
-
Jakub Klinkovský authored
-
- Oct 08, 2015
-
-
Jakub Klinkovský authored
Parentheses around operator& are necessary due to operator priority
-
- Oct 02, 2015
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Used shorter __cuda_callable__ instead of __host__ __device__ and testing if HAVE_CUDA is defined.
-
- Oct 01, 2015
-
-
Jakub Klinkovský authored
-
- Aug 08, 2015
-
-
Tomáš Oberhuber authored
-
- Aug 06, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jul 03, 2015
-
-
Tomáš Oberhuber authored
-
- Jun 28, 2015
-
-
Tomáš Oberhuber authored
RowLengths was renamed to CompressedRowsLengths. OpenMP support wads added to matrix-vector multiplication and to scalar products. CSR format can use Cusparse for SpMV.
-
- Jun 22, 2015
-
-
Tomáš Oberhuber authored
Adding CUDA architecure and CUDA cores to log.
-
- Jun 21, 2015
-
-
Tomáš Oberhuber authored
-
- Jun 20, 2015
-
-
Tomáš Oberhuber authored
-
- Jun 18, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jun 17, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jun 10, 2015
-
-
Tomáš Oberhuber authored
-
- Jun 09, 2015
-
-
Tomáš Oberhuber authored
-
- Jun 02, 2015
-
-
Tomáš Oberhuber authored
-
- May 27, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- May 11, 2015
-
-
Tomáš Oberhuber authored
-
- May 10, 2015
-
-
Tomáš Oberhuber authored
simple-solver and make-project were removed from examples.
-
- May 06, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- May 03, 2015
-
-
Tomáš Oberhuber authored
Scripts tnl-compile and tnl-link were added.
-
Tomáš Oberhuber authored
Min. interations feature was fixed in the GMRES method. Timers for explicit and semi-implicit timestepping were added.
-
- May 01, 2015
-
-
Tomáš Oberhuber authored
Parallel reduction in CUDA fixed. Boundary conditions in linear system assembler fixed. Min. iterations for linear solvers fixed.
-