artyom-beilis / pytorch_dlprim

DLPrimitives/OpenCL out of tree backend for pytorch
http://blog.dlprimitives.org/
MIT License
227 stars 16 forks source link

Implementation of aten::eq.Scalar_out #30

Closed yamaura closed 1 year ago

yamaura commented 1 year ago

To align with other function names, the function name of aten::eq.Tensor_out has been changed to eq_out_tensor.

artyom-beilis commented 1 year ago

Thanks. Looks good.