From 07b1e93f19bef20a9e35fcfc48b091fa36d56d1b Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Fri, 5 Jun 2015 14:49:14 -0700 Subject: Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling with spaces (e.g., using templates) --- src/stream_manager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stream_manager.h') diff --git a/src/stream_manager.h b/src/stream_manager.h index 7275402..701b33c 100644 --- a/src/stream_manager.h +++ b/src/stream_manager.h @@ -246,6 +246,7 @@ public: void print( FILE *fp); void push( stream_operation op ); bool operation(bool * sim); + void stop_all_running_kernels(); private: void print_impl( FILE *fp); -- cgit v1.3