llama.cpp / ggml /src /ggml-sycl /gated_delta_net.hpp
dlxj
todo: 基于 CUDA 13.0 编译
2517be1
#pragma once
#include <sycl/sycl.hpp>
#include "dpct/helper.hpp"
#include "common.hpp"
#include "ggml.h"
void ggml_sycl_gated_delta_net(ggml_backend_sycl_context & ctx, ggml_tensor * dst);