Files
mscclpp/test/executor-tests/execution-plans/multi_node_transfer.json
Caio Rocha 7fcaded3a4 wip
2026-05-22 21:18:13 +00:00

370 lines
7.6 KiB
JSON

{
"name": "multi_node_transfer",
"collective": "allgather",
"protocol": "Simple",
"inplace": true,
"reuse_resources": false,
"gpus": [
{
"id": 0,
"input_chunks": 2,
"output_chunks": 4,
"scratch_chunks": 0,
"threadblocks": [
{
"id": 0,
"ops": [
{
"name": "nop"
},
{
"name": "signal",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "wait",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "put",
"src_buff": [
{
"type": "o",
"index": 0,
"size": 1
}
],
"dst_buff": [
{
"buffer_id": 0,
"index": 0,
"size": 1
}
],
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "signal",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "flush",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "wait",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
}
],
"channels": [
{
"channel_type": "port",
"channel_ids": [
0
]
}
],
"remote_buffer_refs": [
{
"access_channel_type": "port",
"remote_buffer_ids": [
0
]
}
]
},
{
"id": 1,
"ops": [
{
"name": "nop"
},
{
"name": "signal",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "wait",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "pws",
"src_buff": [
{
"type": "o",
"index": 1,
"size": 1
}
],
"dst_buff": [
{
"buffer_id": 0,
"index": 1,
"size": 1
}
],
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "flush",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
}
],
"channels": [
{
"channel_type": "port",
"channel_ids": [
1
]
}
],
"remote_buffer_refs": [
{
"access_channel_type": "port",
"remote_buffer_ids": [
0
]
}
]
}
],
"channels": [
{
"channel_type": "port",
"connected_to": [
1,
1
]
}
],
"remote_buffers": [
{
"rank": 1,
"type": "o",
"access_channel_types": [
"port"
]
}
],
"semaphores": []
},
{
"id": 1,
"input_chunks": 2,
"output_chunks": 4,
"scratch_chunks": 0,
"threadblocks": [
{
"id": 0,
"ops": [
{
"name": "nop"
},
{
"name": "signal",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "wait",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "pwsf",
"src_buff": [
{
"type": "o",
"index": 2,
"size": 2
}
],
"dst_buff": [
{
"buffer_id": 0,
"index": 2,
"size": 2
}
],
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "wait",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
}
],
"channels": [
{
"channel_type": "port",
"channel_ids": [
0
]
}
],
"remote_buffer_refs": [
{
"access_channel_type": "port",
"remote_buffer_ids": [
0
]
}
]
},
{
"id": 1,
"ops": [
{
"name": "nop"
},
{
"name": "signal",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "wait",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
},
{
"name": "wait",
"channel_ids": [
0
],
"channel_type": "port"
},
{
"name": "nop"
}
],
"channels": [
{
"channel_type": "port",
"channel_ids": [
1
]
}
],
"remote_buffer_refs": []
}
],
"channels": [
{
"channel_type": "port",
"connected_to": [
0,
0
]
}
],
"remote_buffers": [
{
"rank": 0,
"type": "o",
"access_channel_types": [
"port"
]
}
],
"semaphores": []
}
],
"num_threads_per_block": 1024,
"use_double_scratch_buffer": false,
"buffer_alignment": 16,
"min_message_size": 0,
"max_message_size": 18446744073709551615
}