SYCL: Add non-contiguous support in ROPE (#12993)

ggml-ci
This commit is contained in:
Akarshan Biswas
2025-04-21 19:13:30 +05:30
committed by GitHub
parent 84a9bf2fc2
commit 5368ddda7a
3 changed files with 96 additions and 110 deletions

View File

@@ -15,6 +15,6 @@
#include "common.hpp"
void ggml_sycl_op_rope(ggml_backend_sycl_context & ctx, ggml_tensor *dst);
void ggml_sycl_rope(ggml_backend_sycl_context & ctx, ggml_tensor *dst);
#endif // GGML_SYCL_ROPE_HPP