hipCaffe icon indicating copy to clipboard operation
hipCaffe copied to clipboard

Make target for pyCaffe, and a hardware question.

Open emerth opened this issue 6 years ago • 2 comments

Issue summary

Two straightforward questions:

  1. to build python caffe interface do I run "make", or "make py" or "make python"?

  2. Will this code work on an RX470, or with an RX Vega 64? I'd rather experiment using the RX 470 if I can get away with it.

Thanks!

emerth avatar Jan 14 '19 02:01 emerth

  1. Do make pycaffe to build the Python wrappers.

  2. Yes, both the RX 470 and Vega 64 GPUs work with hipCaffe.

drkoller avatar Jan 14 '19 04:01 drkoller

Thanks David!

emerth avatar Jan 14 '19 22:01 emerth