Files
compute-runtime/shared/source/command_stream/task_count_helper.h
Maciej Plewka c39cd23f87 Change task count type to uint64_t
Related-To: NEO-7105

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2022-11-29 12:05:22 +01:00

12 lines
184 B
C

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