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

Fixing memBW

parent 6a8bbb54
No related branches found
No related tags found
No related merge requests found
Pipeline #4099 passed
......@@ -227,6 +227,8 @@ int main(int argc, char *argv[])
{
auto p = blockIdx.x * blockDim.x + threadIdx.x;
float a = vd_in.template get<0>(p)[0];
vd_out.template get<0>(p) = a;
vd_out.template get<1>(p)[0] = a;
......
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