CUDA: missing PDL sync for FWHT, better fallback (#23690)

This commit is contained in:
Johannes Gäßler
2026-05-26 11:05:51 +08:00
committed by GitHub
parent 35c9b1f39e
commit 192d8ae8b8
3 changed files with 17 additions and 25 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
#include "common.cuh"
void ggml_cuda_op_fwht(ggml_backend_cuda_context & ctx, const ggml_tensor * src, ggml_tensor * dst);
// Returns whether the Fast Walsh-Hadamard transform could be used.
bool ggml_cuda_op_fwht(ggml_backend_cuda_context & ctx, const ggml_tensor * src, ggml_tensor * dst);