From 5a9bd270f80bd206ae4e5f047154d60dbfc044b2 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Thu, 19 Aug 2021 20:34:09 +0200 Subject: Add tuning results for NVIDIA Tesla V100 --- src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_64.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_64.hpp') diff --git a/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_64.hpp b/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_64.hpp index d2b3e10f..29b2e310 100644 --- a/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_64.hpp +++ b/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_64.hpp @@ -95,6 +95,7 @@ const DatabaseEntry XgemvFastRotDouble = { } }, { "SM7.0", { { Name{"Quadro GV100 "}, Params{ 8, 32, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { Name{"Tesla V100-PCIE-16GB "}, Params{ 8, 32, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, { kDeviceNameDefault , Params{ 8, 32, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, } }, { "SM7.5", { -- cgit v1.2.3