Skip to content

Commit 7c0606d

Browse files
committed
Updated mem limit check for simulator
1 parent 4c62855 commit 7c0606d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/simulator/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cmake_minimum_required(VERSION 3.9)
1919
project(accl_simulation)
2020

2121
set(CMAKE_CXX_STANDARD 17)
22-
set(ACCL_SIM_MEM_SIZE_KB 256 CACHE STRING "Size of ACCL simulator memory, in KB (must correspond to simdll)")
22+
set(ACCL_SIM_MEM_SIZE_KB 16384 CACHE STRING "Size of ACCL simulator memory, in KB (must correspond to simdll)")
2323

2424
# Consider using cmake_path from CMake 3.20 (2021) for better error messages:
2525
# https://cmake.org/cmake/help/latest/command/cmake_path.html

0 commit comments

Comments
 (0)