Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#75011 - [blender] Blender 3.2 HIP Render does not work with rocm 5.1.3-1
Attached to Project:
Community Packages
Opened by Jade Lacosse (gnudist) - Thursday, 09 June 2022, 17:32 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 17 July 2022, 22:45 GMT
Opened by Jade Lacosse (gnudist) - Thursday, 09 June 2022, 17:32 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 17 July 2022, 22:45 GMT
|
DetailsDescription:
Arch packaged Blender 3.2.0-1 HIP Render does not work with rocm 5.1.3-1 (from aur). Upstream Blender 3.2.0 works as expected so this appears to be an issue with the Arch package. Hardware: AMD RX 6900XT Steps to reproduce: Install rocm from aur, install blender using pacman -S blender. Attempt to use HIP renderer in viewport or render. |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Sunday, 17 July 2022, 22:45 GMT
Reason for closing: Duplicate
Additional comments about closing: https://bugs.archlinux.org/task/75097
Sunday, 17 July 2022, 22:45 GMT
Reason for closing: Duplicate
Additional comments about closing: https://bugs.archlinux.org/task/75097
This is how i sorted my problem.
Uninstall all ROCM related packages you've installed from the AUR (you might want to use "pacman -Qem" to create a list as I did
Then install this package opencl-amd-dev (https://aur.archlinux.org/packages/opencl-amd-dev) from the AUR.
Hope this helps