aboutsummaryrefslogtreecommitdiffhomepage
path: root/comgr
AgeCommit message (Collapse)Author
2024-11-02Fix 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-16Re-enable all failing PTX tests (#277)Andrzej Janik
Additionally remove unused compilation paths
2024-09-13Connect new parser to LLVM bitcode backend (#269)Andrzej Janik
This is very incomplete. Just enough code to emit LLVM bitcode and continue further development