Skip to content

Commit

Permalink
Update compare_kernel.cu
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyaoao authored Oct 30, 2023
1 parent 9dc98ac commit fa23326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/phi/kernels/kps/compare_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@ PD_REGISTER_COMPARE_KERNEL(not_equal, NotEqual)
kernel->OutputAt(0).SetDataType(phi::DataType::BOOL); \
}

PD_REGISTER_COMPARE_KERNEL(less_than, LessThan)
PD_REGISTER_LESS_THAN_KERNEL(less_than, LessThan)

#endif

0 comments on commit fa23326

Please sign in to comment.