changed hipLimit to hipLimit_t and data type to enum
Change-Id: I94f408cdcac4b0bb38801d58709b68e9630d44d0
Этот коммит содержится в:
@@ -88,7 +88,7 @@ hipError_t hipDeviceGetCacheConfig(hipFuncCache *cacheConfig)
|
||||
|
||||
extern "C" size_t g_malloc_heap_size;
|
||||
|
||||
hipError_t hipDeviceGetLimit (size_t *pValue, hipLimit limit)
|
||||
hipError_t hipDeviceGetLimit (size_t *pValue, hipLimit_t limit)
|
||||
{
|
||||
HIP_INIT_API(pValue, limit);
|
||||
if(pValue == nullptr) {
|
||||
|
||||
Ссылка в новой задаче
Block a user