fix op rope, add rope_back (#20293)

This commit is contained in:
Neo Zhang
2026-03-11 09:53:34 +08:00
committed by GitHub
parent b2e1427c9b
commit 0cec84f999
6 changed files with 1607 additions and 13282 deletions
+6
View File
@@ -15,6 +15,12 @@
#include "common.hpp"
#define SYCL_ROPE_BLOCK_SIZE 256
void ggml_sycl_rope(ggml_backend_sycl_context & ctx, ggml_tensor *dst);
void ggml_sycl_rope_back(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
void ggml_sycl_rope_fused(ggml_backend_sycl_context & ctx, ggml_tensor * dst, ggml_tensor * set_rows);
#endif // GGML_SYCL_ROPE_HPP