aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/lib.rs
AgeCommit message (Expand)Author
2024-02-11Nobody expects the Red Teamv3Andrzej Janik
2020-11-12Refactor host code to use one big lockAndrzej Janik
2020-10-18Implement pass to handle .extern .shared and add parsing code for itAndrzej Janik
2020-09-18Continue working on a better addressable supportAndrzej Janik
2020-09-12Parse vector movs (mov.type a.x b.y;)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-06-17Finish implementing implicit conversionsAndrzej Janik
2020-05-15Clean up warnings and dead codeAndrzej 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-22Start doing SSA conversionAndrzej Janik
2020-04-19Calculate domination frontiersAndrzej Janik
2020-04-12Add better error handling during ast constructionAndrzej Janik
2020-04-03Start emitting ptx module from compilationAndrzej Janik
2020-03-11Parse more source stuffAndrzej Janik
2020-03-09Start parsing PTX textAndrzej Janik