Baunsgaard commented on a change in pull request #1395:
URL: https://github.com/apache/systemds/pull/1395#discussion_r723373008
##########
File path: src/main/java/org/apache/sysds/hops/cost/FederatedCostEstimator.java
##########
@@ -43,7 +43,7 @@
public int DEFAULT_MEMORY_ESTIMATE = 8;
public int DEFAULT_ITERATION_NUMBER = 15;
public double WORKER_NETWORK_BANDWIDTH_BYTES_PS = 1024*1024*1024;
//Default network bandwidth in bytes per second
- public double WORKER_COMPUTE_BANDWITH_FLOPS = 2.5*1024*1024*1024;
//Default compute bandwidth in FLOPS
+ public double WORKER_COMPUTE_BANDWIDTH_FLOPS = 2.5*1024*1024*1024;
//Default compute bandwidth in FLOPS
Review comment:
The formatter also insert spaces before and after operators, such as "*".
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]