Releases: preda/gpuowl
Releases · preda/gpuowl
PRPLL 0.15
PRPLL 0.15
- fix rename on Windows
- fix PRP result with proof power 0
- always verify generated proof
- works on ROCm 6.2.0
Full Changelog: v/prpll/0.14...v/prpll/0.15
PRPLL 0.14
- try to fix rename on Windows - tail kernels refactorings
PRPLL 0.13
- adds res2048 to PRP tests results.
- small changes to savefile format, bump savefile version to 13.
PRPLL 0.12
PRPLL 0.12
- generates LL results (to be sent to server)
- split log files to per-worker gpuowl-N.log
- rename work-N.txt to workdoto-N.txt
- hopefully more resilient concurent modification to pool worktodo.txt
PRPLL 0.11
Fixes LL.
A couple other fixes.
PRPLL 0.10
Added tuning options:
-ztune for BPW tuning (for devs)
-ctune for config tuning (IN_WG,IN_SIZEX,OUT_WG,OUT_SIZEX)
-tune for FFT tuning
Changed FFT spec to be WIDTH:MIDDLE:HEIGHT:variant:carry64, e.g.
1K:13:256:3:1
to indicate the high-precision, 64-bit carry, 1K:13:256 FFT.
Full Changelog: v/prpll/0.9...v/prpll/0.10
Purple 0.9
#285 Updated the prebuilts with -use OLD_FENCE=0/1
By default use old fence on Nvidia.