HSAFoundation / HSA-Runtime-AMD

The HSA-Runtime
Other
48 stars 16 forks source link

Creating queue failed error 1008 - vector_copy #20

Open martygrant opened 7 years ago

martygrant commented 7 years ago

Hello I am working with HSA for a university project. I have installed the drivers and runtime found here on github and I could run the kfd_check_installation.sh file and everything came back YES.

The error I get running the sample program, vector_copy is: Creating the queue failed. Right after it prints out the maximum queue size. I went in and printed the error code and got 1008 which I looked up to translate to being out of resources. I tried to reduce the queue size to be much smaller than the maximum but still get the same error.

Any idea how I can overcome this?

Machine: AMD A8-7600 (it's a Kaveri apu) Asus A68HM-K motherboard 4gb RAM (may actually be 3.5gb) Ubuntu 16.04 LTS

Thanks

NafisMustakinNiloy commented 6 years ago

Hi,

I'm having the same problem here. The only differences are that I have an MSI A78M-E45 V2 (MS-7721) Motherboard and am using Ubuntu 14.04 LTS. Did you ever find any solution to this problem?

martygrant commented 6 years ago

Hi there, unfortunately I never got passed the problem. It looks to me like HSA has kind of died off, it hasn't really taken off. It seems to have been absorbed into the ROCm project. Maybe there is more support over there. Good luck!