WTF?
F:\>gpuplotGenerator.exe generate 0 0 f:\plots xxxxxxxxxxxxxxxxxxx 0 4000000 2048 128 512
-------------------------
GPU plot generator v2.1.1
-------------------------
Author: Cryo
Bitcoin: 138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD
Burst: BURST-YA29-QCEW-QXC3-BKXDL
----
Path: f:\plots
Nonces: 0 to 4001792 (977 GB)
Process memory: 512MB
Threads number: 128
Hashes number: 512
----
Retrieving OpenCL platforms
Retrieving OpenCL GPU devices
Creating OpenCL context
Creating OpenCL command queue
Creating CPU buffer
Creating OpenCL GPU generation buffer
Creating OpenCL GPU scoops buffer
Creating OpenCL program
Building OpenCL program
Creating OpenCL step1 kernel
Setting OpenCL step1 kernel static arguments
Creating OpenCL step2 kernel
Setting OpenCL step2 kernel static arguments
Creating OpenCL step3 kernel
Setting OpenCL step3 kernel static arguments
0% (0/4001792 nonces), 0.331492 nonces/minutes, ETA: 201201h12m31s...
Hi, I think that your gpuplot use your CPU..
get platform id with this command -> gpuPlotGenerator list platforms
if you get two platform id , maybe 0 is your CPU and 1 you GPU
so you must set the command as --> F:\>gpuplotGenerator.exe generate 1 0 f:\plots xxxxxxxxxxxxxxxxxxx 0 4000000 2048 128 512
Platforms number: 1
----
Id: 0
Name: AMD Accelerated Parallel Processing
Vendor: Advanced Micro Devices, Inc.
Version: OpenCL 1.2 AMD-APP (1348.5)
gpuPlotGenerator.exe list devices 0
Devices number: 2
----
Id: 0
Type: GPU
Name: Redwood
Vendor: Advanced Micro Devices, Inc.
Version: OpenCL 1.2 AMD-APP (1348.5)
Driver version: 1348.5 (VM)
Max global memory size: 1024 MB
Max local memory size: 32 KB
Max work group size: 256
----
Id: 1
Type: CPU
Name: Intel(R) Xeon(R) CPU X5450 @ 3.00GHz
Vendor: GenuineIntel
Version: OpenCL 1.2 AMD-APP (1348.5)
Driver version: 1348.5 (sse2)
Max global memory size: 2048 MB
Max local memory size: 32 KB
Max work group size: 1024
I'm using 0 0 so its trying to use the GPU but doesn't work.