diff --git a/hpvm/test/dnn_benchmarks/profiling/CMakeLists.txt b/hpvm/test/dnn_benchmarks/profiling/CMakeLists.txt index 712741c0e347acfc84e37bc2c91d998f549c7077..23e0e9161884ce95152e2feffe19d6b1acfcf381 100644 --- a/hpvm/test/dnn_benchmarks/profiling/CMakeLists.txt +++ b/hpvm/test/dnn_benchmarks/profiling/CMakeLists.txt @@ -11,4 +11,5 @@ configure_lit_site_cfg( add_lit_testsuite(check-hpvm-profiler "Run tests for package hpvm-profiler" ${CMAKE_CURRENT_BINARY_DIR} DEPENDS dnn_benchmarks # Requires all dnn benchmarks + ARGS "-j1" # Run DNN benchmarks sequentially )