Files
compute-runtime/shared/source/command_stream/task_count_helper.h
Maciej Plewka 4b42b066f8 Use dedicated using type for TaskCount
Related-To: NEO-7155

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2022-11-28 16:44:44 +01:00

12 lines
184 B
C

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <stdint.h>
using TaskCountType = uint32_t;
using TagAddressType = uint32_t;