diff options
| author | Tim Rogers <[email protected]> | 2018-10-05 12:18:05 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-05 12:18:05 -0400 |
| commit | 2f2345eef7e40e2fcd0cf5558adfa0fd4ff728d1 (patch) | |
| tree | b4f1f1e3f110e58197c435228ad7d4f011cda0cd /libcuda | |
| parent | 3ed4c7d70a8ce94eb6b5bbccdac15b35c76f54e0 (diff) | |
| parent | c246c12dffa6683a1fe61ad3a311cce8b1c1cbbf (diff) | |
Merge pull request #66 from pigrew/cleanup-clang-warnings
Cleanup clang warnings
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 9bdb993..5ef6115 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -324,7 +324,7 @@ private: gpgpu_ptx_sim_arg_list_t m_args; }; -class _cuda_device_id *GPGPUSim_Init() +struct _cuda_device_id *GPGPUSim_Init() { static _cuda_device_id *the_device = NULL; if( !the_device ) { |
