mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 12:11:31 +08:00
refactor: add wrapper for max gfx core
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e0631437fc
commit
a22817200f
@@ -61,7 +61,7 @@
|
||||
namespace NEO {
|
||||
|
||||
// Global table of create functions
|
||||
CommandQueueCreateFunc commandQueueFactory[IGFX_MAX_CORE] = {};
|
||||
CommandQueueCreateFunc commandQueueFactory[NEO::maxCoreEnumValue] = {};
|
||||
|
||||
CommandQueue *CommandQueue::create(Context *context,
|
||||
ClDevice *device,
|
||||
|
||||
Reference in New Issue
Block a user