include/ck_tile/core/numeric/integer.hpp Source File# Composable Kernel: include/ck_tile/core/numeric/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 7 namespace ck_tile { 8 9 using index_t = int32_t; 10 using long_index_t = int64_t; 11 using int8_t = int8_t; 12 13 } // namespace ck_tile ck_tileDefinition: cluster_descriptor.hpp:13 ck_tile::int8_tint8_t int8_tDefinition: int8.hpp:20 ck_tile::index_tint32_t index_tDefinition: integer.hpp:9 ck_tile::long_index_tint64_t long_index_tDefinition: integer.hpp:10 ck::int64_tlong int64_tDefinition: data_type.hpp:2474