Skip to content

Commit 0c177e9

Browse files
spcypptfacebook-github-bot
authored andcommitted
Fix CUDA dispatch (pytorch#4075)
Summary: Pull Request resolved: pytorch#4075 X-link: facebookresearch/FBGEMM#1159 https://fb.workplace.com/groups/fbgemmusers/permalink/9486923244721705/ Reviewed By: q10 Differential Revision: D73451924 fbshipit-source-id: 2c8892235f44f4e5d796bd9c4350583919f6b34c
1 parent def50a6 commit 0c177e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fbgemm_gpu/src/jagged_tensor_ops/keyed_jagged_index_select_dim1.cu

+3
Original file line numberDiff line numberDiff line change
@@ -551,4 +551,7 @@ TORCH_LIBRARY_FRAGMENT(fbgemm, m) {
551551
DISPATCH_TO_AUTOGRAD_CUDA(
552552
"keyed_jagged_index_select_dim1",
553553
fbgemm_gpu::keyed_jagged_index_select_dim_1_gpu);
554+
DISPATCH_TO_CUDA(
555+
"keyed_jagged_index_select_dim1",
556+
fbgemm_gpu::keyed_jagged_index_select_dim_1_gpu);
554557
}

0 commit comments

Comments
 (0)