Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-25 | Tune generated code, add a workaround for geekbench | Andrzej Janik | |
2021-07-05 | Fix typo | Andrzej Janik | |
2021-06-30 | Allow to set range of dump kernels | Andrzej Janik | |
2021-06-28 | Bunch of tiny fixes and improvements | Andrzej Janik | |
2021-06-27 | Revert "Fix offset calculation in kernel launch" | Andrzej Janik | |
This reverts commit d7d38256e0580c3cfb649a641d9ed62c6ff0fc20. | |||
2021-06-27 | Fix bugs related to replay on Linux | Andrzej Janik | |
2021-06-27 | Check for presence of ".version" instead of ".address_size" (which is optional) | Andrzej Janik | |
2021-06-27 | Fix offset calculation in kernel launch | Andrzej Janik | |
2021-06-25 | Merge branch 'one_type_type2' | Andrzej Janik | |
2021-06-11 | Slightly improve stateful optimization | Andrzej Janik | |
2021-05-17 | Handle even more export table functions | Andrzej Janik | |
2021-05-16 | Report calls to unsupported exportad table functions | Andrzej Janik | |
2021-05-07 | Simplify typing | Andrzej Janik | |
2021-04-12 | Index from 0 | Andrzej Janik | |
2021-04-12 | Dump all modules, even if not enqueued | Andrzej Janik | |
2021-04-12 | Make zluda_dump more robust | Andrzej Janik | |
2021-04-10 | Make dumper compatible with older versions of CUDA | Andrzej Janik | |
2021-04-09 | More fixes for 32bit | Andrzej Janik | |
2021-04-09 | Make dumper 32-bit compatible | Andrzej Janik | |
2021-02-28 | Inform about ELF binaries in dumper | Andrzej Janik | |
2021-02-28 | Inject our own NVML | Andrzej Janik | |
2021-02-27 | Allow overriding device compute version in dumper | Andrzej Janik | |
2021-02-20 | Improve 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-26 | Fix 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-16 | Add a library for dumping kernels arguments before and after launch (#18) | Andrzej Janik | |