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

Этот коммит содержится в:
corey-derochie-amd
2025-01-16 17:04:51 -07:00
коммит произвёл GitHub
родитель bca6f1620f
Коммит c68b558ed5
+1 -1
Просмотреть файл
@@ -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