SWDEV-368553 - Fix C build failure
Change-Id: I56d760fa6cf8544100e3bcf3d35129bd16d8a42f
[ROCm/clr commit: e9e69f4c07]
Este commit está contenido en:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Referencia en una nueva incidencia
Block a user