Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Merge requests
!111
Feature/map
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/map
faverge/chameleon:feature/map
into
master
Overview
10
Commits
9
Pipelines
0
Changes
15
Merged
Mathieu Faverge
requested to merge
faverge/chameleon:feature/map
into
master
6 years ago
Overview
10
Commits
9
Pipelines
0
Changes
15
Expand
Add a map function to apply an operator to each tile of a descriptor.
0
0
Merge request reports
Compare
master
version 6
e65976ac
6 years ago
version 5
091e3311
6 years ago
version 4
cc7d5615
6 years ago
version 3
85764c31
6 years ago
version 2
21c9d5fe
6 years ago
version 1
e8a37d5c
6 years ago
master (base)
and
latest version
latest version
84c6b474
9 commits,
6 years ago
version 6
e65976ac
8 commits,
6 years ago
version 5
091e3311
7 commits,
6 years ago
version 4
cc7d5615
6 commits,
6 years ago
version 3
85764c31
5 commits,
6 years ago
version 2
21c9d5fe
4 commits,
6 years ago
version 1
e8a37d5c
3 commits,
6 years ago
15 files
+
450
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
compute/CMakeLists.txt
+
3
−
1
Options
@@ -59,7 +59,9 @@ set(CHAMELEON_CONTROL
../control/tile.c
../control/chameleon_f77.c
../control/chameleon_mf77.c
# ../control/chameleonwinthread.c
# ../control/chameleonwinthread.c
map.c
pmap.c
)
set
(
flags_to_add
""
)
Loading