We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f452a16 commit 47f7ac7Copy full SHA for 47f7ac7
C/Savina/src/BenchmarkRunner.lf
@@ -34,6 +34,11 @@ target C;
34
* @author Matt Chorlian
35
* @author Arthur Deng
36
*/
37
+
38
+preamble {=
39
+ #include <stdio.h>
40
+=}
41
42
reactor BenchmarkRunner(num_iterations:int(12)) {
43
44
/** Signal to start execution. Set this input from a startup reaction in the main reactor. */
C/Savina/src/parallelism/Trapezoidal.lf
@@ -31,6 +31,7 @@ target C {
31
32
import BenchmarkRunner from "../BenchmarkRunner.lf";
33
preamble {=
#include "benchmark_runner.h"
typedef struct WorkMessage {
0 commit comments