diff options
| author | Mahmoud <[email protected]> | 2019-06-10 18:06:42 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-06-10 18:06:42 -0400 |
| commit | fe58efe9c8ca38f7d0f3781e54b04bc526bdfd07 (patch) | |
| tree | 418b05d075c7b874c098e7a973c4f2b9505dafc5 /src/stream_manager.h | |
| parent | 5c515f198da620e36731fa82e22d97c60ec714af (diff) | |
fixing thrust error
Diffstat (limited to 'src/stream_manager.h')
| -rw-r--r-- | src/stream_manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stream_manager.h b/src/stream_manager.h index 91d1b36..3fbdbaf 100644 --- a/src/stream_manager.h +++ b/src/stream_manager.h @@ -258,6 +258,8 @@ public: void pushCudaStreamWaitEventToAllStreams( CUevent_st *e, unsigned int flags ); bool operation(bool * sim); void stop_all_running_kernels(); + unsigned size() {return m_streams.size(); }; + bool is_blocking() {return m_cuda_launch_blocking; }; private: void print_impl( FILE *fp); |
