summaryrefslogtreecommitdiff
path: root/src/stream_manager.h
diff options
context:
space:
mode:
authortgrogers <[email protected]>2015-06-06 14:50:28 -0700
committertgrogers <[email protected]>2015-06-06 14:50:28 -0700
commitf0b17d2b8c6fd895c4af9b907dc8505810d3dcb5 (patch)
tree3d4c6ededda5054c150cf7f33ee02c2f39d3417d /src/stream_manager.h
parent3ab52d670fbe4fc79eeba1c9a0061dba69fad3b5 (diff)
parentd3a28ecd166dbbb46804b1c73de139a0512b0d64 (diff)
Merge pull request #14 from tayler-hetherington/dev
Tayler's fix for max cycle, insn and cta
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);