Increased gfx90a stack size expectation to 320 to match latest compiler. (#1487)

Esse commit está contido em:
corey-derochie-amd
2025-01-16 17:04:51 -07:00
commit de GitHub
commit c68b558ed5
+1 -1
Ver Arquivo
@@ -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