mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Refactor of IO functions
Related-To: NEO-4562 Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c0f0472b6e
commit
1f37e69fd2
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2022 Intel Corporation
|
||||
* Copyright (C) 2018-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user