From 71933c341190fc17c390344b31614f0f46a67ad4 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Thu, 11 May 2017 22:53:52 -0700 Subject: Added tuning results for the AMD Radeon Fiji GPU --- src/database/kernels/xgemv_fast_rot.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/database/kernels/xgemv_fast_rot.hpp') diff --git a/src/database/kernels/xgemv_fast_rot.hpp b/src/database/kernels/xgemv_fast_rot.hpp index b234e27f..8088fd65 100644 --- a/src/database/kernels/xgemv_fast_rot.hpp +++ b/src/database/kernels/xgemv_fast_rot.hpp @@ -46,9 +46,10 @@ const Database::DatabaseEntry XgemvFastRotSingle = { { "AMD Radeon R9 M370X Compute Engine", { {"VW3",8}, {"WGS3",64}, {"WPT3",32} } }, { "ATI Radeon HD 6750M", { {"VW3",8}, {"WGS3",128}, {"WPT3",16} } }, { "Ellesmere", { {"VW3",8}, {"WGS3",32}, {"WPT3",32} } }, + { "Fiji", { {"VW3",4}, {"WGS3",32}, {"WPT3",16} } }, { "Tonga", { {"VW3",8}, {"WGS3",128}, {"WPT3",32} } }, { "Turks", { {"VW3",8}, {"WGS3",128}, {"WPT3",16} } }, - { "default", { {"VW3",8}, {"WGS3",128}, {"WPT3",32} } }, + { "default", { {"VW3",8}, {"WGS3",32}, {"WPT3",32} } }, } }, { // Intel CPUs @@ -96,9 +97,10 @@ const Database::DatabaseEntry XgemvFastRotComplexSingle = { { "AMD Radeon R9 M370X Compute Engine", { {"VW3",8}, {"WGS3",16}, {"WPT3",16} } }, { "ATI Radeon HD 6750M", { {"VW3",8}, {"WGS3",32}, {"WPT3",8} } }, { "Ellesmere", { {"VW3",2}, {"WGS3",32}, {"WPT3",16} } }, + { "Fiji", { {"VW3",4}, {"WGS3",32}, {"WPT3",32} } }, { "Tonga", { {"VW3",4}, {"WGS3",32}, {"WPT3",32} } }, { "Turks", { {"VW3",4}, {"WGS3",32}, {"WPT3",8} } }, - { "default", { {"VW3",8}, {"WGS3",32}, {"WPT3",32} } }, + { "default", { {"VW3",8}, {"WGS3",16}, {"WPT3",16} } }, } }, { // Intel CPUs @@ -135,6 +137,7 @@ const Database::DatabaseEntry XgemvFastRotDouble = { kDeviceTypeGPU, "AMD", { { "AMD Radeon R9 M370X Compute Engine", { {"VW3",4}, {"WGS3",16}, {"WPT3",16} } }, { "Ellesmere", { {"VW3",4}, {"WGS3",16}, {"WPT3",16} } }, + { "Fiji", { {"VW3",4}, {"WGS3",32}, {"WPT3",32} } }, { "Tonga", { {"VW3",4}, {"WGS3",16}, {"WPT3",16} } }, { "default", { {"VW3",4}, {"WGS3",16}, {"WPT3",16} } }, } @@ -173,6 +176,7 @@ const Database::DatabaseEntry XgemvFastRotComplexDouble = { kDeviceTypeGPU, "AMD", { { "AMD Radeon R9 M370X Compute Engine", { {"VW3",4}, {"WGS3",32}, {"WPT3",16} } }, { "Ellesmere", { {"VW3",4}, {"WGS3",16}, {"WPT3",16} } }, + { "Fiji", { {"VW3",4}, {"WGS3",32}, {"WPT3",8} } }, { "Tonga", { {"VW3",4}, {"WGS3",16}, {"WPT3",8} } }, { "default", { {"VW3",8}, {"WGS3",32}, {"WPT3",16} } }, } -- cgit v1.2.3