- Jun 14, 2019
-
-
Tomáš Oberhuber authored
-
- Apr 19, 2019
-
-
Jakub Klinkovský authored
See #24
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Apr 11, 2019
-
-
Added getView() and getConstView() methods to Array, ArrayView, Vector, VectorView, DistributedArray, DistributedArrayView, DistributedVector and DistributedVectorView NDArray-style... TODO: update documentation and examples
-
Tomáš Oberhuber authored
-
-
-
-
Tomáš Oberhuber authored
-
- Apr 06, 2019
-
-
Jakub Klinkovský authored
-
- Mar 30, 2019
-
-
Jakub Klinkovský authored
Reference: https://stackoverflow.com/a/23766303 Documentation: https://cmake.org/cmake/help/latest/command/install.html#installing-directories
-
- Mar 08, 2019
-
-
Jakub Klinkovský authored
-
- Mar 02, 2019
-
-
Jakub Klinkovský authored
TODO: it should be added to other formats as well
-
Jakub Klinkovský authored
-
- Feb 09, 2019
-
-
Jakub Klinkovský authored
[ci skip]
-
- Jan 29, 2019
-
-
Jakub Klinkovský authored
-
- Jan 25, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Return values are nicer than modifiable parameters. This also avoids the circular dependency between TNL::String and List.
-
- Dec 26, 2018
-
-
Jakub Klinkovský authored
fixes #13
-
- Dec 15, 2018
-
-
Tomáš Oberhuber authored
-
Lukáš Matthew Čejka authored
-
Lukáš Matthew Čejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Moved getNonZeroRowLengthCudaKernal to SparseRow_impl.h and indentified errors in SparseRow_impl.h . Commiting for backup purposes.
-
Lukas Cejka authored
Deleted useless code, reformatted present code. Still have issues with getNonZeroRowLength. getRow() throws SegFault and so does resultCuda. Commiting for backup purposes.
-
Lukáš Matthew Čejka authored
a row. Commiting for backup purposes.
-
Tomáš Oberhuber authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Changed implementation of getting Non-Zero elements. Added problem to comments. Commiting for backup purposes.
-
Lukas Cejka authored
Reformatted getNonZeroRowLength to pass on the device Type in string and thus enable the lambda in SparseRow_impl.h
-
Lukáš Matthew Čejka authored
Tried using std::vector to avoid having to implement DeviceType into SparseRow. Commiting for backup purposes.
-
Lukas Cejka authored
-
Lukas Cejka authored
Fixed mistake where integer division was used for certain format declarations. Added commented-out helpful prints to identify errors.
-
Lukas Cejka authored
Fixed POSSIBLE MISTAKE in both addElement functions, where columns where being compared to this->rows, changed the formed to be compared to this->columns.
-