From fd76613fc7e13f1b9dc1c43d3cec44a64c2e9951 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Szil=C3=A1rd=20P=C3=A1ll?= Date: Thu, 1 Jun 2017 15:27:25 +0200 Subject: [PATCH] Add CUDA 8.0 + SIMD pre-submit test We've only tested gcc 4.8 + CUDA 7.5 because that was about the newest setup supported at the time of the release. Shortly after CUDA 8.0 was released and gcc 5 has been supported since. At the same time this test also covers the SIMD code in the GPU path (i.e. search) that has previously not been covered. Change-Id: Idc8855deea931c5906f9eaa3d53e96bc282632db --- admin/builds/pre-submit-matrix.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin/builds/pre-submit-matrix.txt b/admin/builds/pre-submit-matrix.txt index ab529dfee9..b935c17982 100644 --- a/admin/builds/pre-submit-matrix.txt +++ b/admin/builds/pre-submit-matrix.txt @@ -11,6 +11,11 @@ # Test MPMD PME with library MPI gcc-4.6 gpu cuda-5.0 mpi npme=1 nranks=2 openmp x11 cmake-2.8.8 +# Test newest gcc supported by newest CUDA shortly after the release +# Test thread-MPI with CUDA +# Test SIMD (AVX2_256) GPU code-path +gcc-5 gpu cuda-8.0 openmp simd=avx2_256 + # Test newest gcc supported by newest CUDA at time of release # Test thread-MPI with CUDA gcc-4.8 gpu cuda-7.5 openmp release -- 2.11.4.GIT