projects
/
nano-pow.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
nano-pow.git
2025-01-16
Chris Duncan
Update dispatch size defaults to reflect the fact that...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Log more benchmarks, and note that dispatch 0x800 and...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Some benchmarks with updated shader.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Grammar and math.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Start taking new benchmarks with updated shader.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Adjust debug table output. Increase base dispatch size.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Prune steps from final round that do not affect final...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Some final steps are unnecessary since we only use...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Write better documentation of G mixing algorithm and...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Adjust documentation now that components have been...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Revert special nonce naming to maintain consistency...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Inline XOR part of bit rotation step so that an assignm...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Replace constructors of vector constants with actual...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Replace 32-bit rotations using two assignments with...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Replace 16 and 63 bit rotations with swizzle version.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Replace all 24-bit rotations with swizzle version.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Replace all 32-bit rotations with swizzle. Start workin...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Try switching swizzles.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Swizzle on other bit shift not working but leaving...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
This is just one example of reversing bits with a swizz...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Fix rate reporting. Add benchmarks.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Replace selects with simple carry arithmetic since...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Convert blockhash u32 scalars to vec2 vectors.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Remove false positive from benchmarks since it is now...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Add edge cases to validate check on testing web page...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Split main into separate entry points to fix false...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-16
Chris Duncan
Fix validation in gl implementation which could return...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-15
Chris Duncan
Add data to error message.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-15
Chris Duncan
Save another couple benchmarks but also note an issue...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-15
Chris Duncan
Fix bug with GL validate.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-15
Chris Duncan
Yeah, lucky pass. Log a couple more benchmarks. Set...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-15
Chris Duncan
Might be just a lucky pass, but this is the best benchm...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-15
Chris Duncan
Revert to workgroup size 64. Create NanoPowOptions...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-15
Chris Duncan
Benchmarking.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-15
Chris Duncan
Update documentation comments.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace m[0-1] with nonce vector.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Rename `v` vectors to align with reference implementation.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Benchmarks.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Clean up whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove last instances of original v scalar variables.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace remaining 32-bit rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace another 32-bit rotation.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
The 32-bit rotate was not correctly or completely imple...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Clean up whitespace in round 0 to get a better idea...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove unused v20-23 scalars.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove last usage of v5-7 scalars.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove last usage of v4 scalar.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove last usage of v3 scalar.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove last usage of v2 scalar.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Delete unused o0 and o1 scalar variables.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace remaining m scalar operations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more m scalar operations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more m scalar operations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Start replacing m scalar operations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove last usage of v1 scalar.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove unnecessary v[20-23] scalar assignments.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove unnecessary v[12-19] scalar assignments.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove unnecessary v[8-11] scalar assignments.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove unnecessary v[8-9] scalars.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove unnecessary v[20-23] scalars.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove unnecessary v[12-19] scalars.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove unnecessary v[10-11] scalars.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove unnecessary v0 scalar.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace remaining scalar of threshold comaparison with...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove extraneous comments since operations are getting...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove deprecated xor0 and xor1 variables.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace rest of 63-bit scalar rotations with vector...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace some 63-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace rest of 16-bit scalar rotations with vector...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace some 16-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 24-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 24-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 24-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 24-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 24-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 24-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 24-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 24-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace some 24-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Add vector variable for storing XOR results during...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 32-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 32-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 32-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 32-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 32-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more 32-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Fix rotation assignments for interim values while conve...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace some 32-bit scalar rotations with vector rotations.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace scalar in threshold check with vector component.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Remove unneeded v_01 vector assignments.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace scalar addition involving v[0-1] and m with...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Add calculation rate to benchmarks.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more scalar addition with vector addition.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more scalar addition with vector addition.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more scalar addition with vector addition.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more scalar addition with vector addition.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Repalce more scalar addition with vector addition.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more scalar addition with vector addition.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-14
Chris Duncan
Replace more scalar addition with vector addition.
commit
|
commitdiff
|
tree
|
snapshot
next