number.hpp Source File

number.hpp Source File#

Composable Kernel: number.hpp Source File
number.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
3
4#ifndef CK_NUMBER_HPP
5#define CK_NUMBER_HPP
6
8
9namespace ck {
10
11template <index_t N>
13
14template <index_t N>
16
17} // namespace ck
18#endif
Definition ck.hpp:268
integral_constant< long_index_t, N > LongNumber
Definition number.hpp:15
integral_constant< index_t, N > Number
Definition number.hpp:12
Definition utility/integral_constant.hpp:20