Mentions légales du service

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

Rename funciton in quark

parent 2232b696
No related branches found
No related tags found
1 merge request!77Cleanup/getoncpu flush
...@@ -91,7 +91,7 @@ RUNTIME_data_flush( const MORSE_sequence_t *sequence, ...@@ -91,7 +91,7 @@ RUNTIME_data_flush( const MORSE_sequence_t *sequence,
return; return;
} }
void *RUNTIME_desc_getaddr( const MORSE_desc_t *desc, int m, int n ) void *RUNTIME_data_getaddr( const MORSE_desc_t *desc, int m, int n )
{ {
return desc->get_blkaddr( desc, m, n ); return desc->get_blkaddr( desc, m, n );
} }
...@@ -40,7 +40,7 @@ typedef struct quark_option_s { ...@@ -40,7 +40,7 @@ typedef struct quark_option_s {
/* /*
* Access to block pointer and leading dimension * Access to block pointer and leading dimension
*/ */
#define RTBLKADDR( desc, type, m, n ) ( (type*)RUNTIME_desc_getaddr( desc, m, n ) ) #define RTBLKADDR( desc, type, m, n ) ( (type*)RUNTIME_data_getaddr( desc, m, n ) )
#define RUNTIME_BEGIN_ACCESS_DECLARATION #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