Skip to content

Commit 9d0f4fe

Browse files
committed
Add explicit fusion in SPL code.
1 parent 2129754 commit 9d0f4fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/RegexMatchFusedSample/sample/RegexMatchFusedSample.spl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,7 @@ composite RegexMatchFusedSample {
4141
// pattern: "^Hello" ;
4242
patternAttr : pattern ;
4343
}
44+
45+
config
46+
placement : partitionColocation("FUSED");
4447
}

0 commit comments

Comments
 (0)