Bug 211101
Summary: | (AMDGPU) crash when using OpenCL | ||
---|---|---|---|
Product: | Drivers | Reporter: | Stefan de Konink (stefan) |
Component: | Video(Other) | Assignee: | drivers_video-other |
Status: | NEW --- | ||
Severity: | normal | CC: | arturbac.ab |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 5.10.5-gentoo | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Stefan de Konink
2021-01-09 12:59:02 UTC
Hint - "IF" You use clang for building kernel on gentoo don't do this as amdgpu kernel module will not work properly, For months I used clang for building kernel and CL didn't work with 5700XT properly, I have had kernel null pointer dereference upon application that used CL exit. Then I found that kernel build with gcc works ok with OCL and amdgpu. Using gcc (Gentoo 10.2.0-r5 p6) 10.2.0, never used clang for that part of my system. |