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
Graph
4d7fdc10333ea1bba5ad824bc7debe194eef3c48
Select Git revision
No matching results
An error occurred while fetching branches. Retry the search.
An error occurred while fetching tags. Retry the search.
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
Nov
10
8
25
Oct
24
21
13
12
11
8
5
28
Sep
25
20
3
2
27
Aug
26
25
24
23
22
17
16
14
10
9
8
7
6
5
4
3
2
1
31
Jul
30
29
28
27
26
25
16
15
14
13
12
11
10
9
7
5
4
2
1
25
Jun
24
20
19
18
17
14
24
May
5
29
Apr
26
22
21
20
19
Changed default precision from all to double.
Uncommented result comparison. Changed benchmark to only benchmark Chunked Ellpack.
Implemented ChunkedEllpack cross-device assignment, with error checking prints.
Added Vector types to help with operator= overloading for cross device assignment.
Added FIXME for const vector sorting.
Added operator= test for Chunked Ellpack.
Added CHELL specific operator = test.
Created function to get current date and time for log file naming. Preparation for new branch.
Commented out testing of AdEllpack. Preparation for new branch.
Commented out Debugging prints. Preparation for new branch.
Added output-mode to append the log file, not overwite it. Removed parameter verbose for Matrix Reader.
Commented out checking for head and tail of warpList, as they don't contain values, they're just marks to the end of the list.
Changed debugging couts. Fixed print test to be the same output as other working formats.
Fixed vector product test.
Fixed AdEllpack tests.
Preliminary templating of WarpInfo and WarpList. Preliminary fix of mistake where WarpList would loop infinitely. Added checkpoints. Committing for backup purposes.
Preliminary templating of WarpInfo and WarpList. Commenting for backup purposes.
Uncommented setElementTest. Committing for backup purposes.
Changed matrix size to 10x10 for setElement test. Added commented out checkpoints.
Added verbose option for MatrixReader to be true by default. Added provisional log-file folder creation. Commiting for backup purposes.
Added verbose options for MatrixReader.
Added verbose options for MatrixReader. Changed order of meta data columns. Commented out adding error messages and added related FIXME.
Fixed setDimension, setLike, reset tests.
Fixed setLike from bool to void. Casted reduceMap to (int *) to avoid compile error.
Fixed setLike from bool to void.
Reformatted code.
Commented out non-working implementation of getType test and added test failure if it is ran.
Reformatted code.
Removed commented out getType test call, as the test is not implemented in such a way to test all formats.
Removed commented personal TODO.
Deleted pipeline failure causing include.
Change spmv log file name to include name of the matrix file.
Commented out MatrixMarket2 benchmark launch, MatrixReader couldn't load those matrices. Added matrix file name to log file output, to avoid overwriting data.
Changed benchmark parameters according to new spmv benchmark parameters.
Changed layout of benchmark output log file.
Added FIXMEs to observed errors when launched without parameters or with '--help'. Commented out result comparison.
Reformatted code. Added description of code.
Fixed implementation of error reporting. Made all formats be compared with cuSPARSE (format and cuSPARSE compared to CPU, not between each other, that would require Benchmarks.h to be changed). Added name of mtx being tested to MetaDataColumns. Code reformatting.
Found potential mistake in SpMV/spmv.h where MatrixReader doesn't need to be called twice. Commiting to show in meeting.
Implemented rough version of result comparison. Implemented benchmark for comparison of TNL CSR and Cusparse on GPU. Edited log file formatting.
Loading