mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add supportsImage flag to capability table
Resolves: NEO-3177 Change-Id: I7b21163187b570ea08cefe37572a3838072cb7bd Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
a19d5bca8a
commit
910617c329
@ -343,6 +343,8 @@ int main(int argc, char **argv) {
|
||||
device.workaroundTable = workaroundTable;
|
||||
device.capabilityTable = hardwareInfo->capabilityTable;
|
||||
|
||||
device.capabilityTable.supportsImages = true;
|
||||
|
||||
binaryNameSuffix.append(familyName[device.platform.eRenderCoreFamily]);
|
||||
binaryNameSuffix.append(getPlatformType(device));
|
||||
|
||||
|
Reference in New Issue
Block a user