// SPDX-License-Identifier: MIT // Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved. #pragma once #include "ck/utility/integral_constant.hpp" namespace ck { template using Number = integral_constant; template using LongNumber = integral_constant; } // namespace ck