johnyangk commented on a change in pull request #62: [NEMO-71] Add 
LocationShareAssignmentPass and Example Application
URL: https://github.com/apache/incubator-nemo/pull/62#discussion_r199800699
 
 

 ##########
 File path: 
compiler/optimizer/src/main/java/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/PrimitiveCompositePass.java
 ##########
 @@ -39,6 +39,7 @@ public PrimitiveCompositePass() {
         new CompressionPass(),
         new DecompressionPass(),
         new SourceLocationAwareSchedulingPass(),
+        new LocationShareAssignmentPass(),
 
 Review comment:
   We may not want to include this pass in the default policy.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to