From abb4d5ab324878337853685d1fdb705b913deeb4 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Fri, 24 Nov 2017 21:16:54 +0100 Subject: Added tuning results for ARM Mali T760 GPU --- src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp') diff --git a/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp b/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp index 3c2336be..0b937e40 100644 --- a/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp +++ b/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp @@ -40,6 +40,14 @@ const DatabaseEntry XgemvFastRotSingle = { } }, } }, + { // ARM GPUs + kDeviceTypeGPU, "ARM", { + { "default", { + { Name{"Mali-T760 "}, Params{ 8, 32, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { kDeviceNameDefault , Params{ 8, 32, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + } }, + } + }, { // Intel CPUs kDeviceTypeCPU, "Intel", { { "default", { -- cgit v1.2.3