diff options
| author | Amruth <[email protected]> | 2018-04-06 11:22:48 -0700 |
|---|---|---|
| committer | Amruth <[email protected]> | 2018-04-06 11:22:48 -0700 |
| commit | 2f9cdd0ac0954bae8822d0cfdb68fa4173087c1b (patch) | |
| tree | 03149d05e35219f20e400f5dbd2f41000916a6e3 /libcuda | |
| parent | e1dc8113aa2a51885541f96943bd8d90eaccd968 (diff) | |
fixing arch flags
Diffstat (limited to 'libcuda')
| -rw-r--r-- | libcuda/cuda_runtime_api.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc index 3fd88dc..184325c 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -1911,7 +1911,7 @@ void cuobjdumpParseBinary(unsigned int handle){ if (capability > max_capability) max_capability = capability; } if (max_capability > 20) printf("WARNING: No guarantee that PTX will be parsed for SM version %u\n", max_capability); - max_capability=context->get_device()->get_gpgpu()->get_config().get_forced_max_capability(); + //max_capability=context->get_device()->get_gpgpu()->get_config().get_forced_max_capability(); cuobjdumpPTXSection* ptx = NULL; const char* pre_load = getenv("CUOBJDUMP_SIM_FILE"); |
