You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Can anyone have an update to include RX 580 / 570?
I have both cards, but don't have the cookbook for detailed instruction to leverage those cards.Much appreciate it.
Can anyone have an update to include RX 580 / 570?
I have both cards, but don't have the cookbook for detailed instruction to leverage those cards.Much appreciate it.
I don't know why terminal doesn't recognize the rx580, but opencl is working. You can try this code:
Hello All
I've tryed the code on lensflare on a computer with an AMD 530 and another with an NVIDEA gtx 1060 but without success. My EA report a 0 device supported. Did someone have the same problem? Thanks!
How can I select which openCL processor to use?
It seem that I have CPU + Nvidia +Intel, and according to main page, that the Intel GPU is faster.
Also, because my Nvidia run a little, and then crashes when I try to exit the EA.
Hello all,
Can someone provide documentation on how to implement OpenCL on an EA ?
I made one too slow for optimization but OpenCL with my GTX2080 would help... Like a lot I guess !
How can I select which openCL processor to use?
It seem that I have CPU + Nvidia +Intel, and according to main page, that the Intel GPU is faster.
Also, because my Nvidia run a little, and then crashes when I try to exit the EA.
Apology for revive the thread.
For your case, you can try
CL_USE_ANY
or
CL_USE_CPU_ONLY
feeding into CLContextCreate function.
Can anyone have an update to include RX 580 / 570?
I have both cards, but don't have the cookbook for detailed instruction to leverage those cards.Much appreciate it.
I'm also using AMD RX 570. I can only use CPU based OpenCL. It cannot find any device for GPU.
With some of OpenCL example codes, it ran bad. I also desire to let it connected with GPU.
Anyway, I run through wine on Ubuntu.
I found the solution to make
CLContextCreate()
be able to create a context from GPU device.
As seen on its API document, instead of using CL_USE_GPU_ONLY, or CL_USE_GPU_DOUBLE_ONLY, use an ordinal number that is your desire GPU device e.g. CLContextCreate(0).
To determine which ordinal number is your GPU device, look into Journal tab.
Anyway, this is still considered as a bug still as we cannot use those flag to automatically find the right device for us. If we may, report the bug here.
Tested on build 3555.