Files
llama.cpp/ggml/src/ggml-cuda/fwht.cuh
T

5 lines
192 B
Plaintext

#include "common.cuh"
// 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);