aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-12-01Fix more missing stuff in the host codecuda-12-4Andrzej Janik
2024-11-25Add more missing host-side codeAndrzej Janik
2024-11-25Rebindgen to emit send,sync,hashAndrzej Janik
2024-11-22Add basic cuModule*, add handful of missing stuffAndrzej Janik
2024-11-22Automate generation of HIP bindingsAndrzej Janik
2024-11-20Add cuCtx*Andrzej Janik
2024-11-19Implement device host functionsAndrzej Janik
2024-11-19Start macroizing host codeAndrzej Janik
2024-11-19Change CUDA functions macro to use zluda_bindgenAndrzej Janik
2024-11-18Switch to pregenerated format functionsAndrzej Janik
2024-11-17Generate CUDA types ahead of timeAndrzej Janik
2024-11-15Remove a bunch of unused dependenciesAndrzej Janik
2024-11-15Fix building zluda_mlAndrzej Janik
2024-11-14Silence LLVM warnings on LinuxAndrzej Janik
2024-11-14Fix zluda_dumpAndrzej Janik
2024-11-14Redefine Curesult as Result<...>Andrzej Janik
2024-11-12Regenerate main CUDA header, fix zluda_dumpAndrzej Janik
2024-11-02Fix linking of AMD device libraries (#296)Andrzej Janik
2024-11-02Recover from and report unknown instructions and directives (#295)Andrzej Janik
2024-10-16Re-enable all failing PTX tests (#277)Andrzej Janik
2024-10-05Add note about submodules to README.md (#280)F. St.
2024-10-04Update README (#279)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
2024-08-07Fix linguist instructionsAndrzej Janik
2024-08-06Update READMEAndrzej Janik
2022-02-04Clean up ZLUDA redirection helperAndrzej Janik
2022-02-04Overhaul DLL injectionAndrzej Janik
2022-02-03Add tests for injecting into CLR processAndrzej Janik
2022-02-01Redo DLL injectionAndrzej Janik
2022-01-28Implement static typing for dynamically-loaded CUDA DLLsAndrzej Janik
2022-01-26Add OGL interop to cuda proc macrosAndrzej Janik
2022-01-08Fix crash when printing arraysAndrzej Janik
2022-01-08Fix luid printingAndrzej Janik
2022-01-07Move zluda_dump to the new CUDA infrastructureAndrzej Janik
2021-12-20Start converting everything to the new log formattingAndrzej Janik
2021-12-19Start converting zluda_dump logging to provide more detailedAndrzej Janik
2021-12-14Improve reporting of recovered unrecognized statement/directiveAndrzej Janik
2021-12-13Better reporting of unrecognized tokensAndrzej Janik
2021-12-13Make all user errors recoverableAndrzej Janik
2021-12-08Fix typoAndrzej Janik
2021-12-08Improve logging of dumpsAndrzej Janik
2021-12-06Dump function names and allow overriding result of cuDeviceComputeCapabilityAndrzej Janik
2021-12-05Fix remaining issues with detouring nvcudaAndrzej Janik
2021-12-02Add more tests for CUDA redirectionAndrzej Janik
2021-12-01Add test for injecting app that directly uses nvcudaAndrzej Janik
2021-11-30Add failing test for overriding directly linked CUDA dllAndrzej Janik
2021-11-28Add integration tests for injectorAndrzej Janik
2021-11-27Refactor ZLUDA redirectionAndrzej Janik