diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-06 01:07:21 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-06-06 01:07:21 -0400 |
| commit | bd5bbc6b1d56436dbcc0cfd84e96c2d514ab4ccc (patch) | |
| tree | 5f9e53a109cc93259b6916fe71fef652f6e85a33 /libcuda/cuda_api_object.h | |
| parent | d553124832aca461dda4dd7d503748d22b44bbe2 (diff) | |
Move g_cuda_launch_stack
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda/cuda_api_object.h')
| -rw-r--r-- | libcuda/cuda_api_object.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcuda/cuda_api_object.h b/libcuda/cuda_api_object.h index 86ffa98..2001f91 100644 --- a/libcuda/cuda_api_object.h +++ b/libcuda/cuda_api_object.h @@ -1,11 +1,14 @@ #ifndef __cuda_api_object_h__ #define __cuda_api_object_h__ class cuobjdumpSection; +class kernel_config; + class cuda_runtime_api { public: // global list std::list<cuobjdumpSection*> libSectionList; + std::list<kernel_config> g_cuda_launch_stack; // member function list }; #endif /* __cuda_api_object_h__ */ |
