refactor pad_reflect_1d to make the UT case pass (#17204)

Co-authored-by: Zhang Jianyu <zhang.jianyu@outlook.com>
This commit is contained in:
Neo Zhang Jianyu
2025-11-28 08:50:56 +08:00
committed by GitHub
co-authored by Zhang Jianyu
parent 4abef75f2c
commit efaaccdd69
3 changed files with 107 additions and 51 deletions
+2
View File
@@ -3,6 +3,8 @@
#include "common.hpp"
#define SYCL_PAD_REFLECT_1D_BLOCK_SIZE 256
void ggml_sycl_op_pad_reflect_1d(ggml_backend_sycl_context& ctx, ggml_tensor* dst);
#endif // GGML_SYCL_PAD_REFLECT_1D_HPP