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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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