Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small inconsistency between exercises 17 and 18. #332

Open
lrpablo opened this issue Jan 22, 2024 · 0 comments
Open

Small inconsistency between exercises 17 and 18. #332

lrpablo opened this issue Jan 22, 2024 · 0 comments

Comments

@lrpablo
Copy link
Contributor

lrpablo commented Jan 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant