Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0ed06e42 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

quark: fix cast in RTBLKADDR

parent 7eb0925d
No related branches found
No related tags found
1 merge request!404GETRF: add panel permutation to get a full partial pivoting available
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment