integer.hpp Source File

integer.hpp Source File#

Composable Kernel: integer.hpp Source File
integer.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved.
3
4#pragma once
5#include <stdint.h>
6
7namespace ck_tile {
8
12using int8_t = int8_t;
13
14} // namespace ck_tile
Definition tile/core/algorithm/cluster_descriptor.hpp:13
int8_t int8_t
Definition int8.hpp:20
int64_t long_index_t
Definition integer.hpp:11
int32_t int32_t
Definition integer.hpp:10
int32_t index_t
Definition integer.hpp:9
signed __int64 int64_t
Definition stdint.h:135