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
ce830fbf03f6aee19c0d0a38dbe4b0309336830e
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
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
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
Removed UnsupportedDimension exception
Fixed MPISupportMissing.h
Fixed CMakeLists.txt after split
Split legacy subdirectory into a separate repository
Changed return type of reduction methods from bool to void
Changed return type of setMemory and copyMemory methods from bool to void
Changed the return type of Cuda::checkDevice from bool to void
Removed forgotten explicit templates
Added in-place version of Allreduce to communicators
Fixed assignment of const-VectorView to non-const-VectorView
Fixed signature of MpiCommunicator::Bcast
Fixed default constructor of VectorView
Merge branch 'mpi' into anselm-special-log
TMP: Simple cummulative log into file in my home directory.
Fix Distributed Grid print function
Cleaner fix for bfd.h
backtrace2line …
backtrace2line remote_mirror_d6225c370087f6a0fb86a76d3bea8f6a/backtrace2line
Re-add the fix for bfd.h
Fixed linking to libbfd
Try to fix build on AutoBuildSystem (with newer binutils)
New Debuging Tool - StackBackTrace with File and Line info - copied from web, possible memory leaks.
Fix Grid 3D Traversar
Merge branch 'mpi' into develop
Fixes after merge
Fixes after merge
Merge branch 'euler' into develop
Merge branch 'develop' into euler
Fixes in ArrayView and VectorView
Loading