nano-pow.git
2025-01-16 Chris DuncanUpdate dispatch size defaults to reflect the fact that...
2025-01-16 Chris DuncanLog more benchmarks, and note that dispatch 0x800 and...
2025-01-16 Chris DuncanSome benchmarks with updated shader.
2025-01-16 Chris DuncanGrammar and math.
2025-01-16 Chris DuncanStart taking new benchmarks with updated shader.
2025-01-16 Chris DuncanAdjust debug table output. Increase base dispatch size.
2025-01-16 Chris DuncanPrune steps from final round that do not affect final...
2025-01-16 Chris DuncanSome final steps are unnecessary since we only use...
2025-01-16 Chris DuncanWrite better documentation of G mixing algorithm and...
2025-01-16 Chris DuncanAdjust documentation now that components have been...
2025-01-16 Chris DuncanRevert special nonce naming to maintain consistency...
2025-01-16 Chris DuncanInline XOR part of bit rotation step so that an assignm...
2025-01-16 Chris DuncanReplace constructors of vector constants with actual...
2025-01-16 Chris DuncanReplace 32-bit rotations using two assignments with...
2025-01-16 Chris DuncanReplace 16 and 63 bit rotations with swizzle version.
2025-01-16 Chris DuncanReplace all 24-bit rotations with swizzle version.
2025-01-16 Chris DuncanReplace all 32-bit rotations with swizzle. Start workin...
2025-01-16 Chris DuncanTry switching swizzles.
2025-01-16 Chris DuncanSwizzle on other bit shift not working but leaving...
2025-01-16 Chris DuncanThis is just one example of reversing bits with a swizz...
2025-01-16 Chris DuncanFix rate reporting. Add benchmarks.
2025-01-16 Chris DuncanReplace selects with simple carry arithmetic since...
2025-01-16 Chris DuncanConvert blockhash u32 scalars to vec2 vectors.
2025-01-16 Chris DuncanRemove false positive from benchmarks since it is now...
2025-01-16 Chris DuncanAdd edge cases to validate check on testing web page...
2025-01-16 Chris DuncanSplit main into separate entry points to fix false...
2025-01-16 Chris DuncanFix validation in gl implementation which could return...
2025-01-15 Chris DuncanAdd data to error message.
2025-01-15 Chris DuncanSave another couple benchmarks but also note an issue...
2025-01-15 Chris DuncanFix bug with GL validate.
2025-01-15 Chris DuncanYeah, lucky pass. Log a couple more benchmarks. Set...
2025-01-15 Chris DuncanMight be just a lucky pass, but this is the best benchm...
2025-01-15 Chris DuncanRevert to workgroup size 64. Create NanoPowOptions...
2025-01-15 Chris DuncanBenchmarking.
2025-01-15 Chris DuncanUpdate documentation comments.
2025-01-14 Chris DuncanReplace m[0-1] with nonce vector.
2025-01-14 Chris DuncanRename `v` vectors to align with reference implementation.
2025-01-14 Chris DuncanBenchmarks.
2025-01-14 Chris DuncanWhitespace.
2025-01-14 Chris DuncanClean up whitespace.
2025-01-14 Chris DuncanRemove last instances of original v scalar variables.
2025-01-14 Chris DuncanReplace remaining 32-bit rotations.
2025-01-14 Chris DuncanReplace another 32-bit rotation.
2025-01-14 Chris DuncanThe 32-bit rotate was not correctly or completely imple...
2025-01-14 Chris DuncanClean up whitespace in round 0 to get a better idea...
2025-01-14 Chris DuncanRemove unused v20-23 scalars.
2025-01-14 Chris DuncanRemove last usage of v5-7 scalars.
2025-01-14 Chris DuncanRemove last usage of v4 scalar.
2025-01-14 Chris DuncanRemove last usage of v3 scalar.
2025-01-14 Chris DuncanRemove last usage of v2 scalar.
2025-01-14 Chris DuncanDelete unused o0 and o1 scalar variables.
2025-01-14 Chris DuncanReplace remaining m scalar operations.
2025-01-14 Chris DuncanReplace more m scalar operations.
2025-01-14 Chris DuncanReplace more m scalar operations.
2025-01-14 Chris DuncanStart replacing m scalar operations.
2025-01-14 Chris DuncanRemove last usage of v1 scalar.
2025-01-14 Chris DuncanRemove unnecessary v[20-23] scalar assignments.
2025-01-14 Chris DuncanRemove unnecessary v[12-19] scalar assignments.
2025-01-14 Chris DuncanRemove unnecessary v[8-11] scalar assignments.
2025-01-14 Chris DuncanRemove unnecessary v[8-9] scalars.
2025-01-14 Chris DuncanRemove unnecessary v[20-23] scalars.
2025-01-14 Chris DuncanRemove unnecessary v[12-19] scalars.
2025-01-14 Chris DuncanRemove unnecessary v[10-11] scalars.
2025-01-14 Chris DuncanRemove unnecessary v0 scalar.
2025-01-14 Chris DuncanReplace remaining scalar of threshold comaparison with...
2025-01-14 Chris DuncanRemove extraneous comments since operations are getting...
2025-01-14 Chris DuncanRemove deprecated xor0 and xor1 variables.
2025-01-14 Chris DuncanReplace rest of 63-bit scalar rotations with vector...
2025-01-14 Chris DuncanReplace some 63-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace rest of 16-bit scalar rotations with vector...
2025-01-14 Chris DuncanReplace some 16-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace some 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanAdd vector variable for storing XOR results during...
2025-01-14 Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanFix rotation assignments for interim values while conve...
2025-01-14 Chris DuncanReplace some 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace scalar in threshold check with vector component.
2025-01-14 Chris DuncanRemove unneeded v_01 vector assignments.
2025-01-14 Chris DuncanReplace scalar addition involving v[0-1] and m with...
2025-01-14 Chris DuncanAdd calculation rate to benchmarks.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanRepalce more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
next