Anyone know gpuplotgenerator? I'm having issues using it! I have a radeon HD6670 and I hoped it would be faster than my I5 2500k plotting. I had catalyst 15.12 drivers installed but as soon as the plotting started the drivers would crash and plotting would never continue. I upgraded to catalyst 15.7.1 thinking the drivers were the problems and it does the same thing. So decided to install crimson 16.2.1 and while my card shows in device manager gpuplotgenerator now only shows my cpu and not gpu as an available plotter.
Windows 10 btw...
It shows here in listPlatforms
C:\Users\Garbear\Downloads\gpuPlotGenerator-bin-win-x64-4.0.3>gpuplotgenerator listPlatforms
-------------------------
GPU plot generator v4.0.3
-------------------------
Author: Cryo
Bitcoin: 138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD
Burst: BURST-YA29-QCEW-QXC3-BKXDL
----
Platforms number: 1
----
Id: 0
Name: AMD Accelerated Parallel Processing
Vendor: Advanced Micro Devices, Inc.
Version: OpenCL 2.0 AMD-APP (1912.5)
But does not show in listDevices 0
C:\Users\Garbear\Downloads\gpuPlotGenerator-bin-win-x64-4.0.3>gpuplotgenerator listDevices 0
-------------------------
GPU plot generator v4.0.3
-------------------------
Author: Cryo
Bitcoin: 138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD
Burst: BURST-YA29-QCEW-QXC3-BKXDL
----
Devices number: 1
----
Id: 0
Type: CPU
Name: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
Vendor: GenuineIntel
Version: OpenCL 1.2 AMD-APP (1912.5)
Driver version: 1912.5 (sse2,avx)
Max clock frequency: 3293MHz
Max compute units: 4
Global memory size: 15GB 935MB 472KB
Max memory allocation size: 3GB 1001MB 886KB
Max work group size: 1024
Local memory size: 32KB
Max work-item sizes: (1024, 1024, 1024)
Your first Command shows that your GPU is device 0 on Platform 1.
I believe your second command is listing devices on Platform 0.
Since your GPU is device 0 on Platform 1, use listdevices 1. This should show you your GPU.
I'm going,from memory, but your crash issue is probably because you're not telling GpuGenerator to use Platform 1 Device 0.
Good luck.