From 6883d0dcc8748ea6af9526ec2a96dd166c7e4c28 Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Thu, 19 Apr 2012 08:34:51 -0800 Subject: Allowing capability up to sm_20, fixed ocl failures [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12025] --- src/cuda-sim/ptx_loader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cuda-sim/ptx_loader.cc') diff --git a/src/cuda-sim/ptx_loader.cc b/src/cuda-sim/ptx_loader.cc index d3d87f7..0c34c99 100644 --- a/src/cuda-sim/ptx_loader.cc +++ b/src/cuda-sim/ptx_loader.cc @@ -357,7 +357,7 @@ void gpgpu_ptxinfo_load_from_string( const char *p_for_info, unsigned source_num extra_flags[0]=0; #if CUDART_VERSION >= 3000 - snprintf(extra_flags,1024,"--gpu-name=sm_13"); + snprintf(extra_flags,1024,"--gpu-name=sm_20"); #endif snprintf(commandline,1024,"ptxas %s -v %s --output-file /dev/null 2> %s", -- cgit v1.3