fix: add defualt
This commit is contained in:
parent
61c665b7f1
commit
9ea34a78cb
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ static void concat_f32_sycl(const float *x, const float *y, float *dst,
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
|
default:
|
||||||
stream->parallel_for(
|
stream->parallel_for(
|
||||||
sycl::nd_range<3>(gridDim *
|
sycl::nd_range<3>(gridDim *
|
||||||
sycl::range<3>(1, 1, SYCL_CONCAT_BLOCK_SIZE),
|
sycl::range<3>(1, 1, SYCL_CONCAT_BLOCK_SIZE),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue