Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-16 | Re-enable all failing PTX tests (#277) | Andrzej Janik | |
Additionally remove unused compilation paths | |||
2021-09-17 | Redo handling of sregs | Andrzej Janik | |
2021-08-02 | Use calls to OpenCL builtins when translating sregs, do SPIRV->LLVM ↵ | Andrzej Janik | |
conversion on every build | |||
2021-01-08 | Regenerate SPIR-V tests (#29) | Andrzej Janik | |
In one of the previous commits we made a change to mark ld/st as aligned. This change was not propagated to test files | |||
2020-12-11 | Fix SPIR-V code generation for PTX special registers (#21) | Andrzej Janik | |
We currently directly map PTX special registers: %ntid, %tid, etc. to SPIR-V builtins with type OpTypeVector %uint 4. This is wrong and leads to a silent corruption, which fails e.g. Depth of Field in GeekBench | |||
2020-11-05 | Fix issues with .param/.local and implement sin, cos, ex2, lg2 | Andrzej Janik | |
2020-09-30 | Implement vector-destructuring mov/ld/st | Andrzej Janik | |
2020-09-18 | [BROKEN] Start implementing better support for addressable arguments | Andrzej Janik | |