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

Program tries to create an ObjectCode with an unsupported code type "ltoir" #212

Open
vzhurba01 opened this issue Nov 1, 2024 · 2 comments
Labels
bug Something isn't working cuda.core Everything related to the cuda.core module P1 Medium priority - Should do

Comments

@vzhurba01
Copy link
Collaborator

Program supports types: ptx, cubin, ltoir
ObjectCode supports types: ptx, cubin, fatbin

When a Program is compiled with .compile(), it creates an ObjectCode with the same type but ltoir isn't one of the supported types.

@vzhurba01 vzhurba01 added bug Something isn't working cuda.core Everything related to the cuda.core module P1 Medium priority - Should do labels Nov 1, 2024
@ksimpson-work
Copy link
Contributor

I am hitting this while building out and testing the linker object. I have fixed it locally, but need to make sure everything works together before merging anything.

@ksimpson-work
Copy link
Contributor

#224

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cuda.core Everything related to the cuda.core module P1 Medium priority - Should do
Projects
None yet
Development

No branches or pull requests

2 participants