Files
compute-runtime/shared/source/helpers/timestamp_packet_size_control.h
Warchulski, Jaroslaw 286c672ef4 Cleanup includes 37
Cleaned up files:
level_zero/core/source/event/event.h

Related-To: NEO-5548
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
2023-01-20 12:34:39 +01:00

17 lines
243 B
C++

/*
* Copyright (C) 2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "cstdint"
namespace NEO {
namespace TimestampPacketSizeControl {
constexpr uint32_t preferredPacketCount = 16u;
}
} // namespace NEO