Add threadsPerEUConfigs field

Change-Id: I90152b78512519bbe709be6beebdb28126de131e
This commit is contained in:
Lukasz Towarek
2020-06-19 15:50:16 +02:00
committed by sys_ocldev
parent 5eafc349c9
commit d1faf086af
5 changed files with 18 additions and 0 deletions

View File

@ -41,6 +41,7 @@ struct DeviceInfo {
uint32_t maxSamplers;
uint32_t maxWriteImageArgs;
uint32_t numThreadsPerEU;
StackVec<uint32_t, 6> threadsPerEUConfigs;
uint32_t vendorId;
uint32_t vmeAvcSupportsPreemption;
bool debuggerActive;