Skip to content

Commit

Permalink
UCT/ROCM: increase max. no. of agents
Browse files Browse the repository at this point in the history
we need to increase the max. no. of HSA agents to accomodate
some of the potential system configurations.

(cherry picked from commit b96dd25)
  • Loading branch information
edgargabriel committed Feb 8, 2024
1 parent a73e3f3 commit 6101c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uct/rocm/base/rocm_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <sys/utsname.h>
#include <pthread.h>

#define MAX_AGENTS 63
#define MAX_AGENTS 127
static struct agents {
int num;
hsa_agent_t agents[MAX_AGENTS];
Expand Down

0 comments on commit 6101c75

Please sign in to comment.