// ================================================================================================= // 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 'Xgemv_Fast6464' kernels. // // ================================================================================================= namespace clblast { namespace database { const DatabaseEntry XgemvFastComplexDouble = { "XgemvFast", Precision::kComplexDouble, {"VW2", "WGS2", "WPT2"}, { { // AMD GPUs kDeviceTypeGPU, "AMD", { { "Ellesmere", { { "AMD Radeon RX 480", { 1, 16, 1 } }, { "default", { 1, 16, 1 } }, } }, { "Fiji", { { "AMD Radeon R9 Fury X", { 1, 16, 1 } }, { "AMD Radeon R9 M370X Compute Engine", { 1, 256, 1 } }, { "default", { 1, 64, 1 } }, } }, { "Hawaii", { { "AMD Radeon R9 290X", { 1, 64, 1 } }, { "default", { 1, 64, 1 } }, } }, { "Oland", { { "Oland", { 1, 256, 1 } }, { "default", { 1, 256, 1 } }, } }, { "Pitcairn", { { "AMD Radeon R9 270X", { 1, 64, 1 } }, { "default", { 1, 64, 1 } }, } }, { "Tahiti", { { "AMD Radeon HD 7970", { 1, 64, 1 } }, { "default", { 1, 64, 1 } }, } }, { "Tonga", { { "AMD Radeon R9 380", { 1, 32, 1 } }, { "default", { 1, 32, 1 } }, } }, { "default", { { "default", { 1, 64, 1 } }, } }, } }, { // Intel CPUs kDeviceTypeCPU, "Intel", { { "default", { { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz", { 4, 32, 4 } }, { "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { 2, 64, 4 } }, { "Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz", { 1, 64, 4 } }, { "Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz", { 4, 64, 4 } }, { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz", { 1, 16, 2 } }, { "default", { 4, 64, 4 } }, } }, } }, { // Intel accelerators kDeviceTypeAccelerator, "Intel", { { "default", { { "Intel(R) Many Integrated Core Acceleration Card", { 1, 64, 1 } }, { "default", { 1, 64, 1 } }, } }, } }, { // NVIDIA GPUs kDeviceTypeGPU, "NVIDIA", { { "SM2.0", { { "GeForce GTX 480", { 1, 64, 1 } }, { "default", { 1, 64, 1 } }, } }, { "SM3.0", { { "GRID K520", { 1, 128, 1 } }, { "GeForce GTX 670", { 1, 64, 1 } }, { "default", { 1, 64, 1 } }, } }, { "default", { { "default", { 1, 64, 1 } }, } }, } }, { // Default kDeviceTypeAll, "default", { { "default", { { "default", { 1, 64, 1 } }, } }, } }, } }; } // namespace database } // namespace clblast