Skip to content

Tags: sp00n/CoreCycler

Tags

v0.11.0.3

Toggle v0.11.0.3's commit message
- PawnIO 2.1.0 broke the detection, fixed it

- Updated ryzen-smu-cli and SMUDebugTool to work with PawnIO 2.1.0
- Improved error message display when ryzen-smu-cli fails
- The script now retries to write the log file if it fails, and if it fails repeatedly, it will try to identify the process that is blocking access to the log file

v0.11.0.0

Toggle v0.11.0.0's commit message
- Replaced the WinRing0 system driver with PawnIO for setting the Cur…

…ve Optimizer values with ryzen-smu-cli (IntelVoltagTool still uses WinRing0)

- Removed PBO2Tuner (contains WinRing0)
- Removed pbocli (contains WinRing0)
- Added SMUDebugTool as a replacement
- Updated y-cruncher to version 0.8.7 Build 9547
- 00-x86 is back for y-cruncher, and is now the default test for y-cruncher again
- "SFT" and "FFT" have been removed as tests for y-cruncher

v0.11.0.0alpha4

Toggle v0.11.0.0alpha4's commit message
- You can now use "auto" for the mode in y-cruncher, which will use t…

…he automatically selected binary that y-cruncher selects

- Added a new "CorePairs" option for the core testing order. This will form "pairs" for cores, so e.g. 0-1, 0-2, 0-n, up to n-0, n-1, n-(n-1)
- Updated the included BoostTester tool to a version that supports longer test durations via the "--core-repeat <n>" argument
- Added a "Run Multiconfig CoreCycler.bat" batch file that allows you to chain multiple config files, it will look for "multiconfig-x.ini" files (see the file comments for caveats)
- Multiple bug fixes and hopefully clearer error messages

v0.11.0.0alpha1

Toggle v0.11.0.0alpha1's commit message
Added "CurrentValues" as the default value for the "startValues" sett…

…ing, to make it more clear what it does

0.10.1.0alpha1

Toggle 0.10.1.0alpha1's commit message
Fixed deploy code violations

v0.10.0.0

Toggle v0.10.0.0's commit message
Remove trailing whitespaces

v0.10.0.0alpha5

Toggle v0.10.0.0alpha5's commit message
Fixed a bug that prevented the automatic test mode for resume the tes…

…t is the crash happened on core 0

v0.10.0.0alpha4

Toggle v0.10.0.0alpha4's commit message
- Fixed another bug with the Linpack path, which was introduced by th…

…e last two bug fixes

- Ryzen 9000 is unfortunately not supported yet for the Automatic Test Mode

v0.10.0.0alpha3

Toggle v0.10.0.0alpha3's commit message
- Added config presets for Automatic Test Mode

- Fixed a bug where Linpack wouldn't start from a directory including a space (fixes #84)
- Fixed a bug where resuming after a crash with a "default" coresToTest order would result in an index out of bounds error (fixes #85)
- Also it didn't resume on the crashed core
- the config file's content is now put into the log file for easier debugging
- Fixed a bug where the log file for y-cruncher was actually using the naming scheme for Linpack (under unclear circumstances, but it happened at least once)
- Fixed a bug when the update check doesn't return any output at all (fixes #83)

v0.10.0.0alpha2

Toggle v0.10.0.0alpha2's commit message
Fixed a bug with the detection of the starting values (fixes #79).

Added some additional error messages.