summaryrefslogtreecommitdiffstats
path: root/ComputeShaders/mulMatByRowTiled64.hlsl
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-01-16 14:52:43 +0100
committerKonstantin <const@const.me>2023-01-16 14:52:43 +0100
commit8c4603c73675958efc960fbd4bb599a2909d106a (patch)
tree714dc6fc9a1672d5fd7f89676b97e10959662abc /ComputeShaders/mulMatByRowTiled64.hlsl
parent990a8d0dbaefc996244097397259e92758b15cce (diff)
Source codes
Diffstat (limited to 'ComputeShaders/mulMatByRowTiled64.hlsl')
-rw-r--r--ComputeShaders/mulMatByRowTiled64.hlsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ComputeShaders/mulMatByRowTiled64.hlsl b/ComputeShaders/mulMatByRowTiled64.hlsl
new file mode 100644
index 0000000..6c63f2d
--- /dev/null
+++ b/ComputeShaders/mulMatByRowTiled64.hlsl
@@ -0,0 +1,4 @@
+#define THREADS_Y 32
+#define THREADS_X 32
+#define TILE_Y 128
+#include "mulMatByRowTiled.hlsl" \ No newline at end of file