mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 12:33:12 +08:00
Device caps fixes.
Change-Id: I07cfd98f525ce2b87bc5f96060ed31fb9fc48783
This commit is contained in:
committed by
sys_ocldev
parent
763e872519
commit
6ef0581a02
@@ -89,7 +89,7 @@ void Device::initializeCaps() {
|
||||
switch (enabledClVersion) {
|
||||
case 21:
|
||||
deviceInfo.clVersion = "OpenCL 2.1 NEO ";
|
||||
deviceInfo.clCVersion = "OpenCL C 2.1 ";
|
||||
deviceInfo.clCVersion = "OpenCL C 2.0 ";
|
||||
deviceInfo.ilVersion = spirvVersion;
|
||||
addressing32bitAllowed = false;
|
||||
break;
|
||||
@@ -176,7 +176,7 @@ void Device::initializeCaps() {
|
||||
deviceInfo.nativeVectorWidthHalf = 8;
|
||||
deviceInfo.maxReadImageArgs = 128;
|
||||
deviceInfo.maxWriteImageArgs = 128;
|
||||
deviceInfo.maxReadWriteImageArgs = 0;
|
||||
deviceInfo.maxReadWriteImageArgs = 128;
|
||||
deviceInfo.maxParameterSize = 1024;
|
||||
deviceInfo.executionCapabilities = CL_EXEC_KERNEL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user