multi_index.hpp Source File# Composable Kernel: multi_index.hpp Source File includeckutility utility/multi_index.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#pragma once 5 6#include "common_header.hpp" 7 8#if CK_EXPERIMENTAL_USE_DYNAMICALLY_INDEXED_MULTI_INDEX 9#include "array_multi_index.hpp" 10#else 11#include "statically_indexed_array_multi_index.hpp" 12#endif array_multi_index.hpp common_header.hpp statically_indexed_array_multi_index.hpp