lrpablo

Results 5 issues of lrpablo

An exercise demonstrating the use of a functor to apply a linear blur filter to an image.

The solution.cpp uses items in the parallel_for but the README.md uses ids. I changed the README.md and added the code to the solution.cpp

The local range is defined as 'auto localRange = sycl::range(1, 32);' in exercise 17 and as 'auto localRange = sycl::range(8, 8);' in exercise 18. Given that the idea from exercises...

# Description All references to hipSYCL have been changed to AdaptiveCpp. Most of the targets failed to compile because they are trying to compile using the -fsycl flag. The only...

# Summary Trying to link the examples when compiling with AdaptiveCpp using MKL::MKL as the target library fails. # Version oneMKL version 0.2.0 githash = f4d6b1994eb110587ced0fc9777bac7550498874. # Environment * OS...

bug