Update ggml/src/ggml-sycl/concat.cpp

Co-authored-by: Meng, Hengyu <airdldl@163.com>
This commit is contained in:
Zhiyuan Li 2024-11-05 02:41:55 +11:00 committed by GitHub
parent 35a1a2dfa9
commit 6a1e977e34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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); concat_f32_dim1(x, y, dst, ne0, ne01, item_ct1);
}); });
break; break;
case 2: // dim >=2 will be dispatched to the default path
default: default:
stream->parallel_for( stream->parallel_for(
sycl::nd_range<3>(gridDim * sycl::nd_range<3>(gridDim *