bhamon / gpuPlotGenerator

GPU plot generator for Burst coin
Other
44 stars 27 forks source link

Incorrect PoC2 file if using multiple output #56

Open zohead opened 6 years ago

zohead commented 6 years ago

If I use gpuPlotGenerator in multiple output files mode:

gpuPlotGenerator generate direct /path/123456_0_8192_8192_2 /path/123456_8192_8192_8192_2

then probably only the last plot file will be correct, other files will not be the same as single file mode.

gpuPlotGenerator generate direct /path/123456_0_8192_8192_2 gpuPlotGenerator generate direct /path/123456_8192_8192_8192_2

In this mode, both two plot files are correct.

This happens in Linux with AMD RX 470 GPU card, if I switch to RX 260x GPU, this doesn't happen.

Also if I generate two PoC1 files by one command, then both two PoC1 plot file are correct.

zohead commented 6 years ago

BTW, my devices.txt config is like:

0 0 8192 32 8192

If I change device config to:

0 0 512 32 8192

then gpuPlotGenerator plot multiple files by one command, all plot files are correct.

taulzhu commented 6 years ago

did you find the reason why it is wrong with AMD RX 470 GPU card ?