Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31d9132 + 44d0315 commit 400e21bCopy full SHA for 400e21b
1 file changed
advanced_source/cpp_extension.rst
@@ -954,7 +954,7 @@ on it:
954
const int threads = 1024;
955
const dim3 blocks((state_size + threads - 1) / threads, batch_size);
956
957
- AT_DISPATCH_FLOATING_TYPES(X.type(), "lltm_forward_cuda", ([&] {
+ AT_DISPATCH_FLOATING_TYPES(X.type(), "lltm_backward_cuda", ([&] {
958
lltm_cuda_backward_kernel<scalar_t><<<blocks, threads>>>(
959
d_old_cell.data<scalar_t>(),
960
d_gates.data<scalar_t>(),
0 commit comments