From 8289108d1607154aaaf63bf413309a7bc263bcd8 Mon Sep 17 00:00:00 2001 From: Evghenii Date: Mon, 27 Jan 2014 14:33:42 +0100 Subject: [PATCH] fix --- examples_ptx/ptxgen/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples_ptx/ptxgen/Makefile b/examples_ptx/ptxgen/Makefile index 3e47d89e..388886fa 100644 --- a/examples_ptx/ptxgen/Makefile +++ b/examples_ptx/ptxgen/Makefile @@ -1,7 +1,7 @@ CUDA55 = /usr/local/cuda-5.5 CUDA60 = /usr/local/cuda-6.0 -CUDA55 = /opt/cuda/5.5 -CUDA60 = /opt/cuda/5.5 +#CUDA55 = /opt/cuda/5.5 +#CUDA60 = /opt/cuda/5.5 all: ptxgen55 ptxgen60 ptxgen60: ptxgen.cpp