mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
14 lines
255 B
C++
14 lines
255 B
C++
/*
|
|
* Copyright (C) 2020-2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "opencl/source/command_queue/command_queue.h"
|
|
|
|
namespace NEO {
|
|
bool CommandQueue::isAssignEngineRoundRobinEnabled() {
|
|
return true;
|
|
}
|
|
} // namespace NEO
|