HIP: remove rocWMMA FlashAttention (#26046)

This commit is contained in:
Johannes Gäßler
2026-07-24 17:53:54 +02:00
committed by GitHub
parent ed7adbfefd
commit fa72aeccb2
10 changed files with 5 additions and 798 deletions
-1
View File
@@ -1,6 +1,5 @@
#include "common.cuh"
#include "fattn-tile.cuh"
#include "fattn-wmma-f16.cuh"
void ggml_cuda_flash_attn_ext_tile(ggml_backend_cuda_context & ctx, ggml_tensor * dst) {
const ggml_tensor * K = dst->src[1];