[SYCL] Add OP im2col_3d (#22903)

* add im2col_3d

* format code

* update the ops.md
This commit is contained in:
Neo Zhang
2026-05-11 08:01:47 +03:00
committed by GitHub
parent 389ff61d77
commit 7d442abf5c
5 changed files with 2575 additions and 2153 deletions
+5 -3
View File
@@ -1,6 +1,6 @@
//
// MIT license
// Copyright (C) 2024 Intel Corporation
// Copyright (C) 2026 Intel Corporation
// SPDX-License-Identifier: MIT
//
@@ -15,7 +15,9 @@
#include "common.hpp"
void ggml_sycl_op_im2col(
ggml_backend_sycl_context & ctx, ggml_tensor *dst);
#define SYCL_IM2COL_BLOCK_SIZE 256
void ggml_sycl_op_im2col(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
void ggml_sycl_op_im2col_3d(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
#endif // GGML_SYCL_IM2COL_HPP