summaryrefslogtreecommitdiff
path: root/test/routines/levelx/xim2col.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-08-31 20:34:10 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-08-31 20:34:10 +0200
commit6194d43efba30aac90a64676e7770f020e4a5588 (patch)
tree5016ed0682d3aff0674f4ebf429a8f6338b0cc89 /test/routines/levelx/xim2col.hpp
parent54e160cd88d0a65fc72270b2414530d0dcc56ad1 (diff)
Fixed a bug in im2col confusing first and second workgroup size; made im2col kernel 2d instead of 3d
Diffstat (limited to 'test/routines/levelx/xim2col.hpp')
-rw-r--r--test/routines/levelx/xim2col.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/levelx/xim2col.hpp b/test/routines/levelx/xim2col.hpp
index 59be8156..4124190f 100644
--- a/test/routines/levelx/xim2col.hpp
+++ b/test/routines/levelx/xim2col.hpp
@@ -173,7 +173,7 @@ StatusCode RunReference(const Arguments<T> &args, BuffersHost<T> &buffers_host)
}
}
}
- return StatusCode ::kSuccess;
+ return StatusCode::kSuccess;
}
// =================================================================================================