diff options
| author | sspenst <[email protected]> | 2016-05-12 15:04:22 -0700 |
|---|---|---|
| committer | sspenst <[email protected]> | 2016-05-12 15:04:22 -0700 |
| commit | 41e327c4521fbb3a341b211666a2c90529091532 (patch) | |
| tree | b694b6881d92f49d78c7ab674c45e83889f23fba | |
| parent | b5c7639bc486640db2525d1c35877c7f6cad1377 (diff) | |
| parent | b27f110d3ca92f7af869b298105ae014581367e9 (diff) | |
Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution into dev
| -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 eed4017..496d83c 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -1525,7 +1525,7 @@ cuobjdumpPTXSection* findPTXSectionInList(std::list<cuobjdumpSection*> sectionli ){ cuobjdumpPTXSection* ptxsection; if((ptxsection=dynamic_cast<cuobjdumpPTXSection*>(*iter)) != NULL){ - if(ptxsection->getIdentifier() == identifier) + //if(ptxsection->getIdentifier() == identifier) return ptxsection; } } |
