Skip to content
Snippets Groups Projects
Commit 23ef1887 authored by Lukas Cejka's avatar Lukas Cejka
Browse files

Added mistake found in CSR_impl.h, where the indexType is missing in getType().

parent 1996cd77
No related branches found
No related tags found
1 merge request!16Matrices
/***************************************************************************
SparseMatrixTest.cpp - description
-------------------
begin : Nov 2, 2018
copyright : (C) 2018 by Tomas Oberhuber et al.
email : tomas.oberhuber@fjfi.cvut.cz
***************************************************************************/
/* See Copyright Notice in tnl/Copyright */
#include "SparseMatrixTest.h"
\ No newline at end of file
/***************************************************************************
SparseMatrixTest.cu - description
-------------------
begin : Nov 2, 2018
copyright : (C) 2018 by Tomas Oberhuber et al.
email : tomas.oberhuber@fjfi.cvut.cz
***************************************************************************/
/* See Copyright Notice in tnl/Copyright */
#include "SparseMatrixTest.h"
\ No newline at end of file
This diff is collapsed.
......@@ -12,6 +12,7 @@
/*
* getType() ::HOW? How to test this for each format? edit string how?
* Found the mistake for Cuda instead of Devices::Cuda. Incorrect String in src/TNL/Devices/Cuda.cpp
* MISSING: indexType is missing in CSR_impl.h
* getTypeVirtual() ::TEST? This just calls getType().
* getSerializationType() ::TEST? This just calls HostType::getType().
* getSerializationTypeVirtual() ::TEST? This just calls getSerializationType().
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment