blob: d57aa6b1e656adf952f6d596fa354ce17de07dbd [file] [log] [blame]
set(DIRS)
set(PARALLEL_DIRS)
set(PROG bmm)
if(DEFINED LARGE_PROBLEM_SIZE)
set(RUN_OPTIONS 1024 1024)
else()
if(DEFINED SMALL_PROBLEM_SIZE)
set(RUN_OPTIONS 128 32)
else()
set(RUN_OPTIONS 1024 64)
endif()
endif()
llvm_multisource()
llvm_add_subdirectories(${DIRS} ${PARALLEL_DIRS})