P4 to Git Change 2048698 by jujiang@JJ-HIP on 2019/12/19 15:52:21

SWDEV-215536 - [HIP][Windows]Output mismatch with tex2DLayered()

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#93 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_texture.cpp#31 edit
This commit is contained in:
foreman
2019-12-19 15:57:37 -05:00
parent 3beb70b72a
commit f02b4ffd82
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
+1 -1
Vedi File
@@ -505,12 +505,12 @@ hipError_t hipMalloc3DArray(hipArray_t* array, const struct hipChannelFormatDesc
// Dummy flags check
switch (flags) {
case hipArrayLayered:
case hipArrayCubemap:
case hipArraySurfaceLoadStore:
case hipArrayTextureGather:
assert(0 && "Unspported");
break;
case hipArrayLayered:
case hipArrayDefault:
default:
break;