Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-05 | Fix remaining issues with detouring nvcuda | Andrzej Janik | |
2021-12-02 | Add more tests for CUDA redirection | Andrzej Janik | |
2021-12-01 | Add test for injecting app that directly uses nvcuda | Andrzej Janik | |
2021-11-30 | Add failing test for overriding directly linked CUDA dll | Andrzej Janik | |
2021-11-28 | Add integration tests for injector | Andrzej Janik | |
2021-04-12 | Make zluda_dump more robust | Andrzej Janik | |
2021-02-28 | Inject our own NVML | 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-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 | |
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-03 | Fix 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-23 | Rename everything | Andrzej Janik | |