KellenSunderland commented on a change in pull request #14709: Fix spelling in
threaded_engine_test
URL: https://github.com/apache/incubator-mxnet/pull/14709#discussion_r276071195
##########
File path: tests/cpp/engine/threaded_engine_test.cc
##########
@@ -103,10 +103,10 @@ double EvaluateWorloads(const std::vector<Workload>&
workloads,
for (const auto& wl : workloads) {
if (wl.reads.size() == 0) continue;
if (engine == NULL) {
- EvaluateWorload(wl, data);
+ EvaluateWorkload(wl, data);
} else {
auto func = [wl, data](RunContext ctx, Engine::CallbackOnComplete cb) {
- EvaluateWorload(wl, data); cb();
+ EvaluateWorkload(wl, data); cb();
Review comment:
My bad. Fixed, rebased and pushed.
----------------------------------------------------------------
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]
With regards,
Apache Git Services