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:
Kamil Kopryk
2020-07-20 13:20:26 +02:00
parent ecf7c2b5c4
commit ee23d7465f
2 changed files with 8 additions and 1 deletions

View File

@@ -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;