mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Don't generate local ids if not needed
Signed-off-by: Krystian Chmielewski <krystian.chmielewski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
dab131daa0
commit
98eb086160
@ -70,7 +70,7 @@ struct KernelDescriptor {
|
||||
|
||||
uint8_t gpuPointerSize = 0;
|
||||
uint8_t simdSize = 8;
|
||||
uint8_t numLocalIdChannels = 3;
|
||||
uint8_t numLocalIdChannels = 0;
|
||||
uint8_t localId[3] = {0U, 0U, 0U};
|
||||
|
||||
bool supportsBuffersBiggerThan4Gb() const {
|
||||
|
Reference in New Issue
Block a user