summaryrefslogtreecommitdiff
path: root/src/stream_manager.h
diff options
context:
space:
mode:
authorTayler Hetherington <[email protected]>2015-06-05 14:49:14 -0700
committerTayler Hetherington <[email protected]>2015-06-05 14:49:14 -0700
commit07b1e93f19bef20a9e35fcfc48b091fa36d56d1b (patch)
tree0f8fa652aab482ae0487465f5c0ad34b16b7ae99 /src/stream_manager.h
parent3ab52d670fbe4fc79eeba1c9a0061dba69fad3b5 (diff)
Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling with spaces (e.g., using templates)
Diffstat (limited to 'src/stream_manager.h')
-rw-r--r--src/stream_manager.h1
1 files changed, 1 insertions, 0 deletions
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);