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

[SYCL] Generate device_aspect_macros.hpp #15725

Open
wants to merge 2 commits into
base: sycl
Choose a base branch
from

Conversation

KornevNikita
Copy link
Contributor

@KornevNikita KornevNikita commented Oct 16, 2024

When adding a new aspect we always have to add the _SYCL_ALL_DEVICES_HAVE and _SYCL_ANY_DEVICES_HAVE macros manually. This patch adds a python script to generate the whole header automatically when compiling the project.

When adding a new aspect we always have to add the
__SYCL_ALL_DEVICES_HAVE_ and __SYCL_ANY_DEVICES_HAVE_ macros manually.
This patch adds a python script to generate the hole header
automatically when compiling the project.
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