mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Increase max parameter size to 2048
Change-Id: I2284445b18543d397bc5f33a010b37551b07d87a Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com> Related-To: NEO-4851
This commit is contained in:
@@ -39,7 +39,7 @@ void Device::initializeCaps() {
|
||||
deviceInfo.vendorId = 0x8086;
|
||||
deviceInfo.maxReadImageArgs = 128;
|
||||
deviceInfo.maxWriteImageArgs = 128;
|
||||
deviceInfo.maxParameterSize = 1024;
|
||||
deviceInfo.maxParameterSize = 2048;
|
||||
|
||||
deviceInfo.addressBits = 64;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user