From 4f4d0f3f805ca611bf860571ee458a3457ca3f0d Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Fri, 26 Mar 2021 01:55:37 -0500 Subject: [PATCH] Run profiler benchmarks sequentially --- hpvm/test/dnn_benchmarks/profiling/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hpvm/test/dnn_benchmarks/profiling/CMakeLists.txt b/hpvm/test/dnn_benchmarks/profiling/CMakeLists.txt index 712741c0e3..23e0e91618 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 ) -- GitLab