P4 to Git Change 1058915 by rili@rili_opencl_stg on 2014/07/24 12:24:49

EPR #399808 - Fix the value of HSA image channel order for CL_RGB

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#188 edit


[ROCm/clr commit: 5f93384dbc]
Bu işleme şunda yer alıyor:
foreman
2014-07-24 12:45:47 -04:00
ebeveyn 6e04cbf3c2
işleme 1ff4bbda6a
+1 -1
Dosyayı Görüntüle
@@ -289,7 +289,7 @@ static uint32_t GetHSAILImageOrderType(gslChannelOrder chOrder)
orderType = 6;
break;*/
case GSL_CHANNEL_ORDER_RGB:
orderType = 7;
orderType = 6;
break;
case GSL_CHANNEL_ORDER_RGBA:
orderType = 8;