[SYCL] add concat through dim 1/2 (#8483)

* add concat through dim 1/2
This commit is contained in:
Meng, Hengyu
2024-07-15 19:32:15 +08:00
committed by GitHub
parent 3dfda05956
commit 16bdfa42ac
4 changed files with 218 additions and 66 deletions

View File

@@ -13,6 +13,7 @@
#ifndef GGML_SYCL_BACKEND_HPP
#define GGML_SYCL_BACKEND_HPP
#include "concat.hpp"
#include "common.hpp"
#include "convert.hpp"
#include "dequantize.hpp"