aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/ntid.spvtxt
AgeCommit message (Collapse)Author
2024-10-16Re-enable all failing PTX tests (#277)Andrzej Janik
Additionally remove unused compilation paths
2021-09-17Redo handling of sregsAndrzej Janik
2021-08-02Use calls to OpenCL builtins when translating sregs, do SPIRV->LLVM ↵Andrzej Janik
conversion on every build
2021-01-08Regenerate 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-11Fix 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-05Fix issues with .param/.local and implement sin, cos, ex2, lg2Andrzej Janik
2020-09-30Implement vector-destructuring mov/ld/stAndrzej Janik
2020-09-18[BROKEN] Start implementing better support for addressable argumentsAndrzej Janik