Greetings.
I would like to report a number of bugs and problems I encountered when installing and working with this build.
Problem during installation. Zluda download error. This problem is present in the file “install.bat” and “patchzluda.bat”.
The thing is that the download of zluda does not happen! It is easy to check this by running just the line “curl -s -L https://github.com/lshqqytiger/ZLUDA/releases/download/rel.11cc5844514f93161e0e74387f04e2c537705a82/ZLUDA-windows-amd64.zip > zluda.zip”. As a result, we will get an archive with a weight of 0 bytes. I.e. Zluda is not downloaded, extracted and the necessary files are not replaced. Consequently, the program does not work. As I understand it, it is related to the mechanism of downloading files from github. The code should be corrected.
To solve the problem, I had to delete the lines with zluda in the file “install.bat”, download the necessary archive myself, extract it to the folder “zluda” and manually replace the necessary files. Then everything is normal.
Problem with Zluda file replacement.
Three files are replaced in the code: cublas64_11.dll, cusparse64_11.dll, nvrtc64_112_0.dll. Initially I did that (manually), but the program refused to work. I experimented. It turned out that it was enough to replace cublas64_11.dll and cusparse64_11.dll. And leave nvrtc64_112_0.dll as the original one. Then everything works without any problems. I don't know if it's just for me or everyone.
Problem after updating d7f28ef and higher. The thing is that there were small edits in the file “cuda_malloc.py”, which is in the root with the program. Because of these edits the program stopped working, giving a CUDA error. As a temporary solution, I rolled back to build 58594a0. I made a copy of the “cuda_malloc.py” file, then returned to the current version and replaced the file. Everything worked.
I don't know if it's just for me or many people are having this problem, but I thought I'd report it. I hope it will be useful.
Radeon RX 5500 XT 8Gb, Windows 10, python 3.10.11, HIP SDK 5.7.1 + ROCmLibs for old cards.
Your question
Greetings. I would like to report a number of bugs and problems I encountered when installing and working with this build.
Problem during installation. Zluda download error. This problem is present in the file “install.bat” and “patchzluda.bat”. The thing is that the download of zluda does not happen! It is easy to check this by running just the line “curl -s -L https://github.com/lshqqytiger/ZLUDA/releases/download/rel.11cc5844514f93161e0e74387f04e2c537705a82/ZLUDA-windows-amd64.zip > zluda.zip”. As a result, we will get an archive with a weight of 0 bytes. I.e. Zluda is not downloaded, extracted and the necessary files are not replaced. Consequently, the program does not work. As I understand it, it is related to the mechanism of downloading files from github. The code should be corrected. To solve the problem, I had to delete the lines with zluda in the file “install.bat”, download the necessary archive myself, extract it to the folder “zluda” and manually replace the necessary files. Then everything is normal.
Problem with Zluda file replacement. Three files are replaced in the code: cublas64_11.dll, cusparse64_11.dll, nvrtc64_112_0.dll. Initially I did that (manually), but the program refused to work. I experimented. It turned out that it was enough to replace cublas64_11.dll and cusparse64_11.dll. And leave nvrtc64_112_0.dll as the original one. Then everything works without any problems. I don't know if it's just for me or everyone.
Problem after updating d7f28ef and higher. The thing is that there were small edits in the file “cuda_malloc.py”, which is in the root with the program. Because of these edits the program stopped working, giving a CUDA error. As a temporary solution, I rolled back to build 58594a0. I made a copy of the “cuda_malloc.py” file, then returned to the current version and replaced the file. Everything worked.
I don't know if it's just for me or many people are having this problem, but I thought I'd report it. I hope it will be useful. Radeon RX 5500 XT 8Gb, Windows 10, python 3.10.11, HIP SDK 5.7.1 + ROCmLibs for old cards.
Logs
No response
Other
No response