summaryrefslogtreecommitdiff
path: root/include/internal/database/copy.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-16 12:45:10 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-16 12:45:10 +0200
commit7a3b695db70810595ae17d9d753c3b926aa738c0 (patch)
tree2ba239884a8f20e34449bee35bc96b94b84954eb /include/internal/database/copy.h
parentaf2ac6221288ec101a69018e960bb004ad698efe (diff)
Added half precision tuning results for supporting kernels (pad, copy, transpose, padtranspose)
Diffstat (limited to 'include/internal/database/copy.h')
-rw-r--r--include/internal/database/copy.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/internal/database/copy.h b/include/internal/database/copy.h
index 59a9e03a..b4695868 100644
--- a/include/internal/database/copy.h
+++ b/include/internal/database/copy.h
@@ -14,6 +14,24 @@
namespace clblast {
// =================================================================================================
+const Database::DatabaseEntry Database::CopyHalf = {
+ "Copy", Precision::kHalf, {
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics Skylake ULT GT2", { {"COPY_DIMX",32}, {"COPY_DIMY",8}, {"COPY_VW",4}, {"COPY_WPT",4} } },
+ { "default", { {"COPY_DIMX",32}, {"COPY_DIMY",8}, {"COPY_VW",4}, {"COPY_WPT",4} } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", { {"COPY_DIMX",32}, {"COPY_DIMY",8}, {"COPY_VW",4}, {"COPY_WPT",4} } },
+ }
+ },
+ }
+};
+
+// =================================================================================================
+
const Database::DatabaseEntry Database::CopySingle = {
"Copy", Precision::kSingle, {
{ // AMD GPUs