@@ -364,8 +364,8 @@ dot_product_contig_impl(sycl::queue &exec_q,
364
364
NoOpIndexerT, NoOpIndexerT>;
365
365
366
366
InputBatchIndexerT inp_batch_indexer{
367
- 0 , static_cast <ssize_t >(reduction_nelems ),
368
- static_cast <ssize_t >(batches )};
367
+ 0 , static_cast <ssize_t >(batches ),
368
+ static_cast <ssize_t >(reduction_nelems )};
369
369
InputOutputBatchIndexerT inp_out_batch_indexer{
370
370
inp_batch_indexer, inp_batch_indexer, NoOpIndexerT{}};
371
371
ReductionIndexerT reduction_indexer{NoOpIndexerT{}, NoOpIndexerT{}};
@@ -404,8 +404,8 @@ dot_product_contig_impl(sycl::queue &exec_q,
404
404
NoOpIndexerT, NoOpIndexerT>;
405
405
406
406
InputBatchIndexerT inp_batch_indexer{
407
- 0 , static_cast <ssize_t >(reduction_nelems ),
408
- static_cast <ssize_t >(batches )};
407
+ 0 , static_cast <ssize_t >(batches ),
408
+ static_cast <ssize_t >(reduction_nelems )};
409
409
InputOutputBatchIndexerT inp_out_batch_indexer{
410
410
inp_batch_indexer, inp_batch_indexer, NoOpIndexerT{}};
411
411
ReductionIndexerT reduction_indexer{NoOpIndexerT{}, NoOpIndexerT{}};
@@ -874,8 +874,8 @@ dot_product_contig_tree_impl(sycl::queue &exec_q,
874
874
NoOpIndexerT, NoOpIndexerT>;
875
875
876
876
InputBatchIndexerT inp_batch_indexer{
877
- 0 , static_cast <ssize_t >(reduction_nelems ),
878
- static_cast <ssize_t >(batches )};
877
+ 0 , static_cast <ssize_t >(batches ),
878
+ static_cast <ssize_t >(reduction_nelems )};
879
879
InputOutputBatchIndexerT inp_out_batch_indexer{
880
880
inp_batch_indexer, inp_batch_indexer, NoOpIndexerT{}};
881
881
ReductionIndexerT reduction_indexer{NoOpIndexerT{}, NoOpIndexerT{}};
@@ -916,8 +916,8 @@ dot_product_contig_tree_impl(sycl::queue &exec_q,
916
916
NoOpIndexerT, NoOpIndexerT>;
917
917
918
918
InputBatchIndexerT inp_batch_indexer{
919
- 0 , static_cast <ssize_t >(reduction_nelems ),
920
- static_cast <ssize_t >(batches )};
919
+ 0 , static_cast <ssize_t >(batches ),
920
+ static_cast <ssize_t >(reduction_nelems )};
921
921
InputOutputBatchIndexerT inp_out_batch_indexer{
922
922
inp_batch_indexer, inp_batch_indexer, NoOpIndexerT{}};
923
923
ReductionIndexerT reduction_indexer{NoOpIndexerT{}, NoOpIndexerT{}};
@@ -994,8 +994,8 @@ dot_product_contig_tree_impl(sycl::queue &exec_q,
994
994
NoOpIndexerT, NoOpIndexerT>;
995
995
996
996
InputBatchIndexerT inp_batch_indexer{
997
- 0 , static_cast <ssize_t >(reduction_nelems ),
998
- static_cast <ssize_t >(batches )};
997
+ 0 , static_cast <ssize_t >(batches ),
998
+ static_cast <ssize_t >(reduction_nelems )};
999
999
InputOutputBatchIndexerT inp_out_batch_indexer{
1000
1000
inp_batch_indexer, inp_batch_indexer, NoOpIndexerT{}};
1001
1001
ReductionIndexerT reduction_indexer{NoOpIndexerT{}, NoOpIndexerT{}};
0 commit comments