summaryrefslogtreecommitdiff
path: root/libcuda/cuda_api_object.h
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-06-05 23:28:12 -0400
committerMengchi Zhang <[email protected]>2019-06-05 23:28:12 -0400
commitd553124832aca461dda4dd7d503748d22b44bbe2 (patch)
treec69651448ecf13e427237df85bd31f5d508bbfdd /libcuda/cuda_api_object.h
parentfea710871ec72ea9515e14c228edd60fbd4e6241 (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.h11
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__ */