summaryrefslogtreecommitdiff
path: root/src/database/kernels/trsv_routine/trsv_routine_3232.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-07-29 10:26:34 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-07-29 10:26:34 +0200
commit5903820ba2736ec4a5f338c2325f59f511b4a0e8 (patch)
tree08eaca8cde2e45682807dcfa6db8252ee520d1bf /src/database/kernels/trsv_routine/trsv_routine_3232.hpp
parent1c9a74147073234da953b84f0bbafefbcf5ffb4f (diff)
parentdda1e567f872d3d89f2f7cd890fb5b29ff98537c (diff)
Merge branch 'master' into CLBlast-267-convgemm
Diffstat (limited to 'src/database/kernels/trsv_routine/trsv_routine_3232.hpp')
-rw-r--r--src/database/kernels/trsv_routine/trsv_routine_3232.hpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/database/kernels/trsv_routine/trsv_routine_3232.hpp b/src/database/kernels/trsv_routine/trsv_routine_3232.hpp
index e40c49bf..6f2f9306 100644
--- a/src/database/kernels/trsv_routine/trsv_routine_3232.hpp
+++ b/src/database/kernels/trsv_routine/trsv_routine_3232.hpp
@@ -12,6 +12,14 @@ namespace database {
const DatabaseEntry TrsvRoutineComplexSingle = {
"TrsvRoutine", Precision::kComplexSingle, {"TRSV_BLOCK_SIZE"}, {
+ { // Intel CPUs
+ kDeviceTypeCPU, "Intel", {
+ { "default", {
+ { Name{"Intel(R) Core(TM) i5-4590S CPU @ 3.00GHz "}, Params{ 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ } },
+ }
+ },
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
{ "default", {
@@ -20,6 +28,17 @@ const DatabaseEntry TrsvRoutineComplexSingle = {
} },
}
},
+ { // NVIDIA GPUs
+ kDeviceTypeGPU, "NVIDIA", {
+ { "SM6.1", {
+ { Name{"GeForce GTX 1070 Ti "}, Params{ 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ } },
+ { "default", {
+ { kDeviceNameDefault , Params{ 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ } },
+ }
+ },
{ // Default
kDeviceTypeAll, "default", {
{ "default", {