From 7fcf629141a1bfa7b89e6d62afd4c39514bd40bf Mon Sep 17 00:00:00 2001 From: deadeyegoodwin Date: Thu, 24 Oct 2019 12:23:30 -0700 Subject: [PATCH] Force L0_perf_client to run on single GPU (#789) --- qa/L0_perf_client/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/L0_perf_client/test.sh b/qa/L0_perf_client/test.sh index f1d538c640..2297f8634f 100755 --- a/qa/L0_perf_client/test.sh +++ b/qa/L0_perf_client/test.sh @@ -35,6 +35,8 @@ if [ -z "$REPO_VERSION" ]; then exit 1 fi +export CUDA_VISIBLE_DEVICES=0 + CLIENT_LOG="./perf_client.log" PERF_CLIENT=../clients/perf_client