aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-04-17Throw away special variable typesAndrzej Janik
2021-04-15Add commentAndrzej Janik
2021-04-15Remove LdStTypeAndrzej Janik
2021-04-15Remove all remaining subenumsAndrzej Janik
2021-04-15Convert enumes to 1TTAndrzej Janik
2021-04-12Index from 0Andrzej Janik
2021-04-12Dump all modules, even if not enqueuedAndrzej Janik
2021-04-12Make zluda_dump more robustAndrzej Janik
2021-04-10Make dumper compatible with older versions of CUDAAndrzej Janik
2021-04-09More fixes for 32bitAndrzej Janik
2021-04-09Make dumper 32-bit compatibleAndrzej Janik
2021-04-09Fix 32-bit buildsAndrzej Janik
2021-03-03Implement setp.nan and setp.numAndrzej Janik
2021-03-03Implement atomic float addAndrzej Janik
2021-03-03Implement non-coherent loads and implicit sign-extending conversionsAndrzej Janik
2021-03-03Support kernel tuning directivesAndrzej Janik
2021-03-02Update rspirv/spirv_headers to the newest versionAndrzej Janik
2021-03-01Implement bfi instructionAndrzej Janik
2021-03-01Do slightly better when it comes to PTX error recoveryAndrzej Janik
2021-02-28Inform about ELF binaries in dumperAndrzej Janik
2021-02-28Add our nvml to the buildAndrzej Janik
2021-02-28Tell linguist to stop counting third-party codeAndrzej Janik
2021-02-28Inject our own NVMLAndrzej Janik
2021-02-28Implement enough nvml to make GeekBench happyAndrzej Janik
2021-02-27Update level_zero-sys with the newest extensionAndrzej Janik
2021-02-27Allow overriding device compute version in dumperAndrzej Janik
2021-02-22Update README.md (#42)v2Andrzej Janik
2021-02-22Make misc fixes (#41)Andrzej Janik
2021-02-21Add zluda_redirect.dll to CI builds (#40)Andrzej Janik
2021-02-21Improve CI (#39)Andrzej Janik
2021-02-20Improve ZLUDA injection (#37)Andrzej Janik
2021-01-26Fix signed integer conversion (#36)Andrzej Janik
2021-01-23 Add script for replaying dumped kernel (#34)Andrzej Janik
2021-01-16Add a library for dumping kernels arguments before and after launch (#18)Andrzej Janik
2021-01-15Prevent linker from stripping exports on Linux (#33)Andrzej Janik
2021-01-08Add empty implementation of cuDeviceGetLuid (#30)Andrzej Janik
2021-01-08Regenerate SPIR-V tests (#29)Andrzej Janik
2021-01-08Improve build procedure and instructions (#28)Andrzej Janik
2021-01-03Fix Windows ZLUDA injector (#26)Andrzej Janik
2021-01-03Merge commit '4b96dbc8f49c5ae00c96935e0b576df88a5d8af9'Andrzej Janik
2021-01-03Squashed 'ext/detours/' changes from 39aa864..36b69b9Andrzej Janik
2021-01-03Merge commit 'dabc40cb19bf4e297c32284d26c74adbd6775e49' as 'ext/detours'Andrzej Janik
2021-01-03Squashed 'ext/detours/' content from commit 39aa864Andrzej Janik
2020-12-29Add building only CI (#25)Takeshi Watanabe
2020-12-12Fix builtins generation, mark ld/st as aligned (#22)Andrzej Janik
2020-12-11Fix SPIR-V code generation for PTX special registers (#21)Andrzej Janik
2020-12-09Refactor how vectors are handled (#20)vosen
2020-11-29Merge pull request #15 from nilsmartel/patch-2vosen
2020-11-29Merge pull request #14 from ritschwumm/patch-1vosen
2020-11-27Fix small typoNils Martel