diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index ce24744af8..0000000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.a filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/README.md b/README.md index 46bd76e70e..61fa07f5c8 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ $ cargo +nightly bench --features="unstable" To run the benchmarks on Linux with GPU optimizations enabled: ```bash +$ wget https://solana.com/gpu/latest/libcuda_verify_ed25519.a $ cargo +nightly bench --features="unstable,cuda" ```