Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 65af04e

Browse files
authored
enlarge stack size (#900)
1 parent 6fd7a85 commit 65af04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intel_extension_for_transformers/llm/library/jblas/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if(WIN32)
2323
#4702 unreachable code(false warning on constexpr condition)
2424
#4100 unreferenced formal parameter
2525

26-
target_link_options(${PROJECT_NAME} INTERFACE /STACK:3145728) #Stack requires up to L2 cache size
26+
target_link_options(${PROJECT_NAME} INTERFACE /STACK:5242880) #Stack requires up to L2 cache size
2727
endif(WIN32)
2828

2929
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)