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
7da96b04bf98fdc217414954891ffdd7c5ad7caf
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
7
Jul
5
4
2
1
25
Jun
24
20
19
18
17
14
24
May
5
29
Apr
26
22
21
20
19
16
15
14
13
12
11
6
5
3
1
31
Mar
30
29
28
27
25
8
2
1
15
Feb
14
10
9
3
2
30
Jan
29
25
24
23
19
16
8
26
Dec
21
20
15
Optimized build configurations in .gitlab-ci.yml
Marked methods addVector and addVectors as deprecated
Used std::vector instead of TNL::Array for ReferenceOrientationArrayType
Moved getSerializationType method from Array/ArrayView to ArrayIO
Cleaned up inheriting constructors and assignment operators in Vector and VectorView
Fixed default value in Array's copy constructor
Fixed DistributedGridTest to use const references properly and to avoid deep copies
Fixed bug in VectorOperationsCuda
Improved build script to count physical cores on all NUMA nodes
Rewritten parallel array operations using ParallelFor
Fixed calculation of grids count in ParallelFor
Added default value to the group parameter in NoDistrCommunicator::Barrier
Added missing __cuda_callable__ attributes to methods in ArrayView
Added missing synchronizations after CUDA kernel launches in ArrayOperations
Revision of documentation for ArrayView
Revision of documentation for Array
Reorganized building of documentation and navigation to tutorials
Revert "Modification of Documentation/deploy script for current documentation system."
Modification of Documentation/deploy script for current documentation system.
Merge branch 'expression-templates-2' into 'develop'
Anonymous namespace in Devices/Host.h was removed.
Fix of static expression templates for mesh test operations.
StaticArray enum Size made private.
Fixed array documentation.
Fixed VectorView comparison.
Fixed Array constructor.
Fix in Array tutorial.
Fixed unified initiation via main.h of the Vector unit tests.
Unit tests for original implementation of the epxression templates were removed.
Experimental/ExpressionTemplates folder was removed.
Deleted operator[] in Vector since it is inherited from Array.
Deleted include of VectorView in Vector header.
Fixed Size definition in StaticArray.
Fixed default values for sub-intervals in array and vector methods.
Removed debugging printout.
Fixed set-up of C++14 standard.
Changed all Array constructors to make deep copy.
Fixed Python bindings for StaticVector
Fixed linking to cblas
Corrections in documentation and tutorials.
Loading