From 20da5e33a86eda746c17cbdb7bfd295d9f92f074 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 6 Sep 2017 21:50:42 +0200 Subject: Split the database files over multiple directories and files; first step towards separate compilation --- src/database/kernels/xdot/xdot_6464.hpp | 63 +++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/database/kernels/xdot/xdot_6464.hpp (limited to 'src/database/kernels/xdot/xdot_6464.hpp') diff --git a/src/database/kernels/xdot/xdot_6464.hpp b/src/database/kernels/xdot/xdot_6464.hpp new file mode 100644 index 00000000..ea23b329 --- /dev/null +++ b/src/database/kernels/xdot/xdot_6464.hpp @@ -0,0 +1,63 @@ + +// ================================================================================================= +// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. It +// is auto-generated by the 'scripts/database/database.py' Python script. +// +// This file populates the database with best-found tuning parameters for the 'Xdot6464' kernels. +// +// ================================================================================================= + +namespace clblast { +namespace database { + +const DatabaseEntry XdotComplexDouble = { + "Xdot", Precision::kComplexDouble, {"WGS1", "WGS2"}, { + { // AMD GPUs + kDeviceTypeGPU, "AMD", { + { "AMD Radeon R9 M370X Compute Engine", { 64, 32 } }, + { "Ellesmere", { 256, 32 } }, + { "Fiji", { 256, 32 } }, + { "Oland", { 256, 32 } }, + { "Pitcairn", { 256, 32 } }, + { "Tahiti", { 256, 32 } }, + { "Tonga", { 128, 64 } }, + { "default", { 256, 32 } }, + } + }, + { // Intel CPUs + kDeviceTypeCPU, "Intel", { + { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz", { 32, 128 } }, + { "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { 1024, 32 } }, + { "Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz", { 1024, 32 } }, + { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz", { 32, 32 } }, + { "default", { 128, 32 } }, + } + }, + { // NVIDIA GPUs + kDeviceTypeGPU, "NVIDIA", { + { "GRID K520", { 64, 32 } }, + { "GeForce GTX 1070", { 128, 64 } }, + { "GeForce GTX 1080", { 128, 32 } }, + { "GeForce GTX 480", { 512, 32 } }, + { "GeForce GTX 670", { 512, 128 } }, + { "GeForce GTX 680", { 256, 64 } }, + { "GeForce GTX 750", { 256, 32 } }, + { "GeForce GTX 750 Ti", { 64, 32 } }, + { "GeForce GTX 980", { 64, 32 } }, + { "GeForce GTX TITAN Black", { 128, 32 } }, + { "GeForce GTX TITAN X", { 128, 32 } }, + { "TITAN X (Pascal)", { 128, 64 } }, + { "Tesla K20m", { 128, 32 } }, + { "default", { 128, 64 } }, + } + }, + { // Default + kDeviceTypeAll, "default", { + { "default", { 256, 32 } }, + } + }, + } +}; + +} // namespace database +} // namespace clblast -- cgit v1.2.3