We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c62855 commit 7c0606dCopy full SHA for 7c0606d
test/model/simulator/CMakeLists.txt
@@ -19,7 +19,7 @@ cmake_minimum_required(VERSION 3.9)
19
project(accl_simulation)
20
21
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)")
+set(ACCL_SIM_MEM_SIZE_KB 16384 CACHE STRING "Size of ACCL simulator memory, in KB (must correspond to simdll)")
23
24
# Consider using cmake_path from CMake 3.20 (2021) for better error messages:
25
# https://cmake.org/cmake/help/latest/command/cmake_path.html
0 commit comments