From f159dfd15a6328a3392f9a6d272212b5f839fefb Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Mon, 7 May 2018 16:32:45 -0600 Subject: [PATCH 1/2] Update README with proposed way to download the gpu lib If you checked here yesterday, this was a top-level file in git-lfs, but that made the developer workflow more painful so we boot that file and are making it available via an http endpoint. --- README.md | 1 + 1 file changed, 1 insertion(+) 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" ``` From a4ecd09723ea39e8a46fa0069d63ae1d367933f0 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Mon, 7 May 2018 16:35:52 -0600 Subject: [PATCH 2/2] Delete .gitattributes This was used by git-lfs. --- .gitattributes | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .gitattributes 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