mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add threadsPerEUConfigs field
Change-Id: I90152b78512519bbe709be6beebdb28126de131e
This commit is contained in:

committed by
sys_ocldev

parent
5eafc349c9
commit
d1faf086af
@ -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;
|
||||
|
Reference in New Issue
Block a user