Increased gfx90a stack size expectation to 320 to match latest compiler. (#1487)
[ROCm/rccl commit: c68b558ed5]
This commit is contained in:
committed by
GitHub
parent
2bffd86dff
commit
8e6bedeedc
@@ -28,7 +28,7 @@
|
||||
#define MAX_STACK_SIZE 448
|
||||
|
||||
#ifdef ENABLE_LL128
|
||||
#define MAX_STACK_SIZE_gfx90a 296
|
||||
#define MAX_STACK_SIZE_gfx90a 320
|
||||
#else
|
||||
#define MAX_STACK_SIZE_gfx90a MAX_STACK_SIZE
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user