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.
Program supports types: ptx, cubin, ltoir
ObjectCode supports types: ptx, cubin, fatbin
When a
Programis compiled with.compile(), it creates anObjectCodewith the same type butltoirisn't one of the supported types.