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

Add support for SYCL/Data Parallel C++ (DPCPP) #183

Open
wants to merge 48 commits into
base: develop
Choose a base branch
from

Conversation

emascarenhas
Copy link

This set of 6 commits adds support for DPCPP and ability to run on GPUs or CPUs that support SYCL/DPCPP.
There is also a commit to allow protein map files that allow old style map files that have file names like rec.A.map. The receptor name is prepended to this file name.

emascarenhas and others added 30 commits February 28, 2022 14:10
Add dpcpp directory and associated kernel files, Makefile changes, host changes to support dpcpp for Intel XeGPUs.
…r native and non-native calls in device code.
This is just for completeness. In fact, as ADAM is not supported by heuristics, and thus, not required to fully support native math.

Some sycl::pow calls were not transformed into native flavors, although doing so would have been valid.
Add switches between local and global memory for barriers + missing native
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.

2 participants