Skip to content

Commit

Permalink
Add platform data settings for TRN2N
Browse files Browse the repository at this point in the history
Platform TRN2N requires platform settings, e.g., to enable RDMA
protocol which is not the default for cases when plugin is used with
one rail.

Signed-off-by: Michael Axtmann <axtmannm@amazon.com>
  • Loading branch information
maxtmann committed Oct 2, 2024
1 parent 552ca4d commit 90f1756
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/platform-aws.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,16 @@ static struct ec2_platform_data platform_data_map[] = {
.net_flush_required = true,
.default_protocol = "SENDRECV",
.domain_per_thread = 1,
},
{
.name = "trn2n.48xlarge",
.topology = NULL,
.default_dup_conns = 0,
.latency = 75.0,
.gdr_required = true,
.net_flush_required = true,
.default_protocol = "RDMA",
.domain_per_thread = 1,
}
};

Expand Down

0 comments on commit 90f1756

Please sign in to comment.