We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There may be a bug in multi-GPU SYCL nstream as reported in AdaptiveCpp/AdaptiveCpp#399
@illuhad
The text was updated successfully, but these errors were encountered:
Yes, details here:
the value of ls as defined here:
ls
Kernels/Cxx11/nstream-multigpu-dpcpp.cc
Line 162 in eff76d7
is used as start offsets of the local buffers, e.g.
Line 184 in eff76d7
this does not look correct to me as I believe you would need to sum all the local lengths of all preceding GPUs to get the correct start offset.
Sorry, something went wrong.
jeffhammond
No branches or pull requests
There may be a bug in multi-GPU SYCL nstream as reported in AdaptiveCpp/AdaptiveCpp#399
@illuhad
The text was updated successfully, but these errors were encountered: