mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Device Enqueue: Add ULTs
- add Gen8 AUBParentKernel aub test - add scheduler kernel source tests: SECOND_LEVEL_BUFFER_SPACE_FOR_EACH_ENQUEUE, SECOND_LEVEL_BUFFER_NUMBER_OF_ENQUEUES, space used for SlbDummyCommands Change-Id: I67afeb731e0bff52696157f3fa6fb4bc2079c73c
This commit is contained in:

committed by
sys_ocldev

parent
f8299e8705
commit
afdc4ac1bb
@ -117,7 +117,7 @@ class DeviceQueue : public BaseObject<_device_queue> {
|
||||
static const uint32_t interfaceDescriptorEntries = 64;
|
||||
static const uint32_t colorCalcStateSize = 192;
|
||||
static const uint32_t schedulerIDIndex = 62;
|
||||
static const uint32_t numberOfDeviceEnqueues = 128;
|
||||
static const uint32_t numberOfDeviceEnqueues;
|
||||
|
||||
protected:
|
||||
void allocateResources();
|
||||
|
Reference in New Issue
Block a user