sebwrede commented on a change in pull request #1199:
URL: https://github.com/apache/systemds/pull/1199#discussion_r603914202



##########
File path: 
src/main/java/org/apache/sysds/runtime/instructions/FEDInstructionParser.java
##########
@@ -32,8 +36,28 @@
        public static final HashMap<String, FEDType> String2FEDInstructionType;
        static {
                String2FEDInstructionType = new HashMap<>();
-               String2FEDInstructionType.put("fedinit", FEDType.Init);
-               String2FEDInstructionType.put("ba+*",    
FEDType.AggregateBinary);
+               String2FEDInstructionType.put("fedinit"  , FEDType.Init);
+               String2FEDInstructionType.put("tsmm"     , FEDType.Tsmm);
+               String2FEDInstructionType.put("ba+*"     , 
FEDType.AggregateBinary);
+
+               String2FEDInstructionType.put("uak+"     , 
FEDType.AggregateUnary);
+               String2FEDInstructionType.put( "uark+"   , 
FEDType.AggregateUnary);
+               String2FEDInstructionType.put( "uack+"   , 
FEDType.AggregateUnary);
+               String2FEDInstructionType.put( "uasqk+"  , 
FEDType.AggregateUnary);
+               String2FEDInstructionType.put( "uarsqk+" , 
FEDType.AggregateUnary);
+               String2FEDInstructionType.put( "uacsqk+" , 
FEDType.AggregateUnary);

Review comment:
       I added a new commit with the two spaces added. If you use an editor 
like IntelliJ, this sort of thing is aligned even if a single space is missing. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to