diff options
| author | Konstantin <const@const.me> | 2023-01-24 17:40:50 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-24 17:40:50 +0100 |
| commit | e78815de53005336c3746bcd85c2e789a43f1b94 (patch) | |
| tree | 5fe25b6d4024bbcca7402ebcc28910417c54758d /ComputeShaders/mulMatByRowTiled64.hlsl | |
| parent | 9d6fb00973218ebc397e15819be3964423b81f91 (diff) | |
Performance tuning on AMD iGPU
Diffstat (limited to 'ComputeShaders/mulMatByRowTiled64.hlsl')
| -rw-r--r-- | ComputeShaders/mulMatByRowTiled64.hlsl | 4 |
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 |
