Skip to content

Commit 0b1d861

Browse files
hdelankeryell
authored andcommitted
Update Code_Exercises/Exercise_18_Local_Memory_Tiling/solution.cpp
Co-authored-by: Ronan Keryell <[email protected]>
1 parent 57afb56 commit 0b1d861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code_Exercises/Exercise_18_Local_Memory_Tiling/solution.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ TEST_CASE("image_convolution_tiled", "local_memory_tiling_solution") {
8181
filterRange / sycl::range(1, channels));
8282

8383
util::benchmark(
84-
[&]() {
84+
[&] {
8585
myQueue.submit([&](sycl::handler &cgh) {
8686
auto inputAcc =
8787
inBufVec.get_access<sycl::access::mode::read>(cgh);

0 commit comments

Comments
 (0)