sayuri: Programs that use OpenCL and OpenGL (simultaneously) segfault #33
Labels
No labels
affects/hardware
affects/legal
affects/reproducibility
affects/security
affects/style
affects/usability
blocked by/release 21.05
blocked by/release 21.11
blocked by/release 22.05
blocked by/testing needed
blocked by/testing needed/fuuko
blocked by/testing needed/sayuri
blocked by/upstream
resolution
deferred
resolution
permanent workaround
resolution
upstream wontfix
resolution
wontfix
type
bug
type
chore
type
feature
type
new machine
type
question
type
regression
type
tracking
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: simon/nixos-config#33
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This affects Blender and in certain scripts vapoursynth (e.g. nnedi3cl and placebo in the same script).
This is due to ROCm (for OpenCL) using a different (major) LLVM version than mesa (for OpenGL).
The recommended workaround (compiling mesa with
llvmPackages_rocm
) did not work (compiling mesa fails, presumably because there are incompatibilities between the llvm versions), though I did not try very hard to get it to work.Those issues explain this in more detail:
Probably this is getting worked on by danieldk: https://discourse.nixos.org/t/what-are-your-goals-for-21-05/11559/3 🥳
Update: ROCm doesn’t support GUI (though they say they still support OpenCL with gui?): https://github.com/NixOS/nixpkgs/issues/97401#issuecomment-789516544
sayuri: Programs that use OpenCL and OpenGL segfaultto sayuri: Programs that use OpenCL and OpenGL (simultaneously) segfaultClosed in favour of #45.