gpuPlotGenerator icon indicating copy to clipboard operation
gpuPlotGenerator copied to clipboard

Incorrect PoC2 file if using multiple output

Open zohead opened this issue 6 years ago • 2 comments

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 avatar Jul 13 '18 04:07 zohead

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.

zohead avatar Jul 13 '18 05:07 zohead

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

taulzhu avatar Jul 26 '18 06:07 taulzhu