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

Updated compatibility with IDC #1

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

pcaires
Copy link

@pcaires pcaires commented Apr 5, 2024

Was attempting to run the CPUGPU/main.cpp file.
In my Intel developer cloud instance, the compiler was not able to find ext::oneapi::reduction so it was replaced by just reduction

CPUGPU/main.cpp line 509
- auto sums = ext::oneapi::reduction(correct_a, ext::oneapi::plus<>());
+ auto sums = reduction(correct_buf,h,plus<>());

Also:

  • Added a .gitignore
  • Added a data folder with a readme pointing to the location of the datasets
  • Slightly modified the build script

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

Successfully merging this pull request may close these issues.

1 participant