diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-05 23:28:12 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-06-05 23:28:12 -0400 |
| commit | d553124832aca461dda4dd7d503748d22b44bbe2 (patch) | |
| tree | c69651448ecf13e427237df85bd31f5d508bbfdd /libcuda/cuda_api_object.h | |
| parent | fea710871ec72ea9515e14c228edd60fbd4e6241 (diff) | |
Add cuda_api_object and move some var
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda/cuda_api_object.h')
| -rw-r--r-- | libcuda/cuda_api_object.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libcuda/cuda_api_object.h b/libcuda/cuda_api_object.h new file mode 100644 index 0000000..86ffa98 --- /dev/null +++ b/libcuda/cuda_api_object.h @@ -0,0 +1,11 @@ +#ifndef __cuda_api_object_h__ +#define __cuda_api_object_h__ +class cuobjdumpSection; + +class cuda_runtime_api { + public: + // global list + std::list<cuobjdumpSection*> libSectionList; + // member function list +}; +#endif /* __cuda_api_object_h__ */ |
