aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/Cargo.toml
AgeCommit message (Expand)Author
2024-10-16Re-enable all failing PTX tests (#277)Andrzej Janik
2024-09-23Refactor compilation passes (#270)Andrzej Janik
2024-09-13Connect new parser to LLVM bitcode backend (#269)Andrzej Janik
2024-09-04PTX parser rewrite (#267)Andrzej Janik
2021-09-27Add CUDA tests showing problems with .shared unificationAndrzej Janik
2021-09-06Convert unit tests to HIPAndrzej Janik
2021-03-02Update rspirv/spirv_headers to the newest versionAndrzej Janik
2021-03-01Do slightly better when it comes to PTX error recoveryAndrzej Janik
2020-10-18Implement pass to handle .extern .shared and add parsing code for itAndrzej Janik
2020-10-01Fix remaining bugs in vector destructuring and in the process improve implici...Andrzej Janik
2020-09-02Parse Linux vectorAdd debug PTX kernelAndrzej Janik
2020-09-01Refactor main library, implement some more functionalityAndrzej Janik
2020-07-20Implement constants in translation middle-endAndrzej Janik
2020-07-12Validate PTX build tests against SPIR-V sourcesAndrzej Janik
2020-05-14Remove all OCL use and clean up a little spirv_run testsAndrzej Janik
2020-05-14Clean up L0 useAndrzej Janik
2020-05-12Use L0 USM to run a kernel with input bitcast to global pointerAndrzej Janik
2020-05-10Add a simple (and failing) PTX end-to-end testAndrzej Janik
2020-04-19Fix buggy comparison in immediate dominators calculationAndrzej Janik
2020-04-12Add better error handling during ast constructionAndrzej Janik
2020-04-03Start emitting ptx module from compilationAndrzej Janik
2020-03-09Start parsing PTX textAndrzej Janik