Increase max stack size when ll128 enabled

[ROCm/rccl commit: b098120c40]
这个提交包含在:
BertanDogancay
2024-02-15 15:56:59 -08:00
父节点 ef72944015
当前提交 24d9e1c36b
@@ -27,7 +27,7 @@
#define MAX_STACK_SIZE 112
#ifdef ENABLE_LL128
#define MAX_STACK_SIZE_gfx90a 288
#define MAX_STACK_SIZE_gfx90a 296
#else
#define MAX_STACK_SIZE_gfx90a MAX_STACK_SIZE
#endif