-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add examples for SYCL Spark #16
Conversation
With the change from #16 (comment), the code compiles using the functionality from intel/llvm@863383b. It doesn't pass the correctness test, but I think that's because nothing here resets the histogram. The test expects @tomdeakin, could you please take a look? What do you think the correct fix is, here? |
@Pennycook All the original benchmarks set |
Thanks, @tomdeakin. I don't think I have permissions to modify Jason's branch, and I think he's lost access to his "-intel" GitHub account.... So, I've just added a suggested change to the line that I think needs to be updated. Do you have permissions to accept the suggested changes? |
Co-authored-by: John Pennycook <john.pennycook@intel.com>
@Pennycook - think I have those changes in now. We might want to merge this and #17 into a |
I still have access! I changed the email address before I left. But this looks good and I thank you for making the changes. |
All good to merge into a |
Sounds good to me. Thanks again for doing this. And sorry, @jasonsewall-intel -- I don't know why I thought you'd lost access! |
We should consider this a draft, since I'd like your comments. It's useful to have this out here to enable discussion.
Most noteworthy is that the histogram example doesn't compile with the current intel/llvm SYCL implementation because we do not support array reductions (but see intel/llvm#5941)