Merge pull request #179 from garious/update-readme
Update README with proposed way to download the gpu lib
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							@@ -1 +0,0 @@
 | 
				
			|||||||
*.a filter=lfs diff=lfs merge=lfs -text
 | 
					 | 
				
			||||||
@@ -146,6 +146,7 @@ $ cargo +nightly bench --features="unstable"
 | 
				
			|||||||
To run the benchmarks on Linux with GPU optimizations enabled:
 | 
					To run the benchmarks on Linux with GPU optimizations enabled:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
 | 
					$ wget https://solana.com/gpu/latest/libcuda_verify_ed25519.a
 | 
				
			||||||
$ cargo +nightly bench --features="unstable,cuda"
 | 
					$ cargo +nightly bench --features="unstable,cuda"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user