summaryrefslogtreecommitdiff
path: root/libcuda/cuda_runtime_api.cc
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-07-02 00:22:15 -0400
committerMengchi Zhang <[email protected]>2019-07-02 00:22:15 -0400
commit3600ed5c59adafe40840524d19f622aa25e60dd6 (patch)
treef0175d95d1354851ba9043c4be373565d53d6d43 /libcuda/cuda_runtime_api.cc
parentcb678c3670de4a435a3260ed80dc476da3860082 (diff)
Move ptxinfo_addinfo
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda/cuda_runtime_api.cc')
-rw-r--r--libcuda/cuda_runtime_api.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc
index a34727f..eb645ce 100644
--- a/libcuda/cuda_runtime_api.cc
+++ b/libcuda/cuda_runtime_api.cc
@@ -274,7 +274,7 @@ gpgpu_context* GPGPU_Context()
return gpgpu_ctx;
}
- void ptxinfo_addinfo()
+ void ptxinfo_data::ptxinfo_addinfo()
{
if(!get_ptxinfo_kname()){
/* This info is not per kernel (since CUDA 5.0 some info (e.g. gmem, and cmem) is added at the beginning for the whole binary ) */