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][Driver] Update support for HIP/AMDGCN targets in DeviceConfigFile #15414

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

Conversation

GeorgeWeb
Copy link
Contributor

This change adds new supported targets, gfx941 and gfx942. It also fixes the supported subgroup size config value for AMD RDNA GPUs, due to the fact that the ROCm driver does not allow support for wave64 mode in HIP, for gfx10 and gx11 family of GPUs, which are based on the RDNA architecture. This is a result of wavefront/cross-lane functions that only work with wave32.

This change adds new supported targets, gfx941 and gfx942.
It also fixes the supported subgroup size config value for AMD RDNA GPUs, due
to the fact that the ROCm driver does not allow support for wave64 mode in HIP,
for gfx10 and gx11 family of GPUs, which are based on the RDNA architecture.
This is a result of wavefront/cross-lane functions that only work with wave32.
@GeorgeWeb
Copy link
Contributor Author

Clang :: Driver/sycl.c

Failing clang test on Windows looks unrelated to this.

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