amd / OpenCL-caffe

This is a Experimental version of OpenCL by AMD Research, we now recommend you to use The official BVLC Caffe OpenCL branch is over at Caffe branch now at https://github.com/BVLC/caffe/tree/opencl
Other
517 stars 152 forks source link

integration of Ubuntu 14.04.5 with AMD Radeon R7 M370 #61

Open fmnoori opened 7 years ago

fmnoori commented 7 years ago

I started to set up a system from a scratch and now I am having a bit of a problems. .

I am trying to set it up on Ubuntu 14.04.5 with AMD Radeon R7 M370. Or maybe some other system is more friendly with AMD's drivers?

I am following the AMD's guide. I am unable to resolve package dependencies.

The reference file says this result screenshot from 2017-05-22 15 24 40

but I am getting this one

screenshot from 2017-05-22 15 28 52

After that when I use the following command to install driver packages.

$ sudo dpkg -i fglrx-core_15.302-0ubuntu1_amd64_ub_14.01.deb fglrx_15.302-0ubuntu1_amd64_ub_14.01.deb fglrx-dev_15.302-0ubuntu1_amd64_ub_14.01.deb fglrx-amdcccle_15.302-0ubuntu1_amd64_ub_14.01.deb

now I again check and got this result

screenshot from 2017-05-22 15 32 44

I am a beginner. I dont know what to do now. Need your expert opinions. Thanks in advance!!

gstoner commented 7 years ago

There are lot of dependencies to install Catalyst linux driver, This is best place to get help on installing the driver is here http://wiki.cchtml.com/index.php/Main_Page. You have to follow the step on this page. You have to also make sure Ubuntu has not blacklisted your driver in kernel.

On May 22, 2017, at 9:34 AM, fmnoori notifications@github.com<mailto:notifications@github.com> wrote:

I started to set up a system from a scratch and now I am having a bit of a problems. .

I am trying to set it up on Ubuntu 14.04.5 with AMD Radeon R7 M370. Or maybe some other system is more friendly with AMD's drivers?

I am following the AMD's guide. I am unable to resolve package dependencies.

The reference file says this result [screenshot from 2017-05-22 15 24 40]https://cloud.githubusercontent.com/assets/28536631/26313692/8c223e2e-3f03-11e7-8b1c-93ecfa3f4f5e.png

but I am getting this one

[screenshot from 2017-05-22 15 28 52]https://cloud.githubusercontent.com/assets/28536631/26313705/9ec4a3e6-3f03-11e7-9c4e-854bdf078b73.png

After that when I use the following command to install driver packages.

$ sudo dpkg -i fglrx-core_15.302-0ubuntu1_amd64_ub_14.01.deb fglrx_15.302-0ubuntu1_amd64_ub_14.01.deb fglrx-dev_15.302-0ubuntu1_amd64_ub_14.01.deb fglrx-amdcccle_15.302-0ubuntu1_amd64_ub_14.01.deb

now I again check and got this result

[screenshot from 2017-05-22 15 32 44]https://cloud.githubusercontent.com/assets/28536631/26313860/172319b2-3f04-11e7-948d-40bdc917452d.png

I am a beginner. Need your expert opinions. Thanks in advance!!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/amd/OpenCL-caffe/issues/61, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AD8DuWcF3pK29EPAi_Sn6Ou1ExkJoid_ks5r8Z0DgaJpZM4NicZ-.

fmnoori commented 7 years ago

Thank you for the help. I will follow the steps.

How can I check that Ubuntu has not blacklisted my driver in kernel ?

fmnoori commented 7 years ago

I also tried the link on the site, about 16.04. but it crashed my Ubuntu 16.04 ( didn't show anything after I login). Now I am using Ubuntu 14.04.5 and there isn't any guideline placed there.

soulslicer commented 6 years ago

Hey, did you get this to work? I have the same card?

naibaf7 commented 6 years ago

@soulslicer AMD OpenCL Caffe is no longer maintained. Use either https://github.com/BVLC/caffe/tree/opencl or https://github.com/ROCmSoftwarePlatform/hipCaffe depending on what GPUs you want to target.

Furthermore, fglrx is also no longer maintained, so AMDGPU-PRO is recommended as the driver of GCN GPUs.