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
23daa0000c853367f32a8ca8a44ca46497690da5
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
Jun
25
24
23
22
21
20
18
16
13
26
May
24
20
13
12
27
Apr
26
22
21
12
5
4
3
2
31
Mar
28
27
26
23
22
21
20
19
18
15
8
3
2
1
27
Feb
26
25
24
23
22
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
4
2
1
27
Jan
26
25
12
6
5
24
Dec
23
19
14
8
7
6
5
4
1
30
Nov
29
23
20
19
18
17
11
10
9
8
6
4
1
30
Oct
26
23
20
15
13
12
9
8
7
6
5
3
2
1
30
Sep
28
27
26
25
14
13
11
8
5
4
3
29
Aug
28
24
23
21
19
18
17
16
15
11
10
9
8
7
2
1
31
Jul
29
28
27
26
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
1
30
Jun
23
19
17
15
14
13
12
10
7
5
3
30
May
24
13
11
10
9
7
6
5
3
1
30
Apr
29
28
27
26
25
24
23
19
18
16
15
14
13
12
11
10
8
7
6
5
4
3
Refactoring CSR-specific getters
Configurable CUDA_HOST_COMPILER in cmake
Fixed compilation options in CMakeLists.txt
Fixed ChunkedEllpack::getRow method
Fixed assertions in setCompressedRowLengths methods
Implemented copySparseMatrix function for conversion between sparse matrix formats
Removed broken copyFrom and operator= methods from Matrix
Added copy assignment operators to all matrices
Added getRowLengthFast method to matrices
Added missing getSerializationType methods to matrices
Added --clang flag to tnl-cuda-arch
Removed useless includes of CUDA headers
CudaBadAlloc should clear the CUDA error in the constructor
Fixed GridEntityCrossStencilStorage to avoid a warning with GCC 7.1.1
Refactoring TNL::File
Renamed tnlIOMode to TNL::IOMode
Added operator!() to smart pointers
Revised assert macros for Python bindings
Revised assert macros
Split the __cuda_callable__ macro into separate header
Fixed retyping of smart pointers to bool
Renamed the checkCudaDevice macro to TNL_CHECK_CUDA_DEVICE
Catching exceptions in the SolverStarter
Fixed zero-size allocation
Changed container methods setSize(), setLike(), setDimensions() etc. to return void
Fixed exceptions in setSize() in the CudaReductionBuffer
Fixed handling of cudaMemcpy in ArrayOperations
Removed useless bool checks after allocations
Added CudaBadAlloc and CudaRuntimeError exceptions
Added CudsSupportMissing exception
Options for GMRES and CWYGMRES are the same, so should be added only once
Fixed possible deadlock in SolverMonitor
Deleted obsolete files (added mistakenly during a merge)
Fixed TestFunction
Fixed typo in the install script
Switched from the HAVE_ICPC macro to __INTEL_COMPILER
Terminated the HAVE_NOT_CXX11 macro
Added --install flag to the build script
Allowed compilation without the examples directory, cleanup of the build script
Renamed IndexType to GlobalIndexType in grids
Loading