From 6101c7564c544add8c7294b064ed274011461e50 Mon Sep 17 00:00:00 2001 From: Edgar Gabriel Date: Wed, 7 Feb 2024 14:19:57 -0800 Subject: [PATCH] UCT/ROCM: increase max. no. of agents we need to increase the max. no. of HSA agents to accomodate some of the potential system configurations. (cherry picked from commit b96dd2580b71cfff09c4f8ecd566d258cfd67936) --- src/uct/rocm/base/rocm_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uct/rocm/base/rocm_base.c b/src/uct/rocm/base/rocm_base.c index 94f280d36ce..767e0bedfc7 100644 --- a/src/uct/rocm/base/rocm_base.c +++ b/src/uct/rocm/base/rocm_base.c @@ -14,7 +14,7 @@ #include #include -#define MAX_AGENTS 63 +#define MAX_AGENTS 127 static struct agents { int num; hsa_agent_t agents[MAX_AGENTS];