Skip to content

Commit

Permalink
Address half->int build error (#2240)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2240

Reviewed By: sryap

Differential Revision: D52469670

fbshipit-source-id: ebad4580a4b653967cbf0fcd15c8ebd4908aa80d
  • Loading branch information
jianyuh authored and facebook-github-bot committed Jan 1, 2024
1 parent cfdc6b8 commit 905ff66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fbgemm_gpu/src/jagged_tensor_ops/dense_to_jagged_forward.cu
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Tensor dense_to_jagged_forward(
values.scalar_type(),
"dense_to_jagged_gpu_op_forward",
DISPATCH_DENSE_TO_JAGGED_CASE(at::ScalarType::Half)
DISPATCH_DENSE_TO_JAGGED_CASE(at::ScalarType::Int)
AT_DISPATCH_CASE_FLOATING_TYPES_AND2(
AT_DISPATCH_CASE_FLOATING_TYPES_AND3(
at::ScalarType::Int,
at::ScalarType::Long,
at::ScalarType::BFloat16,
[&] {
Expand Down

0 comments on commit 905ff66

Please sign in to comment.