From d7809cae28dd28ac86555e53cb2d125656aa3ec0 Mon Sep 17 00:00:00 2001 From: Jimmy Kwa Date: Thu, 28 Oct 2010 12:19:50 -0800 Subject: fixed decuda_to_ptxplus's makefile after being moved into distribution. Moved getDecuda into distribution as well. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7943] --- getDecuda/getDecuda.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 getDecuda/getDecuda.sh (limited to 'getDecuda/getDecuda.sh') diff --git a/getDecuda/getDecuda.sh b/getDecuda/getDecuda.sh new file mode 100755 index 0000000..a4a7db9 --- /dev/null +++ b/getDecuda/getDecuda.sh @@ -0,0 +1,10 @@ +# This script downloads the latest version of decuda from http://github.com/laanwj/decuda, untars it and patches it. +# Currently hardcoded to work with only decuda 0.4.2. + +# decuda.patch must be in the same folder as getDecuda.sh + +wget -q http://github.com/laanwj/decuda/tarball/master +tar -xf ./laanwj-decuda-c30bd17.tar.gz +mv laanwj-decuda-c30bd17 ../decuda +patch -s -d ../decuda < ./decuda.patch +rm ./laanwj-decuda-c30bd17.tar.gz -- cgit v1.3