From 0802e3d84c464f2f1dd9a02ea353654d19c2286a Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 16 Sep 2017 21:19:06 +0200 Subject: Added tuning results for Intel Core i7 6770HQ --- src/database/kernels/xdot/xdot_64.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/database/kernels/xdot/xdot_64.hpp') diff --git a/src/database/kernels/xdot/xdot_64.hpp b/src/database/kernels/xdot/xdot_64.hpp index 58a67496..93d92fb7 100644 --- a/src/database/kernels/xdot/xdot_64.hpp +++ b/src/database/kernels/xdot/xdot_64.hpp @@ -51,6 +51,7 @@ const DatabaseEntry XdotDouble = { { Name{"Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz "}, Params{ 512, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, { Name{"Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz "}, Params{ 64, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, { Name{"Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz "}, Params{ 256, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { Name{"Intel(R) Core(TM) i7-6770HQ CPU @ 2.60GHz "}, Params{ 1024, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, { kDeviceNameDefault , Params{ 256, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, } }, } -- cgit v1.2.3