You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Program supports types: ptx, cubin, ltoir
ObjectCode supports types: ptx, cubin, fatbin
When a
Program
is compiled with.compile()
, it creates anObjectCode
with the same type butltoir
isn't one of the supported types.The text was updated successfully, but these errors were encountered: