SWDEV-447525 - maxSize param for Mem pool props.
Change-Id: Iec57f8fbf967bbfa7a8acf6aa080190b01f14c16
[ROCm/hip commit: ff118347a9]
Этот коммит содержится в:
коммит произвёл
Jaydeepkumar Patel
родитель
0e3a45f7b7
Коммит
427fe35d07
@@ -981,7 +981,8 @@ typedef struct hipMemPoolProps {
|
||||
* Windows-specific LPSECURITYATTRIBUTES required when @p hipMemHandleTypeWin32 is specified
|
||||
*/
|
||||
void* win32SecurityAttributes;
|
||||
unsigned char reserved[64]; ///< Reserved for future use, must be 0
|
||||
size_t maxSize; ///< Maximum pool size. When set to 0, defaults to a system dependent value
|
||||
unsigned char reserved[56]; ///< Reserved for future use, must be 0
|
||||
} hipMemPoolProps;
|
||||
/**
|
||||
* Opaque data structure for exporting a pool allocation
|
||||
|
||||
Ссылка в новой задаче
Block a user