add op gated_delta_net (#20455)

This commit is contained in:
Neo Zhang
2026-03-14 22:01:57 +08:00
committed by GitHub
parent 710878a7dd
commit a93c0ef0fa
6 changed files with 354 additions and 28 deletions
+8
View File
@@ -0,0 +1,8 @@
#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);