Skip to content

Commit e18df6f

Browse files
committed
Added complex for _foreach_log1p
1 parent ede02a7 commit e18df6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aten/src/ATen/native/cuda/ForeachUnaryOp.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ OP(floating_complex_half_bfloat16, tanh, Tanh);
209209
OP(floating_complex_half_bfloat16, log, Log);
210210
OP(floating_complex_half_bfloat16, log10, Log10);
211211
OP(floating_complex_half_bfloat16, log2, Log2);
212+
OP(floating_complex_half_bfloat16, log1p, Log1p);
212213
OP(floating_complex_half_bfloat16, cos, Cos);
213214
OP(floating_complex_half_bfloat16, sqrt, Sqrt);
214215

215-
OP(floating_half_bfloat16, log1p, Log1p);
216216
OP(floating_half_bfloat16, erf, Erf);
217217

218218
//

0 commit comments

Comments
 (0)