summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast/xgemv_fast_64.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-11-06 21:59:45 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-11-06 21:59:45 +0100
commit33ac2b0175f3e57bca4638302ef0ff4cebdde4d8 (patch)
tree128617120cc6e2d2c67a3cc83c5ee4c3c6ac80d6 /src/database/kernels/xgemv_fast/xgemv_fast_64.hpp
parent34a33b54cf6c395468ba230057b3c9e1dada9fb7 (diff)
Improved the way the database defaults are computed
Diffstat (limited to 'src/database/kernels/xgemv_fast/xgemv_fast_64.hpp')
-rw-r--r--src/database/kernels/xgemv_fast/xgemv_fast_64.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/kernels/xgemv_fast/xgemv_fast_64.hpp b/src/database/kernels/xgemv_fast/xgemv_fast_64.hpp
index 72e2de2b..976a8cd2 100644
--- a/src/database/kernels/xgemv_fast/xgemv_fast_64.hpp
+++ b/src/database/kernels/xgemv_fast/xgemv_fast_64.hpp
@@ -21,7 +21,7 @@ const DatabaseEntry XgemvFastDouble = {
{ "Fiji", {
{ Name{"AMD Radeon R9 Fury X "}, Params{ 1, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"AMD Radeon R9 M370X Compute Engine "}, Params{ 1, 256, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 1, 256, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 1, 64, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
{ "Hawaii", {
{ Name{"AMD Radeon R9 290X "}, Params{ 1, 64, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },