summaryrefslogtreecommitdiff
path: root/include/internal/database/xaxpy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/database/xaxpy.h')
-rw-r--r--include/internal/database/xaxpy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/internal/database/xaxpy.h b/include/internal/database/xaxpy.h
index 6c5e478b..72e6a43c 100644
--- a/include/internal/database/xaxpy.h
+++ b/include/internal/database/xaxpy.h
@@ -18,13 +18,13 @@ const Database::DatabaseEntry Database::XaxpyHalf = {
"Xaxpy", Precision::kHalf, {
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
- { "Intel(R) HD Graphics Skylake ULT GT2", { {"VW",8}, {"WGS",512}, {"WPT",1} } },
- { "default", { {"VW",8}, {"WGS",512}, {"WPT",1} } },
+ { "Intel(R) HD Graphics Skylake ULT GT2", { {"VW",4}, {"WGS",512}, {"WPT",8} } },
+ { "default", { {"VW",4}, {"WGS",512}, {"WPT",8} } },
}
},
{ // Default
kDeviceTypeAll, "default", {
- { "default", { {"VW",8}, {"WGS",512}, {"WPT",1} } },
+ { "default", { {"VW",4}, {"WGS",512}, {"WPT",8} } },
}
},
}