P4 to Git Change 1273526 by gandryey@gera-w8 on 2016/05/26 16:39:29

SWDEV-94881 - [OpenCL]increasing the size limit of image buffer to 2^27 which is for the moment at 65536

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudefs.hpp#136 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#3 edit
Tá an tiomantas seo le fáil i:
foreman
2016-05-26 16:52:31 -04:00
tuismitheoir 712c0c4009
tiomantas 624f331317
D'athraigh 2 comhad le 2 breiseanna agus 2 scriosta
+1 -1
Féach ar an gComhad
@@ -38,7 +38,7 @@ const static uint MaxConstArguments = 8;
//! Maximum number of supported kernel UAV arguments
const static uint MaxUavArguments = 1024;
//! Maximum number of pixels for a 1D image created from a buffer
const static size_t MaxImageBufferSize = 65536;
const static size_t MaxImageBufferSize = 1 << 27;
//! Maximum number of pixels for a 1D image created from a buffer
const static size_t MaxImageArraySize = 2048;
+1 -1
Féach ar an gComhad
@@ -88,7 +88,7 @@ const static uint MaxConstArguments = 8;
//! Maximum number of supported kernel UAV arguments
const static uint MaxUavArguments = 1024;
//! Maximum number of pixels for a 1D image created from a buffer
const static size_t MaxImageBufferSize = 65536;
const static size_t MaxImageBufferSize = 1 << 27;
//! Maximum number of pixels for a 1D image created from a buffer
const static size_t MaxImageArraySize = 2048;