summaryrefslogtreecommitdiff
path: root/src/database/kernels/invert/invert_32.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-07-13 21:05:43 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-07-13 21:05:43 +0200
commitc459582c4f5edb3c96363771f2c83bedbfec70fa (patch)
tree2cc4ae594b67038a4bcd9d4c7abfd3492bc213d8 /src/database/kernels/invert/invert_32.hpp
parent7bae54f61f8a2b589421afd57c9da6c8775155ef (diff)
Added tuning results for HD Graphics 6000 Broadwell GT3
Diffstat (limited to 'src/database/kernels/invert/invert_32.hpp')
-rw-r--r--src/database/kernels/invert/invert_32.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/database/kernels/invert/invert_32.hpp b/src/database/kernels/invert/invert_32.hpp
index 0342bf78..b0687938 100644
--- a/src/database/kernels/invert/invert_32.hpp
+++ b/src/database/kernels/invert/invert_32.hpp
@@ -15,6 +15,7 @@ const DatabaseEntry InvertSingle = {
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
{ "default", {
+ { Name{"Intel(R) HD Graphics 6000 BroadWell U-Processor GT"}, Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"Intel(R) HD Graphics Skylake ULT GT2 "}, Params{ 16, 0, 4, 4, 0, 0, 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, 0, 0 } },
} },