diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-04-19 08:34:51 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:05 -0700 |
| commit | 6883d0dcc8748ea6af9526ec2a96dd166c7e4c28 (patch) | |
| tree | 27f931c2dbb5a1e028de4a21d71855c6c7a1740a /src/cuda-sim/ptx_loader.cc | |
| parent | 0cb76063ce079a0606598e145da351f134235ab5 (diff) | |
Allowing capability up to sm_20, fixed ocl failures
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12025]
Diffstat (limited to 'src/cuda-sim/ptx_loader.cc')
| -rw-r--r-- | src/cuda-sim/ptx_loader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
