Files
compute-runtime/shared/source/aub/aub_helper_extra.cpp
Mateusz Jablonski d53ac208fc refactor: remove not needed code
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-10-10 19:31:00 +02:00

21 lines
533 B
C++

/*
* Copyright (C) 2021-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/aub/aub_helper.h"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "aubstream/aubstream.h"
namespace NEO {
void AubHelper::setTbxConfiguration() {
aub_stream::setTbxServerIpLegacy(debugManager.flags.TbxServer.get());
aub_stream::setTbxServerPort(debugManager.flags.TbxPort.get());
aub_stream::setTbxFrontdoorMode(debugManager.flags.TbxFrontdoorMode.get());
}
} // namespace NEO