Remove unneded include in gated_delta_net.cu

This commit is contained in:
Oliver Simons 2026-03-11 10:07:09 +01:00
parent 2352caa102
commit f62852a33a
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#include "gated_delta_net.cuh"
#include "ggml-cuda/common.cuh"
template <int S_v, bool KDA>
__global__ void gated_delta_net_cuda(const float * q,