Files
compute-runtime/opencl/source/dll/linux/command_queue_linux_dll.cpp
2021-11-09 11:05:16 +01:00

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