SWDEV-368553 - Fix C build failure

Change-Id: I56d760fa6cf8544100e3bcf3d35129bd16d8a42f
Cette révision appartient à :
taosang2
2023-06-23 14:20:43 -04:00
révisé par Ajay GunaShekar
Parent f6ec01a5f2
révision d26dff58a0
+1 -1
Voir le fichier
@@ -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));
}