// ================================================================================================= // 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 'Pad16' kernels. // // ================================================================================================= namespace clblast { namespace database { const DatabaseEntry PadHalf = { "Pad", Precision::kHalf, {"PAD_DIMX", "PAD_DIMY", "PAD_WPTX", "PAD_WPTY"}, { { // AMD GPUs kDeviceTypeGPU, "AMD", { { "Ellesmere", { { "AMD Radeon RX 480", { 16, 8, 1, 2 } }, { "default", { 16, 8, 1, 2 } }, } }, { "default", { { "default", { 16, 8, 1, 2 } }, } }, } }, { // Intel GPUs kDeviceTypeGPU, "Intel", { { "default", { { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 8, 8, 4, 1 } }, { "Intel(R) HD Graphics Skylake ULT GT2", { 8, 32, 2, 2 } }, { "default", { 8, 8, 2, 1 } }, } }, } }, { // QUALCOMM GPUs kDeviceTypeGPU, "QUALCOMM", { { "default", { { "QUALCOMM Adreno(TM)", { 16, 8, 4, 2 } }, { "default", { 16, 8, 4, 2 } }, } }, } }, { // Default kDeviceTypeAll, "default", { { "default", { { "default", { 8, 8, 4, 1 } }, } }, } }, } }; } // namespace database } // namespace clblast