Python script GPU computing intead CPU
Budget: $10 – $30 USD
I need to rewrite the python source code to use the GPU - CUDA instead of the CPU. I have a Geforce RTX 3070 OC 8GB graphics card.
The code must be rewritten so that it uses maximally the performance of the card.
Maximum number of threads and maximum speed.
You need to add a few more lines to show the current hashrate (MH / s).
I was thinking about using Numba libraries
Example:
https://stackoverflow.com/questions/68880150/numba-in-python-for-faster-hashing
The code must be rewritten so that it uses maximally the performance of the card.
Maximum number of threads and maximum speed.
You need to add a few more lines to show the current hashrate (MH / s).
I was thinking about using Numba libraries
Example:
https://stackoverflow.com/questions/68880150/numba-in-python-for-faster-hashing