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

Discussion about Intel GPU support #73

Open
tpadioleau opened this issue Jul 8, 2022 · 2 comments
Open

Discussion about Intel GPU support #73

tpadioleau opened this issue Jul 8, 2022 · 2 comments

Comments

@tpadioleau
Copy link
Member

tpadioleau commented Jul 8, 2022

We currently use global variables to store some data related to discrete spaces. I do not see any implementation of a device global variable for now, only a discussion about it here, see also there.

@tpadioleau
Copy link
Member Author

tpadioleau commented Jul 8, 2022

One could test if the OpenCL keyword __global works with the dpcpp compiler.

@tpadioleau
Copy link
Member Author

Compiling SYCL_EXTERNAL inline sycl::ext::oneapi::experimental::device_global<std::byte, decltype(properties(device_image_scope))> global_variable; with -fsycl-device-code-split=off might do the trick

@tpadioleau tpadioleau added this to the Align with Kokkos milestone Feb 22, 2024
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

No branches or pull requests

1 participant