typedef struct hipFuncAttributes now C compatible.
Fixes #591. Fixes #694.
This commit is contained in:
committed by
Maneesh Gupta
parent
9199fe21dd
commit
bb447dd76e
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user