fix: add defualt

This commit is contained in:
Zhiyuan Li 2024-11-04 23:28:26 +11:00
parent 61c665b7f1
commit 9ea34a78cb

View file

@ -107,6 +107,7 @@ static void concat_f32_sycl(const float *x, const float *y, float *dst,
});
break;
case 2:
default:
stream->parallel_for(
sycl::nd_range<3>(gridDim *
sycl::range<3>(1, 1, SYCL_CONCAT_BLOCK_SIZE),