]> zoso.dev Git - nano-pow.git/shortlog
nano-pow.git
48 min ago Chris DuncanSuper benchmarks. main
2 hours ago Chris DuncanRemove comments about skipping and summarize their...
4 hours ago Chris DuncanInline remaining m[sigma] additions.
7 hours ago Chris DuncanStart inlining m[sigma] addition.
9 hours ago Chris DuncanIncrease effort range in test page. Benchmarks.
9 hours ago Chris DuncanIncrease allowed effort.
10 hours ago Chris DuncanAdjust test form element names and extract function...
10 hours ago Chris DuncanLog effort in test summary.
11 hours ago Chris DuncanTweak test summary output.
12 hours ago Chris DuncanAdjust how effort is set. Log search parameters when...
12 hours ago Chris DuncanFix numbers being passed as strings and doing nothing.
13 hours ago Chris DuncanAvoid main function call entirely if work was already...
13 hours ago Chris DuncanImplement busy status for gl. Wrap init in try block...
13 hours ago Chris DuncanCatch if nav.gpu does not exist. Make private method...
13 hours ago Chris DuncanTry to load gpu first.
13 hours ago Chris DuncanTweak status outputs when testing.
15 hours ago Chris DuncanFix bug with rate calculation on test page.
33 hours ago Chris DuncanAdd long benchmark at optimal dispatch size.
33 hours ago Chris DuncanPick out test page changes from other branch.
36 hours ago Chris DuncanValidate test run after computing work instead of durin...
36 hours ago Chris DuncanUpdate dispatch size defaults to reflect the fact that...
36 hours ago Chris DuncanLog more benchmarks, and note that dispatch 0x800 and...
38 hours ago Chris DuncanSome benchmarks with updated shader.
38 hours ago Chris DuncanGrammar and math.
39 hours ago Chris DuncanStart taking new benchmarks with updated shader.
39 hours ago Chris DuncanAdjust debug table output. Increase base dispatch size.
40 hours ago Chris DuncanPrune steps from final round that do not affect final...
40 hours ago Chris DuncanSome final steps are unnecessary since we only use...
40 hours ago Chris DuncanWrite better documentation of G mixing algorithm and...
41 hours ago Chris DuncanAdjust documentation now that components have been...
41 hours ago Chris DuncanRevert special nonce naming to maintain consistency...
41 hours ago Chris DuncanInline XOR part of bit rotation step so that an assignm...
41 hours ago Chris DuncanReplace constructors of vector constants with actual...
42 hours ago Chris DuncanReplace 32-bit rotations using two assignments with...
42 hours ago Chris DuncanReplace 16 and 63 bit rotations with swizzle version.
42 hours ago Chris DuncanReplace all 24-bit rotations with swizzle version.
42 hours ago Chris DuncanReplace all 32-bit rotations with swizzle. Start workin...
2 days ago Chris DuncanTry switching swizzles.
2 days ago Chris DuncanSwizzle on other bit shift not working but leaving...
2 days ago Chris DuncanThis is just one example of reversing bits with a swizz...
2 days ago Chris DuncanFix rate reporting. Add benchmarks.
2 days ago Chris DuncanReplace selects with simple carry arithmetic since...
2 days ago Chris DuncanConvert blockhash u32 scalars to vec2 vectors.
2 days ago Chris DuncanRemove false positive from benchmarks since it is now...
2 days ago Chris DuncanAdd edge cases to validate check on testing web page...
2 days ago Chris DuncanSplit main into separate entry points to fix false...
2 days ago Chris DuncanFix validation in gl implementation which could return...
2 days ago Chris DuncanAdd data to error message.
2 days ago Chris DuncanSave another couple benchmarks but also note an issue...
2 days ago Chris DuncanFix bug with GL validate.
2 days ago Chris DuncanYeah, lucky pass. Log a couple more benchmarks. Set...
2 days ago Chris DuncanMight be just a lucky pass, but this is the best benchm...
2 days ago Chris DuncanRevert to workgroup size 64. Create NanoPowOptions...
2 days ago Chris DuncanBenchmarking.
2 days ago Chris DuncanUpdate documentation comments.
3 days ago Chris DuncanReplace m[0-1] with nonce vector.
3 days ago Chris DuncanRename `v` vectors to align with reference implementation.
3 days ago Chris DuncanBenchmarks.
3 days ago Chris DuncanWhitespace.
3 days ago Chris DuncanClean up whitespace.
3 days ago Chris DuncanRemove last instances of original v scalar variables.
3 days ago Chris DuncanReplace remaining 32-bit rotations.
3 days ago Chris DuncanReplace another 32-bit rotation.
3 days ago Chris DuncanThe 32-bit rotate was not correctly or completely imple...
3 days ago Chris DuncanClean up whitespace in round 0 to get a better idea...
3 days ago Chris DuncanRemove unused v20-23 scalars.
3 days ago Chris DuncanRemove last usage of v5-7 scalars.
3 days ago Chris DuncanRemove last usage of v4 scalar.
3 days ago Chris DuncanRemove last usage of v3 scalar.
3 days ago Chris DuncanRemove last usage of v2 scalar.
3 days ago Chris DuncanDelete unused o0 and o1 scalar variables.
3 days ago Chris DuncanReplace remaining m scalar operations.
3 days ago Chris DuncanReplace more m scalar operations.
3 days ago Chris DuncanReplace more m scalar operations.
3 days ago Chris DuncanStart replacing m scalar operations.
3 days ago Chris DuncanRemove last usage of v1 scalar.
3 days ago Chris DuncanRemove unnecessary v[20-23] scalar assignments.
3 days ago Chris DuncanRemove unnecessary v[12-19] scalar assignments.
3 days ago Chris DuncanRemove unnecessary v[8-11] scalar assignments.
3 days ago Chris DuncanRemove unnecessary v[8-9] scalars.
3 days ago Chris DuncanRemove unnecessary v[20-23] scalars.
3 days ago Chris DuncanRemove unnecessary v[12-19] scalars.
3 days ago Chris DuncanRemove unnecessary v[10-11] scalars.
3 days ago Chris DuncanRemove unnecessary v0 scalar.
3 days ago Chris DuncanReplace remaining scalar of threshold comaparison with...
3 days ago Chris DuncanRemove extraneous comments since operations are getting...
3 days ago Chris DuncanRemove deprecated xor0 and xor1 variables.
3 days ago Chris DuncanReplace rest of 63-bit scalar rotations with vector...
3 days ago Chris DuncanReplace some 63-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace rest of 16-bit scalar rotations with vector...
3 days ago Chris DuncanReplace some 16-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace some 24-bit scalar rotations with vector rotations.
next