Skip to content

Commit 895f9ed

Browse files
committed
fix gett args
1 parent 04962b4 commit 895f9ed

File tree

1 file changed

+1
-1
lines changed
  • tools/util/include/cutlass/util/reference/device

1 file changed

+1
-1
lines changed

tools/util/include/cutlass/util/reference/device/gett.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ gett(
144144
const syclcompat::dim3 sycl_grid(dimGrid.x, dimGrid.y, dimGrid.z);
145145
const syclcompat::dim3 sycl_block(dimBlock.x, dimBlock.y, dimBlock.z);
146146
syclcompat::launch<gett_kernel<
147+
decltype(D),
147148
decltype(A),
148149
decltype(B),
149150
decltype(C),
150-
decltype(D),
151151
ElementAccumulator,
152152
ElementEpilogue>>(sycl_grid, sycl_block, D, A, B, C, alpha, beta, ElementAccumulator(0));
153153
#else

0 commit comments

Comments
 (0)