From b27f110d3ca92f7af869b298105ae014581367e9 Mon Sep 17 00:00:00 2001 From: speverel Date: Thu, 12 May 2016 14:45:11 -0700 Subject: Commented out line that checks for identifier in PTX file so that sim runs in 7.5 --- libcuda/cuda_runtime_api.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcuda/cuda_runtime_api.cc') 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 sectionli ){ cuobjdumpPTXSection* ptxsection; if((ptxsection=dynamic_cast(*iter)) != NULL){ - if(ptxsection->getIdentifier() == identifier) + //if(ptxsection->getIdentifier() == identifier) return ptxsection; } } -- cgit v1.3