aboutsummaryrefslogtreecommitdiff
path: root/src/graph/Workload.cpp
diff options
context:
space:
mode:
authorSheri Zhang <sheri.zhang@arm.com>2021-05-06 10:05:22 +0100
committerSheri Zhang <sheri.zhang@arm.com>2021-05-07 10:59:25 +0100
commit8a124bc0cc083470180e81befde012955197aaa2 (patch)
treee6edf42271e759bf6987ad5230e58c24a1b58396 /src/graph/Workload.cpp
parent2ece2d6326ff04ca2d2ffed77b667148a535b68b (diff)
downloadComputeLibrary-8a124bc0cc083470180e81befde012955197aaa2.tar.gz
Remove TODOs
Remove TODO/FIXME either already done or won't do. Partially resolve: COMPMID-4471 Signed-off-by: Sheri Zhang <sheri.zhang@arm.com> Change-Id: Iec8f25b9bf1b2a70c072dd17d44625fa93e84ed1 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5591 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'src/graph/Workload.cpp')
-rw-r--r--src/graph/Workload.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/graph/Workload.cpp b/src/graph/Workload.cpp
index 2bae1c8ca6..b9d57295b0 100644
--- a/src/graph/Workload.cpp
+++ b/src/graph/Workload.cpp
@@ -45,7 +45,6 @@ void execute_task(ExecutionTask &task)
task.task->run();
}
#ifdef ARM_COMPUTE_ASSERTS_ENABLED
- // COMPMID-3012 - Hide the printing logic from the execute_task method in the graph API
else if(task.node->type() == NodeType::PrintLayer)
{
auto print_node = utils::cast::polymorphic_downcast<PrintLayerNode *>(task.node);