Skip to content

Commit

Permalink
Merge pull request #9677 from edgargabriel/pr/rocm-increase-num-agent…
Browse files Browse the repository at this point in the history
…s-v1.16

UCT/ROCM: increase max. no. of agents - v1.16.x
  • Loading branch information
yosefe authored Feb 11, 2024
2 parents 6e0e451 + 6101c75 commit c6380b9
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 c6380b9

Please sign in to comment.