summaryrefslogtreecommitdiff
path: root/src/database/kernels/copy/copy_64.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2023-05-21 14:25:15 +0200
committerGitHub <noreply@github.com>2023-05-21 14:25:15 +0200
commit63eb127bada3a9ef8aa0ab1f48112e8830f74a19 (patch)
tree0304fd6b5e2f83015490299c1e3a282b65593787 /src/database/kernels/copy/copy_64.hpp
parent0832ed6a16b909d92503009e437ad60d9d12b6c6 (diff)
Intel HD Graphics 770 and AMD RX 6600 XT tuning results (#474)
* Add tuning results for AMD Radeon RX 6600 XT * Add tuning results for Intel HD Graphics 770 * Update list of tuned devices
Diffstat (limited to 'src/database/kernels/copy/copy_64.hpp')
-rw-r--r--src/database/kernels/copy/copy_64.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/database/kernels/copy/copy_64.hpp b/src/database/kernels/copy/copy_64.hpp
index 7df294f4..e511a4e1 100644
--- a/src/database/kernels/copy/copy_64.hpp
+++ b/src/database/kernels/copy/copy_64.hpp
@@ -60,6 +60,10 @@ const DatabaseEntry CopyDouble = {
{ Name{"AMD Radeon RX 6800 XT "}, Params{ 32, 8, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 32, 8, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
+ { "gfx1032", {
+ { Name{"AMD Radeon RX 6600 XT "}, Params{ 16, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 16, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ } },
{ "gfx1034", {
{ Name{"AMD Radeon RX 6500 XT "}, Params{ 16, 8, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 16, 8, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },