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

Replace buffer load/store intrinsics with builtins #1876

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

illsilin
Copy link
Collaborator

Proposed changes

The names of the buffer load/store intrinsics are going to change in the future compiler versions. One way to avoid compilation errors is to switch from intrinsics to built-ins. Unfortunately, it doesn't look like built-ins available for every intrinsic we use. Also, these built-ins won't be available until the next ROCm release, so we won't be able to merge these changes right away.
However, I've tested these changes with the future compiler versions and made sure that the code builds and the unit tests are passing.

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