summaryrefslogtreecommitdiff
path: root/libcuda/cuda_api_object.h
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-07-12 00:09:29 -0400
committerMengchi Zhang <[email protected]>2019-07-12 00:17:48 -0400
commit4671280cfe7252bf875d071e667f57064250a1b7 (patch)
treeac288c82821809325bbe36a2c1c2fce7ec082b70 /libcuda/cuda_api_object.h
parent524c7e2ff37bba3ec60706605b34c6e354f928f1 (diff)
Move g_cdp_enabled
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda/cuda_api_object.h')
-rw-r--r--libcuda/cuda_api_object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcuda/cuda_api_object.h b/libcuda/cuda_api_object.h
index db5e6a4..51416f2 100644
--- a/libcuda/cuda_api_object.h
+++ b/libcuda/cuda_api_object.h
@@ -199,6 +199,7 @@ class cuda_runtime_api {
std::list<cuobjdumpSection*> mergeSections();
cuobjdumpELFSection* findELFSection(const std::string identifier);
cuobjdumpPTXSection* findPTXSection(const std::string identifier);
+ cuobjdumpPTXSection* findPTXSectionInList(std::list<cuobjdumpSection*> &sectionlist, const std::string identifier);
void cuobjdumpRegisterFatBinary(unsigned int handle, const char* filename, CUctx_st *context);
kernel_info_t *gpgpu_cuda_ptx_sim_init_grid( const char *kernel_key,
gpgpu_ptx_sim_arg_list_t args,