// ================================================================================================= // 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 'Pad64' kernels. // // ================================================================================================= namespace clblast { namespace database { const DatabaseEntry PadDouble = { "Pad", Precision::kDouble, {"PAD_DIMX", "PAD_DIMY", "PAD_WPTX", "PAD_WPTY"}, { { // AMD GPUs kDeviceTypeGPU, "AMD", { { "Ellesmere", { { "AMD Radeon RX 480", { 8, 32, 2, 1 } }, { "default", { 8, 32, 2, 1 } }, } }, { "Fiji", { { "AMD Radeon R9 Fury X", { 8, 16, 1, 2 } }, { "AMD Radeon R9 M370X Compute Engine", { 32, 8, 1, 1 } }, { "default", { 8, 16, 1, 2 } }, } }, { "Hawaii", { { "AMD Radeon R9 290X", { 32, 8, 1, 2 } }, { "default", { 32, 8, 1, 2 } }, } }, { "Oland", { { "Oland", { 8, 32, 1, 1 } }, { "default", { 8, 32, 1, 1 } }, } }, { "Pitcairn", { { "AMD Radeon R9 270X", { 8, 8, 1, 2 } }, { "default", { 8, 8, 1, 2 } }, } }, { "Tahiti", { { "AMD Radeon HD 7970", { 32, 8, 1, 1 } }, { "default", { 32, 8, 1, 1 } }, } }, { "Tonga", { { "AMD Radeon R9 380", { 32, 8, 4, 1 } }, { "default", { 32, 8, 4, 1 } }, } }, { "default", { { "default", { 16, 16, 1, 1 } }, } }, } }, { // ARM GPUs kDeviceTypeGPU, "ARM", { { "default", { { "Mali-T628", { 32, 8, 4, 2 } }, { "default", { 32, 8, 4, 2 } }, } }, } }, { // Intel CPUs kDeviceTypeCPU, "Intel", { { "default", { { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz", { 32, 8, 4, 2 } }, { "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { 32, 8, 4, 1 } }, { "Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz", { 32, 16, 2, 2 } }, { "Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz", { 32, 32, 4, 1 } }, { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz", { 32, 32, 4, 1 } }, { "Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz", { 32, 8, 2, 1 } }, { "default", { 32, 16, 4, 1 } }, } }, } }, { // Intel accelerators kDeviceTypeAccelerator, "Intel", { { "default", { { "Intel(R) Many Integrated Core Acceleration Card", { 32, 8, 1, 1 } }, { "default", { 32, 8, 1, 1 } }, } }, } }, { // NVIDIA GPUs kDeviceTypeGPU, "NVIDIA", { { "SM2.0", { { "GeForce GTX 480", { 16, 8, 1, 1 } }, { "default", { 16, 8, 1, 1 } }, } }, { "SM3.0", { { "GRID K520", { 32, 8, 1, 1 } }, { "GeForce GTX 670", { 16, 16, 2, 1 } }, { "GeForce GTX 680", { 32, 32, 1, 2 } }, { "default", { 32, 8, 1, 1 } }, } }, { "SM3.5", { { "GeForce GTX TITAN", { 32, 8, 1, 1 } }, { "GeForce GTX TITAN Black", { 16, 8, 1, 1 } }, { "Tesla K20m", { 32, 8, 1, 1 } }, { "Tesla K40m", { 16, 8, 1, 2 } }, { "default", { 32, 8, 1, 1 } }, } }, { "SM5.0", { { "GeForce GTX 750", { 32, 16, 1, 1 } }, { "GeForce GTX 750 Ti", { 8, 16, 1, 1 } }, { "default", { 8, 16, 1, 1 } }, } }, { "SM5.2", { { "GeForce GTX 980", { 8, 16, 1, 1 } }, { "GeForce GTX TITAN X", { 16, 8, 1, 1 } }, { "default", { 16, 8, 1, 1 } }, } }, { "SM6.1", { { "GeForce GTX 1070", { 8, 8, 1, 1 } }, { "GeForce GTX 1080", { 32, 32, 2, 1 } }, { "TITAN X (Pascal)", { 8, 32, 4, 1 } }, { "default", { 32, 32, 2, 1 } }, } }, { "default", { { "default", { 32, 8, 1, 1 } }, } }, } }, { // Default kDeviceTypeAll, "default", { { "default", { { "default", { 32, 8, 1, 1 } }, } }, } }, } }; } // namespace database } // namespace clblast