Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
22c70bdc
Commit
22c70bdc
authored
Jan 15, 2018
by
Mathieu Faverge
Browse files
Rename funciton in quark
parent
2232b696
Changes
2
Show whitespace changes
Inline
Side-by-side
runtime/quark/control/runtime_descriptor.c
View file @
22c70bdc
...
@@ -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_d
esc
_getaddr
(
const
MORSE_desc_t
*
desc
,
int
m
,
int
n
)
void
*
RUNTIME_d
ata
_getaddr
(
const
MORSE_desc_t
*
desc
,
int
m
,
int
n
)
{
{
return
desc
->
get_blkaddr
(
desc
,
m
,
n
);
return
desc
->
get_blkaddr
(
desc
,
m
,
n
);
}
}
runtime/quark/include/chameleon_quark.h
View file @
22c70bdc
...
@@ -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_d
esc
_getaddr( desc, m, n ) )
#define RTBLKADDR( desc, type, m, n ) ( (type*)RUNTIME_d
ata
_getaddr( desc, m, n ) )
#define RUNTIME_BEGIN_ACCESS_DECLARATION
#define RUNTIME_BEGIN_ACCESS_DECLARATION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment