projects
/
libnemo.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libnemo.git
2025-01-07
Chris Duncan
Merge redundant find function with calculate to form...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Inline G mix function addition steps to eliminate a...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Log some more benchmarks. Switch back to PowGl for...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Get rid of extraneous logging in PowGl.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Rename and export PowGl for systems that don't support...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Avoid loading nano-webgl-pow entirely. Upload bundle...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Remove final unused v array pointer.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Replace v[d] indexes with pointers.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Replace v[c] indexes with pointers.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Replace v[b] indexes with pointers.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Remove replaced v[a] arguments.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Remove v array now that individual variables have been...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Try updating G mix function again; rounds need to be...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Revert array pointer dereferencing to troubleshoot...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Revert some pointer implementations due to incorrect...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Fix variable name.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-07
Chris Duncan
Refactor returned promises.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
notes
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Fix this later.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Throw more specific error during search call. Revert...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Upload bundle for platform testing.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Set workload dynamically based on hardware.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Eliminate redundant find function. Rename #calculate...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Note long benchmark run.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Skip nano-webgl-pow test comparison for now.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Upload bundle for testing.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Convert first of four v accessors to pointer references.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Benchmark min and max times, and add another round...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Move benchmarks notes and add new timings.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Wait a maximum of 8 seconds to load GPU.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Remove outdated documentation comment.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Eliminate m array. Fix nonce construction.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Pass literal zeros since these array indexes are never...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Yep, it was an issue.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Delete unused parameter.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Update G mix rounds 6-11.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Update G mix round 5 (round 4 was done in previous...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Document odd difference between blake C reference imple...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Update G mix round 3.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Update G mix round 2.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Intermediate update to convert m array lookups to varia...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Substitute remaining SIGMA82 array lookups with literal...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Push new bundle for testing.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Restore SIGMA82 definition until substitution is comple...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-06
Chris Duncan
Start eliminating SIGMA index lookups.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Remove unused addition function.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Document addition steps using structure from blake...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Inline 64-bit addition to eliminate a function call.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Back up rolled-up shader code.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Reintroduce workload variable to allow hardware to...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
All arrays will eventually be deconstructed for perform...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Remove logging.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Set local variable for UBO member to avoid slowly deref...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Unroll blake compression rounds.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
PoW does not need to be secure, so just use basic fast...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Restart calculatino if nonce is not found, in order...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Skip original pow tests for now. Reduce test suite...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Fix copypasta typos in threshold check.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Shortcut conditional by validating nonce prior to loadi...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Revert nonce and found swap.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Scrap in-shader loop since it is probably triggering...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Remove extraneous commenting. Move XOR to start of...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Decrease workgroup size and implement loop in shader...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Stress test block performance with PowGpu.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Save some benchmarking notes.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-05
Chris Duncan
Document construction and purpose of thread ID.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Change loop index variable name in G mixing function...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Push new bundles for platform testing.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Restore additional block performance tests now that...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Add PowGpu performance tests outside of Block scope...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Reset `found` flag between executions.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Export PowGpu from main for users beyond Blocks. Small...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Configure UBO buffer during static initialization.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Fix threshold offset in Javascript. Tweak commenting...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Pass in random data to initialize nonce.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Reduce block performance test for getting powgpu right.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Remove logging.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Move atomic check to start of main. Add atomic check...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Tweak logging.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-04
Chris Duncan
Do a bit reversal to create a psuedo random looking...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-03
Chris Duncan
Bundle changes to test on other platforms.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-03
Chris Duncan
Fix nonce output to CPU which is expecting the 32-bit...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-03
Chris Duncan
Remove redundant comment.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-03
Chris Duncan
Rename variables for a little more clarity.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-03
Chris Duncan
Change blake2b function name to align with reference...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-03
Chris Duncan
Tweak commenting and test loop size.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Only try to load GPU every tenth of a second.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Extend dispatch dimensions. Tweak commenting.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Remove unused RAF call. Warn user if pow completed...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Ensure nonce hex string is 16 characters.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Initialize v before computation loop. Change from poten...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Test against actual threshold.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Explicitly specify units are unsigned.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Dereference array args instead of creating copies.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Explicitly specify integers are unsigned.
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Tweak author credit comment for BLAKE2b derivation...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Fix default export const to separate this class from...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Fix invocation ID construction. Add "found" flag as...
commit
|
commitdiff
|
tree
|
snapshot
2025-01-02
Chris Duncan
Start experimenting with 4-byte assignment using workgr...
commit
|
commitdiff
|
tree
|
snapshot
next