compute-runtime/shared/source/command_stream/task_count_helper.h

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;