From 6b9df588249a3f335e45c8f0ec01bb51d1931d69 Mon Sep 17 00:00:00 2001 From: Kenneth Moreland Date: Tue, 14 May 2024 12:15:24 -0600 Subject: [PATCH] Force CUDA device in performance benchmarks --- .gitlab/ci/ubuntu1804.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/ubuntu1804.yml b/.gitlab/ci/ubuntu1804.yml index 58d94a30f..b3f6dae7f 100644 --- a/.gitlab/ci/ubuntu1804.yml +++ b/.gitlab/ci/ubuntu1804.yml @@ -261,6 +261,7 @@ test:ubuntu1804_cuda_perftest: variables: TEST_INCLUSIONS: "PerformanceTest" VTKm_PERF_REMOTE_URL: "https://vbolea:$VTKM_BENCH_RECORDS_TOKEN@gitlab.kitware.com/vbolea/vtk-m-benchmark-records.git" + VTKm_PERF_BENCH_DEVICE: "cuda" VTKm_PERF_ALPHA: "0.05" VTKm_PERF_REPETITIONS: "10" VTKm_PERF_DIST: "t"