Replies: 2 comments
-
That is not far from how many within AMD who don't need the whole stack do it. However, there are some additional wrinkles:
I think what would be needed here, given the various vintages, is a source build of Blender atop a minimal build of ROCm. That minimal build isn't going to be as minimal as it was in 5.7 because of the LLVM dep. The minimal build you are looking for is roughly what |
Beta Was this translation helpful? Give feedback.
-
Thanks for quick response.
Too clarify - I'm not looking for running either ROCm nor Blender inside Docker. If anything - I'd use Docker only if the ROCm compilation with it is going to be easier than doing it on the host directly. I mentioned it because from what I understand it can provide an isolation - and that would be useful for cleaning purposes. I don't plan on recompiling ROCm frequently - maybe once every couple months when the new stable version is released or in a case that newer Blender version demands it. All of this should be identical or very similar for a lot of Debian desktop users that just wants to install drivers and forget about them. Building Blender from source on generic Debian Linux should be pretty straight forward. All of the documentation should be here: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for way to build latest stable release of ROCm HIP runtime for amd64 Debian system.
I'm aware that the runtime is already packaged as rocm-hipamd in Debian repos.
The problem with it is that it is so old (ROCm 5.7) that it wont be enough for GPU rendering to work in most recent stable release of Blender.
I think a lot of people would appreciate if there was a quick way to compile only the needed clr binary: libamdhip64.so.x.x.xxxxx
As far as I know this one executable is all that is needed to Run Cycles rendering in Blender.
I would be very much fine if I could:
Could this be something that is added as an official package?
Beta Was this translation helpful? Give feedback.
All reactions