summaryrefslogtreecommitdiffstats
path: root/ComputeShaders/mulMatByRowTiled64.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/mulMatByRowTiled64.hlsl
parent9d6fb00973218ebc397e15819be3964423b81f91 (diff)
Performance tuning on AMD iGPU
Diffstat (limited to 'ComputeShaders/mulMatByRowTiled64.hlsl')
-rw-r--r--ComputeShaders/mulMatByRowTiled64.hlsl4
1 files changed, 0 insertions, 4 deletions
diff --git a/ComputeShaders/mulMatByRowTiled64.hlsl b/ComputeShaders/mulMatByRowTiled64.hlsl
deleted file mode 100644
index 6c63f2d..0000000
--- a/ComputeShaders/mulMatByRowTiled64.hlsl
+++ /dev/null
@@ -1,4 +0,0 @@
-#define THREADS_Y 32
-#define THREADS_X 32
-#define TILE_Y 128
-#include "mulMatByRowTiled.hlsl" \ No newline at end of file