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
Commits
0ed06e42
Commit
0ed06e42
authored
1 year ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
quark: fix cast in RTBLKADDR
parent
7eb0925d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!404
GETRF: add panel permutation to get a full partial pivoting available
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
runtime/quark/include/chameleon_quark.h
+1
-1
1 addition, 1 deletion
runtime/quark/include/chameleon_quark.h
with
1 addition
and
1 deletion
runtime/quark/include/chameleon_quark.h
+
1
−
1
View file @
0ed06e42
...
...
@@ -49,7 +49,7 @@ static inline int cham_to_quark_access( cham_access_t accessA ) {
/*
* Access to block pointer and leading dimension
*/
#define RTBLKADDR( desc, type, m, n ) (
(type*)
RUNTIME_data_getaddr( desc, m, n ) )
#define RTBLKADDR( desc, type, m, n ) ( RUNTIME_data_getaddr( desc, m, n ) )
#define RUNTIME_BEGIN_ACCESS_DECLARATION
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment