summaryrefslogtreecommitdiff
path: root/include/internal/database/xdot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/database/xdot.h')
-rw-r--r--include/internal/database/xdot.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/internal/database/xdot.h b/include/internal/database/xdot.h
index f9ae975b..95def654 100644
--- a/include/internal/database/xdot.h
+++ b/include/internal/database/xdot.h
@@ -14,6 +14,24 @@
namespace clblast {
// =================================================================================================
+const Database::DatabaseEntry Database::XdotHalf = {
+ "Xdot", Precision::kHalf, {
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics Skylake ULT GT2", { {"WGS1",32}, {"WGS2",32} } },
+ { "default", { {"WGS1",32}, {"WGS2",32} } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", { {"WGS1",32}, {"WGS2",32} } },
+ }
+ },
+ }
+};
+
+// =================================================================================================
+
const Database::DatabaseEntry Database::XdotSingle = {
"Xdot", Precision::kSingle, {
{ // AMD GPUs