summaryrefslogtreecommitdiff
path: root/src/database/kernels/copy.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-09-03 12:44:11 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-09-03 12:45:11 +0200
commit19574b2519e723cbca0b0fa0964e8e5823c24911 (patch)
tree541626748c46b30e235f3953539dc054cc62fe3f /src/database/kernels/copy.hpp
parent478fb089d5b5105a2736079b26b20e415683649d (diff)
Updated tuning results for Haswell GT2 Mobile GPU; fixed database script to handle duplicate entries of different runs
Diffstat (limited to 'src/database/kernels/copy.hpp')
-rw-r--r--src/database/kernels/copy.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/database/kernels/copy.hpp b/src/database/kernels/copy.hpp
index 0ea2b495..7639913b 100644
--- a/src/database/kernels/copy.hpp
+++ b/src/database/kernels/copy.hpp
@@ -61,11 +61,11 @@ const Database::DatabaseEntry Database::CopySingle = {
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
{ "Intel(R) HD Graphics 530", { {"COPY_DIMX",8}, {"COPY_DIMY",8}, {"COPY_VW",2}, {"COPY_WPT",1} } },
- { "Intel(R) HD Graphics Haswell Ultrabook GT2 Mobile", { {"COPY_DIMX",8}, {"COPY_DIMY",8}, {"COPY_VW",2}, {"COPY_WPT",1} } },
+ { "Intel(R) HD Graphics Haswell Ultrabook GT2 Mobile", { {"COPY_DIMX",32}, {"COPY_DIMY",16}, {"COPY_VW",4}, {"COPY_WPT",1} } },
{ "Intel(R) HD Graphics Skylake ULT GT2", { {"COPY_DIMX",32}, {"COPY_DIMY",8}, {"COPY_VW",2}, {"COPY_WPT",1} } },
{ "Iris", { {"COPY_DIMX",16}, {"COPY_DIMY",8}, {"COPY_VW",1}, {"COPY_WPT",2} } },
{ "Iris Pro", { {"COPY_DIMX",32}, {"COPY_DIMY",8}, {"COPY_VW",4}, {"COPY_WPT",4} } },
- { "default", { {"COPY_DIMX",8}, {"COPY_DIMY",8}, {"COPY_VW",2}, {"COPY_WPT",1} } },
+ { "default", { {"COPY_DIMX",32}, {"COPY_DIMY",8}, {"COPY_VW",2}, {"COPY_WPT",1} } },
}
},
{ // Intel accelerators