Refactor of IO functions

Related-To: NEO-4562

Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
This commit is contained in:
Konstanty Misiak
2023-02-13 09:55:24 +00:00
committed by Compute-Runtime-Automation
parent c0f0472b6e
commit 1f37e69fd2
13 changed files with 27 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2022 Intel Corporation
* Copyright (C) 2018-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*

View File

@@ -9,6 +9,7 @@
#include "shared/source/helpers/array_count.h"
#include "shared/source/helpers/basic_math.h"
#include "shared/source/helpers/timestamp_packet.h"
#include "shared/source/utilities/io_functions.h"
#include "shared/source/utilities/tag_allocator.h"
#include "shared/test/common/cmd_parse/hw_parse.h"
#include "shared/test/common/helpers/debug_manager_state_restore.h"
@@ -195,7 +196,7 @@ struct AubWalkerPartitionTest : public AubWalkerPartitionFixture,
dispatchParamters.localWorkSize[2],
partitionType,
partitionCount);
fflush(stdout);
IoFunctions::fflushPtr(stdout);
goodWorkingSizeGenerated = true;
}
};