Update ggml/src/ggml-sycl/concat.cpp
Co-authored-by: Meng, Hengyu <airdldl@163.com>
This commit is contained in:
parent
35a1a2dfa9
commit
6a1e977e34
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ static void concat_f32_sycl(const float *x, const float *y, float *dst,
|
|||
concat_f32_dim1(x, y, dst, ne0, ne01, item_ct1);
|
||||
});
|
||||
break;
|
||||
case 2:
|
||||
// dim >=2 will be dispatched to the default path
|
||||
default:
|
||||
stream->parallel_for(
|
||||
sycl::nd_range<3>(gridDim *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue