diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-02 00:22:15 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-02 00:22:15 -0400 |
| commit | 3600ed5c59adafe40840524d19f622aa25e60dd6 (patch) | |
| tree | f0175d95d1354851ba9043c4be373565d53d6d43 /libcuda | |
| parent | cb678c3670de4a435a3260ed80dc476da3860082 (diff) | |
Move ptxinfo_addinfo
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda')
| -rw-r--r-- | libcuda/cuda_runtime_api.cc | 2 |
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 ) */ |
