summaryrefslogtreecommitdiff
path: root/libcuda/cuda_runtime_api.cc
diff options
context:
space:
mode:
authorJonathan <[email protected]>2018-06-04 16:53:23 -0700
committerJonathan <[email protected]>2018-06-04 16:53:23 -0700
commit73fea7152926dbc41cf008a4ed3402cc1feeefa7 (patch)
tree29dfb7ba55669240336cd191ff9661f5234c0dc7 /libcuda/cuda_runtime_api.cc
parent2278609c8e279e7dfba49211256e818e3152318b (diff)
parses through all ptx files, TODO: need to impl dp4a
Diffstat (limited to 'libcuda/cuda_runtime_api.cc')
-rw-r--r--libcuda/cuda_runtime_api.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc
index ece958e..d03caf7 100644
--- a/libcuda/cuda_runtime_api.cc
+++ b/libcuda/cuda_runtime_api.cc
@@ -1546,7 +1546,6 @@ void extract_ptx_files_using_cuobjdump(bool g_cdp_enabled){
void cuobjdumpParseBinary(unsigned int handle){
-
if(fatbin_registered[handle]) return;
fatbin_registered[handle] = true;
CUctx_st *context = GPGPUSim_Context();