From 18d832e1493eaf2af8cb04328ebd2172cb085686 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 30 Jul 2017 18:18:02 +0200 Subject: Added tuning results for the Qualcomm Adreno 330 GPU --- src/database/kernels/xgemv_fast.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/database/kernels/xgemv_fast.hpp') diff --git a/src/database/kernels/xgemv_fast.hpp b/src/database/kernels/xgemv_fast.hpp index 8c42aa0e..c3b9103a 100644 --- a/src/database/kernels/xgemv_fast.hpp +++ b/src/database/kernels/xgemv_fast.hpp @@ -106,6 +106,12 @@ const Database::DatabaseEntry XgemvFastSingle = { { "default", { 1, 256, 1 } }, } }, + { // QUALCOMM GPUs + kDeviceTypeGPU, "QUALCOMM", { + { "QUALCOMM Adreno(TM)", { 1, 64, 4 } }, + { "default", { 1, 64, 4 } }, + } + }, { // Default kDeviceTypeAll, "default", { { "default", { 1, 64, 1 } }, -- cgit v1.2.3