summaryrefslogtreecommitdiff
path: root/src/database/kernels/xaxpy/xaxpy_32.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/kernels/xaxpy/xaxpy_32.hpp')
-rw-r--r--src/database/kernels/xaxpy/xaxpy_32.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/database/kernels/xaxpy/xaxpy_32.hpp b/src/database/kernels/xaxpy/xaxpy_32.hpp
index 8b5a41ef..2a5d291f 100644
--- a/src/database/kernels/xaxpy/xaxpy_32.hpp
+++ b/src/database/kernels/xaxpy/xaxpy_32.hpp
@@ -117,8 +117,9 @@ const DatabaseEntry XaxpySingle = {
{ // Intel accelerators
kDeviceTypeAccelerator, "Intel", {
{ "default", {
+ { Name{"Intel(R) FPGA Emulation Device "}, Params{ 1, 512, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"Intel(R) Many Integrated Core Acceleration Card "}, Params{ 2, 1024, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 2, 1024, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 2, 2048, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},