index
:
ZLUDA
better_build
better_inject
blender_42
bpermute
build_fix
build_fixes
build_fixes2
builtin_fixes_try2
carry_fix
cgbn_readme
codegen_variables
compat
cuda-12-4
detours
dump_replay
error_report
feature_matching
fix_build
fix_builtin_wip
geekbench
geekbnch
gh-pages
improve_ci
improve_ci2
kernel_dump
linux_linker_hack
llama2
llvm
malloc_private
master
meshroom
misc_fixes
new_dev
ockl_fix
oidn
older_cuda
parser_rewrite
parser_rewrite_try1
refactor_vectors
regen_tests
remove_sema
repass
repass2
sad_inst
stateful_try1
stateful_try2
sust_suld
troubleshooting_docs
update-readme
update_docs
wave32_report_fix
win_fix
CUDA on AMD GPUs
vosen
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
zluda_dump
/
src
Age
Commit message (
Expand
)
Author
2022-01-08
Fix crash when printing arrays
Andrzej Janik
2022-01-08
Fix luid printing
Andrzej Janik
2022-01-07
Move zluda_dump to the new CUDA infrastructure
Andrzej Janik
2021-12-20
Start converting everything to the new log formatting
Andrzej Janik
2021-12-19
Start converting zluda_dump logging to provide more detailed
Andrzej Janik
2021-12-14
Improve reporting of recovered unrecognized statement/directive
Andrzej Janik
2021-12-13
Better reporting of unrecognized tokens
Andrzej Janik
2021-12-08
Fix typo
Andrzej Janik
2021-12-08
Improve logging of dumps
Andrzej Janik
2021-12-06
Dump function names and allow overriding result of cuDeviceComputeCapability
Andrzej Janik
2021-12-05
Fix remaining issues with detouring nvcuda
Andrzej Janik
2021-12-01
Add test for injecting app that directly uses nvcuda
Andrzej Janik
2021-11-21
Do full dumping from dark api module creation
Andrzej Janik
2021-11-16
Start converting cuModuleLoad to the new tracing infrastructure
Andrzej Janik
2021-11-14
Now dump function calls
Andrzej Janik
2021-11-12
Create proper logging infrastructure
Andrzej Janik
2021-09-13
Dump modules passed for linking
Andrzej Janik
2021-09-12
Support more export table functions
Andrzej Janik
2021-09-12
Add support for a new export table
Andrzej Janik
2021-09-10
Fix dumping on x64 Linux (and possibly Windows)
Andrzej Janik
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
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-01-26
Fix signed integer conversion (#36)
Andrzej Janik
2021-01-23
Add script for replaying dumped kernel (#34)
Andrzej Janik
2021-01-16
Add a library for dumping kernels arguments before and after launch (#18)
Andrzej Janik