Make file utf8 valid input.
liboffloadmic/ChangeLog: * include/coi/source/COIBuffer_source.h: Convert 2 chars to unicode.
This commit is contained in:
parent
93bd021388
commit
7ef0cc4444
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ typedef struct arr_desc
|
|||
{
|
||||
int64_t base; // Base address
|
||||
int64_t rank; // Rank of array, i.e. number of dimensions
|
||||
dim_desc dim[3]; // This array has as many elements as “rank”
|
||||
dim_desc dim[3]; // This array has as many elements as 'rank'
|
||||
// currently limited to 3.
|
||||
} arr_desc;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue