aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda
AgeCommit message (Collapse)Author
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-16Add a library for dumping kernels arguments before and after launch (#18)Andrzej Janik
2021-01-15Prevent linker from stripping exports on Linux (#33)Andrzej Janik
2021-01-08Add empty implementation of cuDeviceGetLuid (#30)Andrzej Janik
This function is required by recent versions of CUDA runtime on Windows
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)
2020-11-23Append short project name to the device if there's not enough space for long ↵Andrzej Janik
name
2020-11-23Rename everythingAndrzej Janik