Skip to content
Snippets Groups Projects
Commit d8bc0088 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing memBW

parent 55f46ef9
No related branches found
No related tags found
No related merge requests found
Pipeline #4068 failed
......@@ -52,7 +52,7 @@ void check_write(in_type & in, out_type & out)
in.template deviceToHost<0>();
bool success = true;
for (int i = 0 ; i < NELEMENTS; i++); i++)
for (int i = 0 ; i < NELEMENTS; i++)
{
float a = in.template get<0>(i)[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment