mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
refactor: correct naming of enum class constants 4/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
01dd503e47
commit
432142c574
@@ -250,7 +250,7 @@ CommandQueue *CommandQueue::create(uint32_t productFamily, Device *device, NEO::
|
||||
|
||||
csr->initializeResources();
|
||||
csr->initDirectSubmission();
|
||||
if (commandQueue->cmdListHeapAddressModel == NEO::HeapAddressModel::GlobalStateless) {
|
||||
if (commandQueue->cmdListHeapAddressModel == NEO::HeapAddressModel::globalStateless) {
|
||||
csr->createGlobalStatelessHeap();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user