integer.hpp Source File# Composable Kernel: integer.hpp Source File includeck_tilecorenumeric 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 9using index_t = int32_t; 10using int32_t = int32_t; 11using long_index_t = int64_t; 12using int8_t = int8_t; 13 14} // namespace ck_tile ck_tileDefinition tile/core/algorithm/cluster_descriptor.hpp:13 ck_tile::int8_tint8_t int8_tDefinition int8.hpp:20 ck_tile::long_index_tint64_t long_index_tDefinition integer.hpp:11 ck_tile::int32_tint32_t int32_tDefinition integer.hpp:10 ck_tile::index_tint32_t index_tDefinition integer.hpp:9 stdint.h int64_tsigned __int64 int64_tDefinition stdint.h:135