From f6e5f2439d75b5fb593de8378a8fbb9d474fa027 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 27 Apr 2018 15:47:13 -0700 Subject: [PATCH] Add GPU library for Linux systems To get solana to use the GPU, invoke cargo with "--features=cuda". Former-commit-id: ea904df6e53d98a32e3f6103ee82cdf7ba08bf21 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..ce24744af8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.a filter=lfs diff=lfs merge=lfs -text \ No newline at end of file