solana-perf-libs
solana-perf-libs copied to clipboard
C and CUDA libraries to enhance Solana
`ed25519_verify_many` in both the CUDA and OpenCL backends appears to verify the individual signatures in parallel. The subsection "Fast batch verification" from Section 5 of DJB's paper "High-speed high-security signatures"...
if would be great if your docs mentioned different gpu-code, gpu-architecture and how to change those. for example, my gpu ( Quadro P2200) doesn't support above `sm_75`, so the compile...
Hi! I'm trying to test ed25519 verification with opencl. However, I'm having trouble running the example: ``` ./cl_ed25519_verify -v 100000 10 777 4 20 0 OpenCL platform query & init......
Currently `GPU_CFLAGS` (containing `--gpu-code` and `--gpu-architecture`) are being passed to `nvcc` during compilation, but not when producing the shared object (`.so`) library. As a result, `nvcc`'s defaults are being used,...
changed agent, it will only trigger when perf repo changes