aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda_inject
AgeCommit message (Collapse)Author
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-16Add a library for dumping kernels arguments before and after launch (#18)Andrzej Janik
2021-01-08Improve build procedure and instructions (#28)Andrzej Janik
Fixes issues pointed out in #27: * spirv_tools-sys was build in non-test profiles * By default ZLUDA dll has a wrong name * We relied on third-party OpenCL installation on Windows * We encouraged building debug configuration * We didn't provide build information for developers (cmake, python, submodules)
2021-01-03Fix Windows ZLUDA injector (#26)Andrzej Janik
Fix various bugs in injector and redirector, make them more robust and enable building them by default
2020-11-23Rename everythingAndrzej Janik