#pragma once #include #include "bootstrap.h" #include "graph_utils.h" namespace sccl { namespace hardware { namespace topology { namespace graph { typedef bootstrap::physical_links::scclTopoNode_t scclTopoNode_t; typedef bootstrap::scclNodeInfo_t scclNodeInfo_t; typedef bootstrap::BootstrapComm_t BootstrapComm_t; } // namespace graph } // namespace topology } // namespace hardware } // namespace sccl