| 17 Jul 2025 |
olivia | I believe the intention is to remove it eventually, but I'm not very aware of what's going on with amd stuff so take that with a grain of salt | 02:58:51 |
olivia | https://docs.mesa3d.org/drivers/radv.html#shader-compilation yeah
We still maintain an LLVM based compiler backend too, which is these days solely used for testing and hardware bringup. Users are recommended NOT to use the LLVM backend.
| 02:59:54 |
woobilicious | Oh really? how is that related to the ACO compiler? doesn't that use llvm? | 03:00:08 |
olivia | no ACO is NIR only | 03:00:44 |
woobilicious | ahh my memory is wrong then. | 03:01:31 |
olivia | (I believe the llvm backend in radeonsi predates NIR) | 03:01:33 |
woobilicious | olivia: I think the FSR4 code just converts to fp16 manually instead of them extending the compiler to do the conversion. I guess the code is writting to use cooperative_matrix, so yeah only RDNA3...too bad I wanted slow as dogshit FSR4 haha. | 03:33:25 |
olivia | yeah, that seems plausible (I don't know anything about the specifics of FSR4, but almost certainly it will not work without cmats) | 04:10:31 |
olivia | oh, the fp8->fp16 lowering is happening in vkd3d-proton | 04:28:10 |
olivia | https://themaister.net/blog/2025/05/09/conquering-fidelityfx-fsr4-enabling-the-pretty-pixels-on-linux-through-maniacal-persistence/ | 04:28:12 |
olivia | https://github.com/HansKristian-Work/vkd3d-proton/pull/2427 | 04:28:22 |
olivia | kinda cursed | 04:28:23 |