Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Commits
a7e7576f
There was an error fetching the commit references. Please try again later.
Commit
a7e7576f
authored
6 years ago
by
Lukas Cejka
Browse files
Options
Downloads
Patches
Plain Diff
Created and updated TODO at start of file.
parent
6c43af85
No related branches found
No related tags found
1 merge request
!16
Matrices
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/UnitTests/Matrices/SparseMatrixTest.h
+47
-0
47 additions, 0 deletions
src/UnitTests/Matrices/SparseMatrixTest.h
with
47 additions
and
0 deletions
src/UnitTests/Matrices/SparseMatrixTest.h
+
47
−
0
View file @
a7e7576f
...
@@ -8,6 +8,53 @@
...
@@ -8,6 +8,53 @@
/* See Copyright Notice in tnl/Copyright */
/* See Copyright Notice in tnl/Copyright */
// TODO
/*
* getType() ::HOW? How to test this for each format? edit string how?
* getTypeVirtual() ::TEST? This just calls getType().
* getSerializationType() ::TEST? This just calls HostType::getType().
* getSerializationTypeVirtual() ::TEST? This just calls getSerializationType().
* setDimensions() ::DONE
* setCompressedRowLengths() ::DONE
* getRowLength() ::USED! in test_setCompressedRowLengths() to verify the test.
* getRowLengthFast() ::TEST? How to test __cuda_callable__?
* setLike() ::DONE
* reset() ::DONE
* setElementFast() ::TEST? How to test __cuda_callable__?
* setElement() ::DONE
* addElementFast() ::TEST? How to test __cuda_callable__?
* addElement()
* setRowFast() ::TEST? How to test __cuda_callable__?
* setRow()
* addRowFast() ::TEST? How to test __cuda_callable__?
* addRow()
* getElementFast() ::TEST? How to test __cuda_callable__?
* getElement()
* getRowFast() ::TEST? How to test __cuda_callable__?
* MatrixRow getRow() ::TEST? How to test __cuda_callable__?
* ConstMatrixRow getRow() ::TEST? How to test __cuda_callable__?
* rowVectorProduct() ::TEST? How to test __cuda_callable__?
* vectorProduct()
* addMatrix()
* getTransposition()
* performSORIteration()
* operator=()
* save( File& file)
* load( File& file )
* save( String& fileName )
* load( String& fileName )
* print()
* setCudaKernelType()
* getCudaKernelType() ::TEST? How to test __cuda_callable__?
* setCudaWarpSize()
* getCudaWarpSize()
* setHybridModeSplit()
* getHybridModeSplit() ::TEST? How to test __cuda_callable__?
* spmvCudaVectorized() ::TEST? How to test __device__?
* vectorProductCuda() ::TEST? How to test __device__?
*/
#include
<TNL/Matrices/CSR.h>
#include
<TNL/Matrices/CSR.h>
#include
<TNL/Matrices/Ellpack.h>
#include
<TNL/Matrices/Ellpack.h>
#include
<TNL/Matrices/SlicedEllpack.h>
#include
<TNL/Matrices/SlicedEllpack.h>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment