Skip to content

Commit 5ef0deb

Browse files
committed
SWDEV-484055 Fixes aborts in CPX mode
AMD_MAX_HSA_AGENTS=16 is too small for CPX which is 64 This patch moves to 256. Change-Id: Ibcf51bc060a071698b439ba2486a1635765955f0
1 parent f94cdd2 commit 5ef0deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/hostexec/services/amdgcn_hostexec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#endif
3333

3434
/// Defines how many GPUs are maximally supported on a system
35-
#define AMD_MAX_HSA_AGENTS 16
35+
#define AMD_MAX_HSA_AGENTS 256
3636

3737
/** Opaque wrapper for signal */
3838
typedef struct {

0 commit comments

Comments
 (0)