comm.h 518 Bytes
Newer Older
lishen's avatar
lishen committed
1
#pragma once
2
3
#include <hip/hip_runtime.h>
#include <hip/hip_runtime_api.h>
lishen's avatar
lishen committed
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <stdint.h>
#include "base.h"

namespace sccl {
namespace hardware {

// // 定义结构体 scclCommBase,用于存储通信基础信息
// struct scclCommBase {
//     struct scclUniqueInfo* peerInfo;           // 指向 peerInfo 结构体的指针,存储所有节点的信息
//     sccl::hardware::net::scclNet_t* scclNet; // 指向网络结构体的指针,用于网络通信
// };

} // namespace hardware
} // namespace sccl