Andrzej Janik

Results 101 comments of Andrzej Janik

zluda.exe, nvcuda.dll, zluda_dump.dll, nvml.dll, zluda_redirect.dll If you want a zip package with just necessay files then try `cargo xtask zip --release`. It will place zluda.zip in target\release

And if you want the freshest files, you don't need to build by yourself but you can get latest build from github: green checkmark on the latest commit -> Details...

![Screenshot 2024-05-16 011324](https://github.com/vosen/ZLUDA/assets/1206376/908903cb-9652-4cbe-ab7d-307ec2eb4b63) This tiny thing in the red circle. BTW, if someone is reading this and know a more visible way to advertise nightly builds on the project page...

Do you have Visual Studio installed? If so, can you share output from `dumpbin /exports c:\Windows\system32\amdhip64.dll`?

Extremally strange. Your dumpbin output shows that `hipFuncGetAttribute` is present in the dll, so there should be no issue. I've just tried 24.3.1 and it shows no errors.

This is expected right now. ZLUDA is being rebuilt in bottom-up direction. Lower level subprojects (`ptx`, `ptx_parser`) were completely redone and the changes were not applied to higher level subprojects....

I did not look into Triton yet, but most likely yes. The biggest question is performance

You probably checkout out git repo without submodules. Use `git clone --recurse-submodules https://github.com/vosen/zluda.git` on initial checkout. I think the command for an already checked out repo is `git submodule update...

Me neither :), but let's try some debugging. The code fails during build in a third-party crate in a completely innocent code that tries to parse PATH env var. -...

I don't have qcomm gpu at hand, but I had a quick read through their docs and Adreno does seem to be a much worse target than AMD or Intel:...