From de8e00b3fa36edcf7b8f5452501eff8bc0cdc70f Mon Sep 17 00:00:00 2001 From: Ayub Gubran Date: Tue, 25 Oct 2011 11:29:28 -0800 Subject: Undoing the rest of files mistakly changed in CL10695, this change completes the work of CL10697 which undone the changes to one file (stream_manager.cc). Here I undo the changes for 4 make files and more importantly the setup_enviroment file where I uncommented the include path of openCL as the case before CL10695, and I kept Tim changes to the CUDA path done later in CL10723 which he made originally to undo the work I did but didn't uncommet the openCL path which I do here. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10730] --- setup_enviroment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup_enviroment') diff --git a/setup_enviroment b/setup_enviroment index 0977566..d3d56f6 100644 --- a/setup_enviroment +++ b/setup_enviroment @@ -10,7 +10,7 @@ export QTINC=/usr/include export BOOST_ROOT=/usr/include/boost export BOOST_LIB=/usr/lib64 export BOOST_VER= -#export NVOPENCL_LIBDIR=/usr/lib64 +export NVOPENCL_LIBDIR=/usr/lib64 # change this to point to your installation of the NVIDIA compute SDK export NVIDIA_COMPUTE_SDK_LOCATION=~/NVIDIA_GPU_Computing_SDK -- cgit v1.3