Skip to content

Commit ecd0a1f

Browse files
committed
Revert "fix gett args"
This reverts commit aa1e8b2.
1 parent 895f9ed commit ecd0a1f

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),
148147
decltype(A),
149148
decltype(B),
150149
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)