2
0

typedef struct hipFuncAttributes now C compatible.

Fixes #591.
Fixes #694.


[ROCm/hip commit: bb447dd76e]
Este cometimento está contido em:
Jeff Daily
2018-10-29 09:35:25 -07:00
cometido por Maneesh Gupta
ascendente d17d335d6f
cometimento c28043bc4f
+2 -2
Ver ficheiro
@@ -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;