aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda_dump
AgeCommit message (Collapse)Author
2021-07-25Tune generated code, add a workaround for geekbenchAndrzej Janik
2021-07-05Fix typoAndrzej Janik
2021-06-30Allow to set range of dump kernelsAndrzej Janik
2021-06-28Bunch of tiny fixes and improvementsAndrzej Janik
2021-06-27Revert "Fix offset calculation in kernel launch"Andrzej Janik
This reverts commit d7d38256e0580c3cfb649a641d9ed62c6ff0fc20.
2021-06-27Fix bugs related to replay on LinuxAndrzej Janik
2021-06-27Check for presence of ".version" instead of ".address_size" (which is optional)Andrzej Janik
2021-06-27Fix offset calculation in kernel launchAndrzej Janik
2021-06-25Merge branch 'one_type_type2'Andrzej Janik
2021-06-11Slightly improve stateful optimizationAndrzej Janik
2021-05-17Handle even more export table functionsAndrzej Janik
2021-05-16Report calls to unsupported exportad table functionsAndrzej Janik
2021-05-07Simplify typingAndrzej 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-02-28Inform about ELF binaries in dumperAndrzej Janik
2021-02-28Inject our own NVMLAndrzej Janik
2021-02-27Allow overriding device compute version in dumperAndrzej Janik
2021-02-20Improve ZLUDA injection (#37)Andrzej Janik
Improve injector&redirector so it's no longer required to manually mess with files if the application links nvcuda.dll. Additionally inject into child processes
2021-01-26Fix signed integer conversion (#36)Andrzej Janik
This fixes the last remaining bug preventing end-to-end GeekBench run, so also update Geekbench results in README
2021-01-23 Add script for replaying dumped kernel (#34)Andrzej Janik
zluda_dump can already create traces of GPU execution, this script can replay those traces. Additionally, changed added just enough code in core ZLUDA to support simple PyCUDAexecution
2021-01-16Add a library for dumping kernels arguments before and after launch (#18)Andrzej Janik