Skip to content

Releases: preda/gpuowl

PRPLL 0.15

02 Sep 17:09
Compare
Choose a tag to compare

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

28 Aug 04:55
Compare
Choose a tag to compare
- try to fix rename on Windows
- tail kernels refactorings

PRPLL 0.13

01 Aug 11:58
Compare
Choose a tag to compare
  • adds res2048 to PRP tests results.
  • small changes to savefile format, bump savefile version to 13.

PRPLL 0.12

31 Jul 10:31
Compare
Choose a tag to compare

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

12 Jul 11:10
Compare
Choose a tag to compare

Fixes LL.
A couple other fixes.

PRPLL 0.10

26 Jun 06:06
Compare
Choose a tag to compare

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

18 May 11:30
Compare
Choose a tag to compare

#285 Updated the prebuilts with -use OLD_FENCE=0/1
By default use old fence on Nvidia.

v7.5

12 Feb 06:41
Compare
Choose a tag to compare

Identify GPUs by PCIe id or unique-id properly in the OpenCL device list.
Tested on Linux with AMD GPUs.