SWDEV-368553 - Fix C build failure
Change-Id: I56d760fa6cf8544100e3bcf3d35129bd16d8a42f
Этот коммит содержится в:
коммит произвёл
Ajay GunaShekar
родитель
f6ec01a5f2
Коммит
d26dff58a0
@@ -1598,7 +1598,7 @@ inline static hipError_t hipMipmappedArrayGetLevel(hiparray* pLevelArray,
|
||||
|
||||
inline static hipError_t hipMallocMipmappedArray(hipMipmappedArray_t* pHandle,
|
||||
const hipChannelFormatDesc* desc, hipExtent extent,
|
||||
unsigned int numLevels, unsigned int flags = 0) {
|
||||
unsigned int numLevels, unsigned int flags __dparm(0)) {
|
||||
return hipCUDAErrorTohipError(cudaMallocMipmappedArray(pHandle, desc, extent, numLevels, flags));
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user