From 9596e46d01655fe0ac9efd97f711a3350313c8ab Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 7 Apr 2018 17:44:32 +0200 Subject: Added tuning results for NVIDIA GeForce 920MX --- src/database/kernels/invert/invert_32.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/database/kernels/invert/invert_32.hpp') diff --git a/src/database/kernels/invert/invert_32.hpp b/src/database/kernels/invert/invert_32.hpp index ca07e947..94d73da5 100644 --- a/src/database/kernels/invert/invert_32.hpp +++ b/src/database/kernels/invert/invert_32.hpp @@ -20,6 +20,17 @@ const DatabaseEntry InvertSingle = { } }, } }, + { // NVIDIA GPUs + kDeviceTypeGPU, "NVIDIA", { + { "SM5.0", { + { Name{"GeForce 920MX "}, Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { kDeviceNameDefault , Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + } }, + { "default", { + { kDeviceNameDefault , Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + } }, + } + }, { // Default kDeviceTypeAll, "default", { { "default", { -- cgit v1.2.3