diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-12 01:42:52 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-06-12 01:42:52 -0400 |
| commit | 9e52c143a883f682c02d81149748cdf8aa5508f7 (patch) | |
| tree | ceaa34447db6adc3f26860d73db61df545ba86f9 /libcuda/cuda_api_object.h | |
| parent | ba1ed2941753ae8406bc9ec4a0de1eddc6454a1c (diff) | |
Move some function from ptx_loader to gpgpu_context
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda/cuda_api_object.h')
| -rw-r--r-- | libcuda/cuda_api_object.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcuda/cuda_api_object.h b/libcuda/cuda_api_object.h index f9a4fde..0054697 100644 --- a/libcuda/cuda_api_object.h +++ b/libcuda/cuda_api_object.h @@ -191,7 +191,6 @@ class cuda_runtime_api { void cuobjdumpInit(); void extract_code_using_cuobjdump(); void extract_ptx_files_using_cuobjdump(CUctx_st *context); - void cuobjdumpParseBinary(unsigned int handle); std::list<cuobjdumpSection*> pruneSectionList(CUctx_st *context); std::list<cuobjdumpSection*> mergeMatchingSections(std::string identifier); std::list<cuobjdumpSection*> mergeSections(); |
