vosen/ZLUDA

Improve build system

Closed this issue · 0 comments

vosen commented

Expected outcome:
Currently ZLUDA uses just cargo. One of the biggest problems with cargo is that it's very limited as a build system. In particular, we need to support post-build actions: after ZLUDA build zluda successfully it should be renamed (or rather symlinked) to correct platform-specific names (libcuda.so and nvcuda.dll). Also, correct folders with correct symlinks should be set for zluda_dump

Comments: