mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 18:37:46 +08:00
Add const keyword.
Change-Id: I52a7e2f81c12ef29fd9c57740a21b9e68608181f
This commit is contained in:
committed by
sys_ocldev
parent
db8c2bc57e
commit
4ef67479e4
@@ -406,7 +406,7 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
return requiresCacheFlushAfterWalker;
|
||||
}
|
||||
|
||||
bool isMultiEngineQueue() { return this->multiEngineQueue; }
|
||||
bool isMultiEngineQueue() const { return this->multiEngineQueue; }
|
||||
|
||||
// taskCount of last task
|
||||
uint32_t taskCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user