Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-02 | Fix linking of AMD device libraries (#296) | Andrzej Janik | |
It's weird that it fails without `-mno-link-builtin-bitcode-postopt`. I've tested it only on ROCm 6.2, might be broken on older or newer ROCm | |||
2024-10-16 | Re-enable all failing PTX tests (#277) | Andrzej Janik | |
Additionally remove unused compilation paths | |||
2024-09-13 | Connect new parser to LLVM bitcode backend (#269) | Andrzej Janik | |
This is very incomplete. Just enough code to emit LLVM bitcode and continue further development |