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
Merge requests
!44
An error occurred while fetching the assigned milestone of the selected merge_request.
Tutorials
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Tutorials
tutorials
into
develop
Overview
0
Commits
43
Pipelines
0
Changes
46
Merged
Tomáš Oberhuber
requested to merge
tutorials
into
develop
5 years ago
Overview
0
Commits
43
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 15
29290ad0
5 years ago
version 14
29579211
5 years ago
version 13
d1a4c20e
5 years ago
version 12
f0ffa388
5 years ago
version 11
e76a46d6
5 years ago
version 10
a18aec26
5 years ago
version 9
46f0f604
5 years ago
version 8
d3ccc5dc
5 years ago
version 7
dc73c44e
5 years ago
version 6
ff7cb3df
5 years ago
version 5
4164af67
5 years ago
version 4
b130c087
5 years ago
version 3
0a68aea9
5 years ago
version 2
f4bf29f2
5 years ago
version 1
81d904b9
5 years ago
develop (base)
and
version 2
latest version
91166cb2
43 commits,
5 years ago
version 15
29290ad0
43 commits,
5 years ago
version 14
29579211
40 commits,
5 years ago
version 13
d1a4c20e
37 commits,
5 years ago
version 12
f0ffa388
36 commits,
5 years ago
version 11
e76a46d6
35 commits,
5 years ago
version 10
a18aec26
34 commits,
5 years ago
version 9
46f0f604
33 commits,
5 years ago
version 8
d3ccc5dc
31 commits,
5 years ago
version 7
dc73c44e
29 commits,
5 years ago
version 6
ff7cb3df
28 commits,
5 years ago
version 5
4164af67
27 commits,
5 years ago
version 4
b130c087
26 commits,
5 years ago
version 3
0a68aea9
24 commits,
5 years ago
version 2
f4bf29f2
23 commits,
5 years ago
version 1
81d904b9
22 commits,
5 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/TNL/Algorithms/ParallelFor.h
+
1
−
1
Options
@@ -37,7 +37,7 @@ namespace TNL {
* It contains algorithms like for-loops, memory operations, (parallel) reduction,
* multireduction, scan etc.
*/
namespace
Algorithms
namespace
Algorithms
{
// TODO: ParallelForMode should be moved to Device (=Executor)
Loading