Files
mscclpp/test/execution-files/sendrecv_packet.json
2024-08-30 22:10:33 +00:00

181 lines
3.7 KiB
JSON

{
"name": "send_recv",
"colletive": "sendrecv",
"protocol": "LL",
"inplace": false,
"gpus": [
{
"id": 0,
"inputChunks": 1,
"outputChunks": 1,
"scratchChunks": 2,
"chunkGroups": 1,
"threadblocks": [
{
"id": 0,
"ops": [
{
"name": "tpkt",
"src": 0,
"srcbuff": "i",
"srcoff": 0,
"dst": 0,
"dstbuff": "s",
"dstoff": 0,
"ctype": "none",
"cnt": 1
},
{
"name": "nop",
"deps": [
{
"tb": 0,
"step": 0
}
]
},
{
"name": "ppkt",
"o_buff": {
"src": "s",
"dst": "s"
},
"o_cids": [
{
"id": 0,
"off": 1
}
],
"srcs": [
{
"buff": "s",
"off": 0
}
],
"ctype": "proxy",
"cnt": 1
},
{
"name": "cpkt",
"src": 0,
"srcbuff": "s",
"srcoff": 1,
"dst": 0,
"dstbuff": "o",
"dstoff": 0,
"ctype": "none",
"cnt": 1
}
],
"channels": [
{
"src": "s",
"dst": "s",
"ctype": "proxy",
"cids": [
0
]
}
]
}
],
"channels": [
{
"srcbuff": "s",
"dstbuff": "s",
"type": "proxy",
"connectedTo": [
1
]
}
]
},
{
"id": 1,
"inputChunks": 1,
"outputChunks": 1,
"scratchChunks": 2,
"chunkGroups": 1,
"threadblocks": [
{
"id": 0,
"ops": [
{
"name": "tpkt",
"src": 1,
"srcbuff": "i",
"srcoff": 0,
"dst": 1,
"dstbuff": "s",
"dstoff": 0,
"ctype": "none",
"cnt": 1
},
{
"name": "nop",
"deps": [
{
"tb": 0,
"step": 0
}
]
},
{
"name": "ppkt",
"o_buff": {
"src": "s",
"dst": "s"
},
"o_cids": [
{
"id": 0,
"off": 1
}
],
"srcs": [
{
"buff": "s",
"off": 0
}
],
"ctype": "proxy",
"cnt": 1
},
{
"name": "cpkt",
"src": 1,
"srcbuff": "s",
"srcoff": 1,
"dst": 1,
"dstbuff": "o",
"dstoff": 0,
"ctype": "none",
"cnt": 1
}
],
"channels": [
{
"src": "s",
"dst": "s",
"ctype": "proxy",
"cids": [
0
]
}
]
}
],
"channels": [
{
"srcbuff": "s",
"dstbuff": "s",
"type": "proxy",
"connectedTo": [
0
]
}
]
}
]
}