mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Initial PVC support
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com> Related-To: NEO-5542
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
3979af1dcc
commit
f20236c7f2
9
third_party/aub_stream/headers/engine_node.h
vendored
9
third_party/aub_stream/headers/engine_node.h
vendored
@ -19,6 +19,15 @@ enum EngineType : uint32_t {
|
||||
ENGINE_CCS1,
|
||||
ENGINE_CCS2,
|
||||
ENGINE_CCS3,
|
||||
ENGINE_CCCS,
|
||||
ENGINE_BCS1,
|
||||
ENGINE_BCS2,
|
||||
ENGINE_BCS3,
|
||||
ENGINE_BCS4,
|
||||
ENGINE_BCS5,
|
||||
ENGINE_BCS6,
|
||||
ENGINE_BCS7,
|
||||
ENGINE_BCS8,
|
||||
NUM_ENGINES
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user