Files
compute-runtime/shared/source/helpers/timestamp_packet_constants.h
Dunajski, Bartosz 5aeffbf673 refactor: define initial value for TimestampPacket
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
2023-05-30 12:09:05 +02:00

18 lines
326 B
C++

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