rocmarchive / realcaffe2

The repo is obsolete. Use at your own risk.
https://github.com/pytorch/pytorch
Apache License 2.0
12 stars 2 forks source link

Hipify operators #2

Closed petrex closed 6 years ago

petrex commented 6 years ago

@ashishfarmer Two hipified ops , maybe not perfect now but pls review this and see if it could possibly un-gate us...

petrex commented 6 years ago

btw , I am mostly referring to the commit "commit 2 hipify cuda ops: abs/accuracy".

petrex commented 6 years ago

PY Hipfy cuda operators

petrex commented 6 years ago

I've created separate hip ops (*_hip.cc) and keep cuda ops unchanged. Let me also modify the hipify scripts/tools to to the same.

petrex commented 6 years ago

more change to use hip context /stream. as well as hip ops registry.

ashishfarmer commented 6 years ago

@petrex - This is a PR on the master branch. We decided to move our development on AMD_develop. Could you please create a PR on the AMD_develop with your changes

petrex commented 6 years ago

thx for the catch! @ashishfarmer. Closing this one and create a new PR.