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
7bda89a5fdd893b1d84f3203406b85625e4f1d67
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
4
Oct
3
2
29
Sep
28
27
24
23
22
20
19
18
17
16
15
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Aug
29
28
27
26
25
24
23
22
21
20
19
17
16
15
14
13
9
7
6
5
3
2
1
22
Jul
20
19
15
14
13
11
9
8
7
6
5
4
3
2
1
28
Jun
22
20
19
18
13
12
11
10
9
8
7
6
5
4
2
1
31
May
30
17
14
12
10
9
8
7
6
5
4
3
1
23
Apr
19
18
17
12
5
29
Mar
28
24
22
19
8
6
5
4
1
27
Feb
26
22
21
20
5
4
3
2
29
Jan
19
Updating tnl-benchmark-linear-solvers: log iterations and residues
Refactoring the Benchmarks class to make it possible to add extra columns with results
Rewritten tnl-benchmark-linear-solvers
Chess model implemented in 2D.
Refactoring benchmarks - common getHardwareMetadata function
Added tnl-benchmark-distributed-spmv
Updated DistributedMatrix, simplified usage of Partitioner
Updated DistributedVector
Refactoring Subrange and Partitioner
Implemented vectorProduct for distributed matrices
Basic implementation of DistributedMatrix
Implemented DistributedVector
Implemented DistributedArray
Optimized sequential reduction and multireduction - explicit unrolling
Optimization: explicit unrolling in multireduction on host
Added MultireductionTest
Tunning comments in String.h.
Merge branch 'nina' of jlk.fjfi.cvut.cz:mmg/tnl-dev into nina
Added script and config for documentation generation by Doxygen.
Fixed verbose flag for ninja
Fixed build of Python bindings
Merge branch 'mpi' into anselm-special-log
anselm-special-…
anselm-special-log remote_mirror_d6225c370087f6a0fb86a76d3bea8f6a/anselm-special-log
Merge branch 'develop' into mpi
FIX CutDistributedMeshFunctionTest
FIX DistributedGrid IO test
FIX MPIIO Mesh funciton Test.
Added comment to String constructor.
Replaced cudaThreadSynchronize with cudaDeviceSynchronize
Merge branch 'cineca/reductions' into 'develop'
Replaced explicit algorithms for host in VectorOperations with general implementation
Explicit unrolling in the Reduction::reduce specialization for host
Changed return type of Reduction::reduce from void to ResultType
Fixed bug in ParallelReductionDiffAbsSum
Prefetching and unrolling does not help for vector addition according to benchmarks
Fixes in matrices to shut up compiler warnings
Used VectorView instead of Vector for binding in CSR
Refactoring sparse matrices: setting row lengths via VectorView
Merge branch 'cineca/refactoring' into 'develop'
Fixed header in Functions.h
Cleaned up StaticVectorFor
Loading