diff options
| author | Jonathan <[email protected]> | 2018-06-04 16:53:23 -0700 |
|---|---|---|
| committer | Jonathan <[email protected]> | 2018-06-04 16:53:23 -0700 |
| commit | 73fea7152926dbc41cf008a4ed3402cc1feeefa7 (patch) | |
| tree | 29dfb7ba55669240336cd191ff9661f5234c0dc7 /libcuda | |
| parent | 2278609c8e279e7dfba49211256e818e3152318b (diff) | |
parses through all ptx files, TODO: need to impl dp4a
Diffstat (limited to 'libcuda')
| -rw-r--r-- | libcuda/cuda_runtime_api.cc | 1 |
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(); |
