SWDEV-368553 - Fix C build failure
Change-Id: I56d760fa6cf8544100e3bcf3d35129bd16d8a42f
This commit is contained in:
committato da
Ajay GunaShekar
parent
f6ec01a5f2
commit
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));
|
||||
}
|
||||
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user