From c9856758b3c83c53a1185f848f23b55de1c9a2cc Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 21 Jan 2023 21:13:49 +0100 Subject: Add tuning results for Intel FPGA emulation device --- 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 80c1ee7d..dfcecebf 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 @@ -89,6 +89,14 @@ const DatabaseEntry XgemvFastRotSingle = { } }, } }, + { // Intel accelerators + kDeviceTypeAccelerator, "Intel", { + { "default", { + { Name{"Intel(R) FPGA Emulation Device "}, Params{ 8, 16, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { kDeviceNameDefault , Params{ 8, 16, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + } }, + } + }, { // NVIDIA GPUs kDeviceTypeGPU, "NVIDIA", { { "SM2.0", { -- cgit v1.2.3