aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
AgeCommit message (Expand)Author
2024-10-09Cleanup. Remove unused SPIR-V emit code and old compilation passesAndrzej Janik
2024-09-13Connect new parser to LLVM bitcode backend (#269)Andrzej Janik
2024-09-04PTX parser rewrite (#267)Andrzej Janik
2022-01-07Move zluda_dump to the new CUDA infrastructureAndrzej Janik
2021-08-27Start converting host code to HIPAndrzej Janik
2021-03-02Update rspirv/spirv_headers to the newest versionAndrzej Janik
2021-02-28Implement enough nvml to make GeekBench happyAndrzej Janik
2021-01-16Add a library for dumping kernels arguments before and after launch (#18)Andrzej Janik
2021-01-08Improve build procedure and instructions (#28)Andrzej Janik
2021-01-03Fix Windows ZLUDA injector (#26)Andrzej Janik
2020-11-23Rename everythingAndrzej Janik
2020-10-25Implement ftz handling through Intel extensionAndrzej Janik
2020-10-25Add dynamic shared mem supportAndrzej Janik
2020-10-01Fix remaining bugs in vector destructuring and in the process improve implici...Andrzej Janik
2020-07-25Implement integer multiplicationAndrzej Janik
2020-07-12Validate PTX build tests against SPIR-V sourcesAndrzej Janik
2020-05-15Clean up warnings and dead codeAndrzej Janik
2020-05-06Convert PTX predicates to a distinct conditional jump statementAndrzej Janik
2020-03-09Start parsing PTX textAndrzej Janik
2020-02-16Add platform initializationAndrzej Janik
2020-02-09Reorganize project to a workspaceAndrzej Janik
2020-01-08Split project into threeAndrzej Janik
2020-01-07Make sure we wait for the executable to finish and propagate error codeAndrzej Janik
2020-01-05Add nvcuda.dll injectorAndrzej Janik