summaryrefslogtreecommitdiffstats
path: root/ComputeShaders/mulMatTiledEx.hlsl
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-01-24 17:40:50 +0100
committerKonstantin <const@const.me>2023-01-24 17:40:50 +0100
commite78815de53005336c3746bcd85c2e789a43f1b94 (patch)
tree5fe25b6d4024bbcca7402ebcc28910417c54758d /ComputeShaders/mulMatTiledEx.hlsl
parent9d6fb00973218ebc397e15819be3964423b81f91 (diff)
Performance tuning on AMD iGPU
Diffstat (limited to 'ComputeShaders/mulMatTiledEx.hlsl')
-rw-r--r--ComputeShaders/mulMatTiledEx.hlsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ComputeShaders/mulMatTiledEx.hlsl b/ComputeShaders/mulMatTiledEx.hlsl
index e6d6940..c59e3ea 100644
--- a/ComputeShaders/mulMatTiledEx.hlsl
+++ b/ComputeShaders/mulMatTiledEx.hlsl
@@ -6,7 +6,7 @@
static const uint TILE_SIZE = 32;
#endif
#ifndef TILE_HEIGHT
-static const uint TILE_HEIGHT = 32;
+static const uint TILE_HEIGHT = 64;
#endif
#ifndef THREADS_Y
static const uint THREADS_Y = 8;