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
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2024-10-16
Re-enable all failing PTX tests (#277)
Andrzej Janik
2024-09-13
Connect new parser to LLVM bitcode backend (#269)
Andrzej Janik
2024-09-04
PTX parser rewrite (#267)
Andrzej Janik
2022-01-07
Move zluda_dump to the new CUDA infrastructure
Andrzej Janik
2021-08-27
Start converting host code to HIP
Andrzej Janik
2021-03-02
Update rspirv/spirv_headers to the newest version
Andrzej Janik
2021-02-28
Implement enough nvml to make GeekBench happy
Andrzej Janik
2021-01-16
Add a library for dumping kernels arguments before and after launch (#18)
Andrzej Janik
2021-01-08
Improve build procedure and instructions (#28)
Andrzej Janik
2021-01-03
Fix Windows ZLUDA injector (#26)
Andrzej Janik
2020-11-23
Rename everything
Andrzej Janik
2020-10-25
Implement ftz handling through Intel extension
Andrzej Janik
2020-10-25
Add dynamic shared mem support
Andrzej Janik
2020-10-01
Fix remaining bugs in vector destructuring and in the process improve implici...
Andrzej Janik
2020-07-25
Implement integer multiplication
Andrzej Janik
2020-07-12
Validate PTX build tests against SPIR-V sources
Andrzej Janik
2020-05-15
Clean up warnings and dead code
Andrzej Janik
2020-05-06
Convert PTX predicates to a distinct conditional jump statement
Andrzej Janik
2020-03-09
Start parsing PTX text
Andrzej Janik
2020-02-16
Add platform initialization
Andrzej Janik
2020-02-09
Reorganize project to a workspace
Andrzej Janik
2020-01-08
Split project into three
Andrzej Janik
2020-01-07
Make sure we wait for the executable to finish and propagate error code
Andrzej Janik
2020-01-05
Add nvcuda.dll injector
Andrzej Janik