osama-raddad/encog-java

OpenCL x86_64

Closed this issue · 2 comments

What steps will reproduce the problem?
1. Unzip encog-workbench-2.4.0
2. Download JOCL-windows-x86_64.dll
3. Include JOCL-windows-x86_64.dll in path
4. OpenCL won't load unless I use the regular x86 dll

What is the expected output? What do you see instead?
I'm running windows 7 x64 so I expected to have to use the x86_64 dll, but the 
program doesn't find the x64 dll, only the x86 one.

Please provide any additional information below.

Original issue reported on code.google.com by weigfr...@gmail.com on 26 Jun 2010 at 10:37

I discovered that I was using the 32bit JRE. Once I copied over the JOCL x86-64 
DLL and installed the x86-64 JRE then it would let me enable OpenCL in the 
workbench.

I'm skeptical though because I didn't notice any increase in speed, any usage 
of the graphics card, and it was still heavy CPU.

Original comment by r...@olmos.name on 24 Jul 2010 at 5:12

There has been quite a bit of rework in OpenCL this decreases the load on the 
CPU.

Original comment by heatonre...@gmail.com on 10 Oct 2010 at 4:05

  • Changed state: Verified