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

[AMD] Fix compilation in clang 10 #4988

Closed
wants to merge 1 commit into from

Conversation

lezcano
Copy link
Contributor

@lezcano lezcano commented Oct 24, 2024

When building with clang 10, it complains that it doesn't know how to
convert SmallVector<..., 2> into SmallVector<..., 3>.
Introduced in #4985

When building with clang 10, it complains that it doesn't know how to
convert SmallVector<..., 2> into SmallVector<..., 3>.
Introduced in triton-lang#4985
@lezcano lezcano changed the title fix clang10 [AMD] Fix compilation in clang 10 Oct 24, 2024
@lezcano
Copy link
Contributor Author

lezcano commented Oct 24, 2024

Change landed in #4968

@lezcano lezcano closed this Oct 24, 2024
@antiagainst
Copy link
Collaborator

Thanks @lezcano!

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