syclacademy icon indicating copy to clipboard operation
syclacademy copied to clipboard

Small inconsistency between exercises 17 and 18.

Open lrpablo opened this issue 1 year ago • 0 comments
trafficstars

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 16 to 18 is to see how performance can be increased by using different mechanisms, I think a change in the size of the range is not a good idea.

lrpablo avatar Jan 22 '24 17:01 lrpablo