intel / torch-xpu-ops

Apache License 2.0
30 stars 21 forks source link

Add aten::lerp_ #1063

Closed min-jean-cho closed 1 week ago

min-jean-cho commented 1 week ago

Delegates to structured ops lerp.Scalar_out and lerp.Tensor_out respectively. The corresponding kernels xpu::lerp_scalar_kernel and xpu::lerp_tensor_kernel are already implemented.