Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-11 | Add an experimental CUDA program to find the hashHEADmaster | cflip | |
Since the CPU can only do things so fast, I'd like to use GPU acceleration to speed up the process. This simple CUDA program is able to find hashes up to about 5 characters long, but doesn't seem to work after that. Eventually I'd like to integrate this with the main program instead of compiling a separate executable. | |||
2022-12-11 | Use 64-bit integers to store hashes | cflip | |
2022-12-11 | Fix typo in function name | cflip | |
2022-12-11 | Implement multithreading | cflip | |
2022-12-11 | Initial commit | cflip | |