Files
compute-runtime/shared/source/command_stream/task_count_helper.h
Jaroslaw Warchulski cc79a136c9 refactor: do not use C headers
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
2025-11-25 12:07:50 +01:00

13 lines
189 B
C++

/*
* Copyright (C) 2022-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
using TaskCountType = uint64_t;
using TagAddressType = uint64_t;