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
!498
Fix cblas/lapacke prototypes by removing incorrect and useless const
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix cblas/lapacke prototypes by removing incorrect and useless const
faverge/chameleon:lapack_api/fix
into
master
Overview
0
Commits
3
Pipelines
0
Changes
26
Merged
Mathieu Faverge
requested to merge
faverge/chameleon:lapack_api/fix
into
master
5 months ago
Overview
0
Commits
3
Pipelines
0
Changes
26
Expand
Remove useless const on variables passed by copy
Remove incorrect const in TRSM/TRMM
Fix coding style with incorrect * placement.
0
0
Merge request reports
Compare
master
version 2
aead2931
5 months ago
version 1
4fe39bc2
5 months ago
master (base)
and
latest version
latest version
82e857bf
3 commits,
5 months ago
version 2
aead2931
2 commits,
5 months ago
version 1
4fe39bc2
1 commit,
5 months ago
26 files
+
194
−
195
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
26
Search (e.g. *.vue) (Ctrl+P)
cmake_modules/local_subs.py
+
1
−
1
Options
@@ -98,7 +98,7 @@ subs = {
(
''
,
'
ORGLQ
'
,
'
ORGLQ
'
,
'
UNGLQ
'
,
'
UNGLQ
'
),
(
''
,
'
SYEV
'
,
'
SYEV
'
,
'
HEEV
'
,
'
HEEV
'
),
(
''
,
'
SYG
'
,
'
SYG
'
,
'
HEG
'
,
'
HEG
'
),
(
''
,
'
const float
'
,
'
const double
'
,
'
const void \*
'
,
'
const void \*
'
),
(
''
,
'
const float
'
,
'
const double
'
,
r
'
const void \*
'
,
r
'
const void \*
'
),
# Line that is extremely dangerous.
]
+
_extra_blas
+
_extra_BLAS
Loading