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

Initial commit for linking HIP to caffe2 #3

Closed ashishfarmer closed 6 years ago

petrex commented 6 years ago

Let me merge this change to ROCmSoftwarePlatform:rocm_gpu_context first since there is no conflict. We can push to master branch later.(maybe with some minor polish and with CI enabled)

ashishfarmer commented 6 years ago

I ran into some compilation errors with the context test. Trying to fix it, once it is done, you may merge the changes.

petrex commented 6 years ago

thx, I will wait for your green light then.

petrex commented 6 years ago

PY/AF Ensure we are able to find a GPU and run at least a subset of d-tests on AMD GPUs (work together)

ashishfarmer commented 6 years ago

@petrex please review the changes and merge if it looks OK and runs for you

petrex commented 6 years ago

thanks @ashishfarmer Let's merge the PR since we have ctx test passing . We could always clean-up some minor stuff (like some *cuda, cublas, curand) later.