Files
compute-runtime/opencl/test/unit_test/libult/command_queue_ult.cpp
2021-11-03 17:16:54 +01:00

16 lines
344 B
C++

/*
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/test/common/helpers/ult_hw_config.h"
#include "opencl/source/command_queue/command_queue.h"
namespace NEO {
bool CommandQueue::isAssignEngineRoundRobinEnabled() {
return ultHwConfig.useRoundRobindEngineAssign;
}
} // namespace NEO