typedef struct hipFuncAttributes now C compatible.
Fixes #591.
Fixes #694.
[ROCm/hip commit: bb447dd76e]
Este cometimento está contido em:
cometido por
Maneesh Gupta
ascendente
d17d335d6f
cometimento
c28043bc4f
@@ -94,7 +94,7 @@ typedef struct ihipModule_t* hipModule_t;
|
||||
|
||||
typedef struct ihipModuleSymbol_t* hipFunction_t;
|
||||
|
||||
struct hipFuncAttributes {
|
||||
typedef struct hipFuncAttributes {
|
||||
int binaryVersion;
|
||||
int cacheModeCA;
|
||||
size_t constSizeBytes;
|
||||
@@ -105,7 +105,7 @@ struct hipFuncAttributes {
|
||||
int preferredShmemCarveout;
|
||||
int ptxVersion;
|
||||
size_t sharedSizeBytes;
|
||||
};
|
||||
} hipFuncAttributes;
|
||||
|
||||
typedef struct ihipEvent_t* hipEvent_t;
|
||||
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador