SWDEV-426220 Removing dummy kernel from test app

Change-Id: I1576732399fcff924a88cd442f0dac0121bd5e12
Este commit está contenido en:
gobhardw
2023-10-31 21:50:55 +05:30
cometido por Ammar Elwazir
padre 56d060a4a9
commit ff9dc8cea0
+2 -2
Ver fichero
@@ -50,8 +50,8 @@ void thread_fun(const int kiter, const int diter, const uint32_t agents_number)
for (int i = 0; i < kiter; ++i) {
for (uint32_t n = 0; n < agents_number; ++n) {
RunKernel<DummyKernel, TestAql>(0, NULL, agent_info[n], queue[n], diter);
// RunKernel<SimpleConvolution, TestAql>(0, NULL, agent_info[n], queue[n], diter);
//RunKernel<DummyKernel, TestAql>(0, NULL, agent_info[n], queue[n], diter);
RunKernel<SimpleConvolution, TestAql>(0, NULL, agent_info[n], queue[n], diter);
}
}