Blender crashes with Segmentation fault when selecting Render Preview in Cycles with GPU Compute #111847

Closed
opened 2023-09-03 16:44:08 +02:00 by Radoslav Lelchev · 6 comments

System Information
Operating system: Linux-6.1.46-gentoo-gentoo-dist-x86_64-12th_Gen_Intel-R-_Core-TM-_i3-12100F-with-glibc2.37 64 Bits, X11 UI
Graphics card: AMD Radeon RX 6400 (navi24, LLVM 16.0.6, DRM 3.49, 6.1.46-gentoo-gentoo-dist) AMD 4.6 (Core Profile) Mesa 23.1.6

Blender Version
Broken: version: 3.6.0, branch: unknown, commit date: 1970-01-01 00:00, hash: unknown
Worked: - (read description)

Short description of error
When I try to render using Cycles on my GPU, blender immediately crashes with Segmentation fault, as the error message. Here are the logs that were shown right before the Segmentation fault:

I0903 17:06:40.864868 14239 device.cpp:511] Mapped host memory limit set to 12,302,073,856 bytes. (11.46G)
I0903 17:06:40.865039 14239 device_impl.cpp:62] Using AVX2 CPU kernels.
Writing: /tmp/blender.crash.txt
zsh: segmentation fault  blender-3.6 --debug-all

It worked with =dev-libs/rocm-comgr-5.3.3-r2, but started happening after the new update of the package. I used to apply a patch that solved the problem of being unable to select the render device in Blender's options (https://github.com/gentoo/gentoo/pull/27552#issuecomment-1379233453), but with the new rocm-comgr package, the original problem solved itself. The old version of Blender (version 3.5.1) that worked before rocm-comgr got the new update, doesn't work now.

Exact steps for others to reproduce the error

  1. Open the Render properties tab and set the Render Engine to Cycles.
  2. Set the device to GPU Compute.
  3. Set the viewport shading to Rendered.
**System Information** Operating system: Linux-6.1.46-gentoo-gentoo-dist-x86_64-12th_Gen_Intel-R-_Core-TM-_i3-12100F-with-glibc2.37 64 Bits, X11 UI Graphics card: AMD Radeon RX 6400 (navi24, LLVM 16.0.6, DRM 3.49, 6.1.46-gentoo-gentoo-dist) AMD 4.6 (Core Profile) Mesa 23.1.6 **Blender Version** Broken: version: 3.6.0, branch: unknown, commit date: 1970-01-01 00:00, hash: `unknown` Worked: - (read description) **Short description of error** When I try to render using Cycles on my GPU, blender immediately crashes with Segmentation fault, as the error message. Here are the logs that were shown right before the Segmentation fault: ``` I0903 17:06:40.864868 14239 device.cpp:511] Mapped host memory limit set to 12,302,073,856 bytes. (11.46G) I0903 17:06:40.865039 14239 device_impl.cpp:62] Using AVX2 CPU kernels. Writing: /tmp/blender.crash.txt zsh: segmentation fault blender-3.6 --debug-all ``` It worked with =dev-libs/rocm-comgr-5.3.3-r2, but started happening after the new update of the package. I used to apply a patch that solved the problem of being unable to select the render device in Blender's options (https://github.com/gentoo/gentoo/pull/27552#issuecomment-1379233453), but with the new rocm-comgr package, the original problem solved itself. The old version of Blender (version 3.5.1) that worked before rocm-comgr got the new update, doesn't work now. **Exact steps for others to reproduce the error** 1. Open the Render properties tab and set the Render Engine to Cycles. 2. Set the device to GPU Compute. 3. Set the viewport shading to Rendered.
Radoslav Lelchev added the
Type
Report
Priority
Normal
Status
Needs Triage
labels 2023-09-03 16:44:09 +02:00

I've been having right about the same issue with Blender 3.6.2
Consistent file crashes from segmentation fault once I try viewport rendering in cycles. I've got 32GB ram and I'm running Nvidia RTX 3060ti with 8GB Vram. Same file crashed obsessionally in 3.5 but now I'm not even able to get one successful viewport render after several attempts. Sometimes 3.2 even crashes before it opens the file.

I've been having right about the same issue with Blender 3.6.2 Consistent file crashes from segmentation fault once I try viewport rendering in cycles. I've got 32GB ram and I'm running Nvidia RTX 3060ti with 8GB Vram. Same file crashed obsessionally in 3.5 but now I'm not even able to get one successful viewport render after several attempts. Sometimes 3.2 even crashes before it opens the file.
Member

Broken: version: 3.6.0, branch: unknown, commit date: 1970-01-01 00:00, hash: unknown

Hi, thanks for the report. It seems official blender build is not used here.
Could you verify the crash in recent 3.6.4/4.0 build?: https://builder.blender.org/download/daily/

> Broken: version: 3.6.0, branch: unknown, commit date: 1970-01-01 00:00, hash: unknown Hi, thanks for the report. It seems official blender build is not used here. Could you verify the crash in recent 3.6.4/4.0 build?: https://builder.blender.org/download/daily/
Pratik Borhade added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-09-26 05:51:47 +02:00

Broken: version: 3.6.0, branch: unknown, commit date: 1970-01-01 00:00, hash: unknown

Hi, thanks for the report. It seems official blender build is not used here.
Could you verify the crash in recent 3.6.4/4.0 build?: https://builder.blender.org/download/daily/

Yes, the crash occurs on the 4.1.0 alpha build as well.

Edit: This time it manages to save the backtrace to the file before crashing:

# Blender 4.1.0, Commit date: 2023-09-29 20:55, Hash 90ec11b823e8
bpy.context.space_data.context = 'RENDER'  # Property
bpy.context.scene.render.engine = 'CYCLES'  # Property
bpy.context.scene.cycles.device = 'GPU'  # Property
bpy.context.space_data.shading.type = 'RENDERED'  # Property

# backtrace
./blender() [0xf35a30]
./blender() [0x8c336c]
/lib64/libc.so.6(+0x38770) [0x7f4413c64770]
/usr/lib/llvm/16/lib64/libLLVM-16.so(_ZNK4llvm18MachinePointerInfo12getAddrSpaceEv+0) [0x7f43fc9bbc30]
/usr/lib/llvm/16/lib64/libLLVM-16.so(+0x1864a39) [0x7f43fce64a39]
/usr/lib/llvm/16/lib64/libLLVM-16.so(+0x1864ef4) [0x7f43fce64ef4]
/usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm14FoldingSetBase19FindNodeOrInsertPosERKNS_16FoldingSetNodeIDERPvRKNS0_14FoldingSetInfoE+0xb0) [0x7f42b6c2cf90]
/usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm12SelectionDAG11getRegisterEjNS_3EVTE+0xba) [0x7f42b7567b9a]
/usr/lib/llvm/15/lib64/libLLVM-15.so(_ZNK4llvm12RegsForValue13getCopyToRegsENS_7SDValueERNS_12SelectionDAGERKNS_5SDLocERS1_PS1_PKNS_5ValueENS_3ISD8NodeTypeE+0x87d) [0x7f42b74f462d]
/usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm19SelectionDAGBuilder26CopyValueToVirtualRegisterEPKNS_5ValueEjNS_3ISD8NodeTypeE+0x14d) [0x7f42b750b7fd]
/usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm19SelectionDAGBuilder5visitERKNS_11InstructionE+0x7f) [0x7f42b753ebaf]
/usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm16SelectionDAGISel16SelectBasicBlockENS_14ilist_iteratorINS_12ilist_detail12node_optionsINS_11InstructionELb0ELb0EvEELb0ELb1EEES6_Rb+0x63) [0x7f42b759edd3]
/usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm16SelectionDAGISel20SelectAllBasicBlocksERKNS_8FunctionE+0xc2c) [0x7f42b75a077c]
/usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm16SelectionDAGISel20runOnMachineFunctionERNS_15MachineFunctionE+0x3b6) [0x7f42b75a2566]
/usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm19MachineFunctionPass13runOnFunctionERNS_8FunctionE+0x120) [0x7f42b70ae8a0]
/usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE+0x2bb) [0x7f42b6e3f51b]
/usr/lib/llvm/15/lib64/libLLVM-15.so(+0x23e6bd9) [0x7f42b81e6bd9]
/usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE+0x394) [0x7f42b6e3fe44]
/usr/lib/llvm/15/lib64/libclang-cpp.so.g1(_ZN5clang17EmitBackendOutputERNS_17DiagnosticsEngineERKNS_19HeaderSearchOptionsERKNS_14CodeGenOptionsERKNS_13TargetOptionsERKNS_11LangOptionsEN4llvm9StringRefEPNSE_6ModuleENS_13BackendActionESt10unique_ptrINSE_17raw_pwrite_streamESt14default_deleteISK_EE+0x16d1) [0x7f42bed030e1]
/usr/lib/llvm/15/lib64/libclang-cpp.so.g1(_ZN5clang13CodeGenAction13ExecuteActionEv+0xc8b) [0x7f42bf0b7beb]
/usr/lib/llvm/15/lib64/libclang-cpp.so.g1(_ZN5clang14FrontendAction7ExecuteEv+0xb9) [0x7f42bf873129]
/usr/lib/llvm/15/lib64/libclang-cpp.so.g1(_ZN5clang16CompilerInstance13ExecuteActionERNS_14FrontendActionE+0x12a) [0x7f42bf80d37a]
/usr/lib/llvm/15/lib64/libclang-cpp.so.g1(_ZN5clang25ExecuteCompilerInvocationEPNS_16CompilerInstanceE+0x3e7) [0x7f42bf8e73e7]
/usr/lib64/libamd_comgr.so.2(+0x1973c) [0x7f42c101973c]
/usr/lib64/libamd_comgr.so.2(+0x1a908) [0x7f42c101a908]
/usr/lib64/libamd_comgr.so.2(+0x1af9f) [0x7f42c101af9f]
/usr/lib64/libamd_comgr.so.2(amd_comgr_do_action+0x156a) [0x7f42c10257aa]
/usr/lib64/libamdhip64.so.5(+0x32b8b0) [0x7f43c332b8b0]
/usr/lib64/libamdhip64.so.5(+0x32de72) [0x7f43c332de72]
/usr/lib64/libamdhip64.so.5(+0x331fb5) [0x7f43c3331fb5]
/usr/lib64/libamdhip64.so.5(+0x35f905) [0x7f43c335f905]
/usr/lib64/libamdhip64.so.5(+0x320b2d) [0x7f43c3320b2d]
/usr/lib64/libamdhip64.so.5(+0x369019) [0x7f43c3369019]
/usr/lib64/libamdhip64.so.5(+0x3b551a) [0x7f43c33b551a]
/usr/lib64/libamdhip64.so.5(+0x389aad) [0x7f43c3389aad]
/usr/lib64/libamdhip64.so.5(+0x36b430) [0x7f43c336b430]
/usr/lib64/libamdhip64.so.5(+0x34e1a0) [0x7f43c334e1a0]
/usr/lib64/libamdhip64.so.5(+0x286008) [0x7f43c3286008]
/usr/lib64/libamdhip64.so.5(+0x286b14) [0x7f43c3286b14]
/usr/lib64/libamdhip64.so.5(hipStreamCreateWithFlags+0x1a9) [0x7f43c3286d09]
./blender() [0x2b021b4]
./blender() [0x2afb8f3]
./blender() [0x318c1d9]
./blender() [0x3188519]
./blender() [0x3182143]
./blender() [0x318242b]
./blender() [0x30eea78]
./blender() [0x2a390f5]
./blender() [0x2a3a6dc]
./blender() [0x2a35bbf]
./blender() [0x83cac0]
./blender(_PyObject_MakeTpCall+0x7b) [0x8173ab]
./blender(_PyEval_EvalFrameDefault+0x583b) [0x87847b]
./blender() [0x871e52]
./blender(_PyEval_EvalFrameDefault+0x5007) [0x877c47]
./blender() [0x871e52]
./blender() [0x152e1bd]
./blender() [0x1485e66]
./blender() [0x1b6d87e]
./blender() [0x1b6d991]
./blender() [0x10e08c4]
./blender() [0xa3a7fc]
./blender() [0xf49e23]
./blender() [0xf49f57]
./blender() [0xf52a3a]
./blender() [0xf43ad8]
./blender() [0x723f9b]
/lib64/libc.so.6(+0x2394a) [0x7f4413c4f94a]
/lib64/libc.so.6(__libc_start_main+0x85) [0x7f4413c4fa05]
./blender() [0x8bf2ae]

# Python backtrace
> > Broken: version: 3.6.0, branch: unknown, commit date: 1970-01-01 00:00, hash: unknown > > Hi, thanks for the report. It seems official blender build is not used here. > Could you verify the crash in recent 3.6.4/4.0 build?: https://builder.blender.org/download/daily/ Yes, the crash occurs on the 4.1.0 alpha build as well. Edit: This time it manages to save the backtrace to the file before crashing: ``` # Blender 4.1.0, Commit date: 2023-09-29 20:55, Hash 90ec11b823e8 bpy.context.space_data.context = 'RENDER' # Property bpy.context.scene.render.engine = 'CYCLES' # Property bpy.context.scene.cycles.device = 'GPU' # Property bpy.context.space_data.shading.type = 'RENDERED' # Property # backtrace ./blender() [0xf35a30] ./blender() [0x8c336c] /lib64/libc.so.6(+0x38770) [0x7f4413c64770] /usr/lib/llvm/16/lib64/libLLVM-16.so(_ZNK4llvm18MachinePointerInfo12getAddrSpaceEv+0) [0x7f43fc9bbc30] /usr/lib/llvm/16/lib64/libLLVM-16.so(+0x1864a39) [0x7f43fce64a39] /usr/lib/llvm/16/lib64/libLLVM-16.so(+0x1864ef4) [0x7f43fce64ef4] /usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm14FoldingSetBase19FindNodeOrInsertPosERKNS_16FoldingSetNodeIDERPvRKNS0_14FoldingSetInfoE+0xb0) [0x7f42b6c2cf90] /usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm12SelectionDAG11getRegisterEjNS_3EVTE+0xba) [0x7f42b7567b9a] /usr/lib/llvm/15/lib64/libLLVM-15.so(_ZNK4llvm12RegsForValue13getCopyToRegsENS_7SDValueERNS_12SelectionDAGERKNS_5SDLocERS1_PS1_PKNS_5ValueENS_3ISD8NodeTypeE+0x87d) [0x7f42b74f462d] /usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm19SelectionDAGBuilder26CopyValueToVirtualRegisterEPKNS_5ValueEjNS_3ISD8NodeTypeE+0x14d) [0x7f42b750b7fd] /usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm19SelectionDAGBuilder5visitERKNS_11InstructionE+0x7f) [0x7f42b753ebaf] /usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm16SelectionDAGISel16SelectBasicBlockENS_14ilist_iteratorINS_12ilist_detail12node_optionsINS_11InstructionELb0ELb0EvEELb0ELb1EEES6_Rb+0x63) [0x7f42b759edd3] /usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm16SelectionDAGISel20SelectAllBasicBlocksERKNS_8FunctionE+0xc2c) [0x7f42b75a077c] /usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm16SelectionDAGISel20runOnMachineFunctionERNS_15MachineFunctionE+0x3b6) [0x7f42b75a2566] /usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm19MachineFunctionPass13runOnFunctionERNS_8FunctionE+0x120) [0x7f42b70ae8a0] /usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE+0x2bb) [0x7f42b6e3f51b] /usr/lib/llvm/15/lib64/libLLVM-15.so(+0x23e6bd9) [0x7f42b81e6bd9] /usr/lib/llvm/15/lib64/libLLVM-15.so(_ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE+0x394) [0x7f42b6e3fe44] /usr/lib/llvm/15/lib64/libclang-cpp.so.g1(_ZN5clang17EmitBackendOutputERNS_17DiagnosticsEngineERKNS_19HeaderSearchOptionsERKNS_14CodeGenOptionsERKNS_13TargetOptionsERKNS_11LangOptionsEN4llvm9StringRefEPNSE_6ModuleENS_13BackendActionESt10unique_ptrINSE_17raw_pwrite_streamESt14default_deleteISK_EE+0x16d1) [0x7f42bed030e1] /usr/lib/llvm/15/lib64/libclang-cpp.so.g1(_ZN5clang13CodeGenAction13ExecuteActionEv+0xc8b) [0x7f42bf0b7beb] /usr/lib/llvm/15/lib64/libclang-cpp.so.g1(_ZN5clang14FrontendAction7ExecuteEv+0xb9) [0x7f42bf873129] /usr/lib/llvm/15/lib64/libclang-cpp.so.g1(_ZN5clang16CompilerInstance13ExecuteActionERNS_14FrontendActionE+0x12a) [0x7f42bf80d37a] /usr/lib/llvm/15/lib64/libclang-cpp.so.g1(_ZN5clang25ExecuteCompilerInvocationEPNS_16CompilerInstanceE+0x3e7) [0x7f42bf8e73e7] /usr/lib64/libamd_comgr.so.2(+0x1973c) [0x7f42c101973c] /usr/lib64/libamd_comgr.so.2(+0x1a908) [0x7f42c101a908] /usr/lib64/libamd_comgr.so.2(+0x1af9f) [0x7f42c101af9f] /usr/lib64/libamd_comgr.so.2(amd_comgr_do_action+0x156a) [0x7f42c10257aa] /usr/lib64/libamdhip64.so.5(+0x32b8b0) [0x7f43c332b8b0] /usr/lib64/libamdhip64.so.5(+0x32de72) [0x7f43c332de72] /usr/lib64/libamdhip64.so.5(+0x331fb5) [0x7f43c3331fb5] /usr/lib64/libamdhip64.so.5(+0x35f905) [0x7f43c335f905] /usr/lib64/libamdhip64.so.5(+0x320b2d) [0x7f43c3320b2d] /usr/lib64/libamdhip64.so.5(+0x369019) [0x7f43c3369019] /usr/lib64/libamdhip64.so.5(+0x3b551a) [0x7f43c33b551a] /usr/lib64/libamdhip64.so.5(+0x389aad) [0x7f43c3389aad] /usr/lib64/libamdhip64.so.5(+0x36b430) [0x7f43c336b430] /usr/lib64/libamdhip64.so.5(+0x34e1a0) [0x7f43c334e1a0] /usr/lib64/libamdhip64.so.5(+0x286008) [0x7f43c3286008] /usr/lib64/libamdhip64.so.5(+0x286b14) [0x7f43c3286b14] /usr/lib64/libamdhip64.so.5(hipStreamCreateWithFlags+0x1a9) [0x7f43c3286d09] ./blender() [0x2b021b4] ./blender() [0x2afb8f3] ./blender() [0x318c1d9] ./blender() [0x3188519] ./blender() [0x3182143] ./blender() [0x318242b] ./blender() [0x30eea78] ./blender() [0x2a390f5] ./blender() [0x2a3a6dc] ./blender() [0x2a35bbf] ./blender() [0x83cac0] ./blender(_PyObject_MakeTpCall+0x7b) [0x8173ab] ./blender(_PyEval_EvalFrameDefault+0x583b) [0x87847b] ./blender() [0x871e52] ./blender(_PyEval_EvalFrameDefault+0x5007) [0x877c47] ./blender() [0x871e52] ./blender() [0x152e1bd] ./blender() [0x1485e66] ./blender() [0x1b6d87e] ./blender() [0x1b6d991] ./blender() [0x10e08c4] ./blender() [0xa3a7fc] ./blender() [0xf49e23] ./blender() [0xf49f57] ./blender() [0xf52a3a] ./blender() [0xf43ad8] ./blender() [0x723f9b] /lib64/libc.so.6(+0x2394a) [0x7f4413c4f94a] /lib64/libc.so.6(__libc_start_main+0x85) [0x7f4413c4fa05] ./blender() [0x8bf2ae] # Python backtrace ```
Pratik Borhade added
Status
Needs Triage
and removed
Status
Needs Information from User
labels 2023-10-23 08:51:46 +02:00

Update: After updating the ROCm and HIP packages to 5.7.1, Blender just doesn't detect my GPU anymore. (I forgot about masked packages and didn't upgrade the ROCm driver for a few months). This is my rocminfo output:

ROCk module is loaded
=====================    
HSA System Attributes    
=====================    
Runtime Version:         1.1
System Timestamp Freq.:  1000.000000MHz
Sig. Max Wait Duration:  18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count)
Machine Model:           LARGE                              
System Endianness:       LITTLE                             

==========               
HSA Agents               
==========               
*******                  
Agent 1                  
*******                  
  Name:                    12th Gen Intel(R) Core(TM) i3-12100F
  Uuid:                    CPU-XX                             
  Marketing Name:          12th Gen Intel(R) Core(TM) i3-12100F
  Vendor Name:             CPU                                
  Feature:                 None specified                     
  Profile:                 FULL_PROFILE                       
  Float Round Mode:        NEAR                               
  Max Queue Number:        0(0x0)                             
  Queue Min Size:          0(0x0)                             
  Queue Max Size:          0(0x0)                             
  Queue Type:              MULTI                              
  Node:                    0                                  
  Device Type:             CPU                                
  Cache Info:              
    L1:                      49152(0xc000) KB                   
  Chip ID:                 0(0x0)                             
  ASIC Revision:           0(0x0)                             
  Cacheline Size:          64(0x40)                           
  Max Clock Freq. (MHz):   5500                               
  BDFID:                   0                                  
  Internal Node ID:        0                                  
  Compute Unit:            8                                  
  SIMDs per CU:            0                                  
  Shader Engines:          0                                  
  Shader Arrs. per Eng.:   0                                  
  WatchPts on Addr. Ranges:1                                  
  Features:                None
  Pool Info:               
    Pool 1                   
      Segment:                 GLOBAL; FLAGS: FINE GRAINED        
      Size:                    16208036(0xf750a4) KB              
      Allocatable:             TRUE                               
      Alloc Granule:           4KB                                
      Alloc Alignment:         4KB                                
      Accessible by all:       TRUE                               
    Pool 2                   
      Segment:                 GLOBAL; FLAGS: KERNARG, FINE GRAINED
      Size:                    16208036(0xf750a4) KB              
      Allocatable:             TRUE                               
      Alloc Granule:           4KB                                
      Alloc Alignment:         4KB                                
      Accessible by all:       TRUE                               
    Pool 3                   
      Segment:                 GLOBAL; FLAGS: COARSE GRAINED      
      Size:                    16208036(0xf750a4) KB              
      Allocatable:             TRUE                               
      Alloc Granule:           4KB                                
      Alloc Alignment:         4KB                                
      Accessible by all:       TRUE                               
  ISA Info:                
*******                  
Agent 2                  
*******                  
  Name:                    gfx1034                            
  Uuid:                    GPU-XX                             
  Marketing Name:          AMD Radeon RX 6400                 
  Vendor Name:             AMD                                
  Feature:                 KERNEL_DISPATCH                    
  Profile:                 BASE_PROFILE                       
  Float Round Mode:        NEAR                               
  Max Queue Number:        128(0x80)                          
  Queue Min Size:          64(0x40)                           
  Queue Max Size:          131072(0x20000)                    
  Queue Type:              MULTI                              
  Node:                    1                                  
  Device Type:             GPU                                
  Cache Info:              
    L1:                      16(0x10) KB                        
    L2:                      1024(0x400) KB                     
    L3:                      16384(0x4000) KB                   
  Chip ID:                 29759(0x743f)                      
  ASIC Revision:           0(0x0)                             
  Cacheline Size:          64(0x40)                           
  Max Clock Freq. (MHz):   2320                               
  BDFID:                   768                                
  Internal Node ID:        1                                  
  Compute Unit:            12                                 
  SIMDs per CU:            2                                  
  Shader Engines:          1                                  
  Shader Arrs. per Eng.:   2                                  
  WatchPts on Addr. Ranges:4                                  
  Features:                KERNEL_DISPATCH 
  Fast F16 Operation:      TRUE                               
  Wavefront Size:          32(0x20)                           
  Workgroup Max Size:      1024(0x400)                        
  Workgroup Max Size per Dimension:
    x                        1024(0x400)                        
    y                        1024(0x400)                        
    z                        1024(0x400)                        
  Max Waves Per CU:        32(0x20)                           
  Max Work-item Per CU:    1024(0x400)                        
  Grid Max Size:           4294967295(0xffffffff)             
  Grid Max Size per Dimension:
    x                        4294967295(0xffffffff)             
    y                        4294967295(0xffffffff)             
    z                        4294967295(0xffffffff)             
  Max fbarriers/Workgrp:   32                                 
  Pool Info:               
    Pool 1                   
      Segment:                 GLOBAL; FLAGS: COARSE GRAINED      
      Size:                    4177920(0x3fc000) KB               
      Allocatable:             TRUE                               
      Alloc Granule:           4KB                                
      Alloc Alignment:         4KB                                
      Accessible by all:       FALSE                              
    Pool 2                   
      Segment:                 GLOBAL; FLAGS:                     
      Size:                    4177920(0x3fc000) KB               
      Allocatable:             TRUE                               
      Alloc Granule:           4KB                                
      Alloc Alignment:         4KB                                
      Accessible by all:       FALSE                              
    Pool 3                   
      Segment:                 GROUP                              
      Size:                    64(0x40) KB                        
      Allocatable:             FALSE                              
      Alloc Granule:           0KB                                
      Alloc Alignment:         0KB                                
      Accessible by all:       FALSE                              
  ISA Info:                
    ISA 1                    
      Name:                    amdgcn-amd-amdhsa--gfx1034         
      Machine Models:          HSA_MACHINE_MODEL_LARGE            
      Profiles:                HSA_PROFILE_BASE                   
      Default Rounding Mode:   NEAR                               
      Default Rounding Mode:   NEAR                               
      Fast f16:                TRUE                               
      Workgroup Max Size:      1024(0x400)                        
      Workgroup Max Size per Dimension:
        x                        1024(0x400)                        
        y                        1024(0x400)                        
        z                        1024(0x400)                        
      Grid Max Size:           4294967295(0xffffffff)             
      Grid Max Size per Dimension:
        x                        4294967295(0xffffffff)             
        y                        4294967295(0xffffffff)             
        z                        4294967295(0xffffffff)             
      FBarrier Max Size:       32                                 
*** Done ***

And this is my hipconfig output:

HIP version  : 5.7.31921-

== hipconfig
HIP_PATH     : /usr
ROCM_PATH    : /usr
HIP_COMPILER : clang
HIP_PLATFORM : amd
HIP_RUNTIME  : rocclr
CPP_CONFIG   :  -D__HIP_PLATFORM_HCC__= -D__HIP_PLATFORM_AMD__= -I/usr/include -I/usr/lib/llvm/17/bin/../../../../lib/clang/17
 

== hip-clang
HIP_CLANG_PATH   : /usr/lib/llvm/17/bin
clang version 17.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang++.cfg
LLVM (http://llvm.org/):
  LLVM version 17.0.4
  Optimized build.
  Default target: x86_64-pc-linux-gnu
  Host CPU: alderlake

  Registered Targets:
    aarch64     - AArch64 (little endian)
    aarch64_32  - AArch64 (little endian ILP32)
    aarch64_be  - AArch64 (big endian)
    amdgcn      - AMD GCN GPUs
    arm         - ARM
    arm64       - ARM64 (little endian)
    arm64_32    - ARM64 (little endian ILP32)
    armeb       - ARM (big endian)
    avr         - Atmel AVR Microcontroller
    bpf         - BPF (host endian)
    bpfeb       - BPF (big endian)
    bpfel       - BPF (little endian)
    hexagon     - Hexagon
    lanai       - Lanai
    loongarch32 - 32-bit LoongArch
    loongarch64 - 64-bit LoongArch
    mips        - MIPS (32-bit big endian)
    mips64      - MIPS (64-bit big endian)
    mips64el    - MIPS (64-bit little endian)
    mipsel      - MIPS (32-bit little endian)
    msp430      - MSP430 [experimental]
    nvptx       - NVIDIA PTX 32-bit
    nvptx64     - NVIDIA PTX 64-bit
    ppc32       - PowerPC 32
    ppc32le     - PowerPC 32 LE
    ppc64       - PowerPC 64
    ppc64le     - PowerPC 64 LE
    r600        - AMD GPUs HD2XXX-HD6XXX
    riscv32     - 32-bit RISC-V
    riscv64     - 64-bit RISC-V
    sparc       - Sparc
    sparcel     - Sparc LE
    sparcv9     - Sparc V9
    systemz     - SystemZ
    thumb       - Thumb
    thumbeb     - Thumb (big endian)
    ve          - VE
    wasm32      - WebAssembly 32-bit
    wasm64      - WebAssembly 64-bit
    x86         - 32-bit X86: Pentium-Pro and above
    x86-64      - 64-bit X86: EM64T and AMD64
    xcore       - XCore
hip-clang-cxxflags :  -isystem "/usr/include" -O3
hip-clang-ldflags  :  -O3 --hip-link --rtlib=compiler-rt -unwindlib=libgcc

=== Environment Variables
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/17/bin:/usr/lib/llvm/16/bin:/usr/lib/llvm/15/bin:/etc/eselect/wine/bin:/usr/lib64/opencascade/bin:/home/rado/.local/bin:/home/rado/.cargo/bin:/home/rado/cross/bin

== Linux Kernel
Hostname     : admin
Linux admin 6.1.57-gentoo-gentoo-dist #1 SMP PREEMPT_DYNAMIC Mon Oct 16 21:29:28 EEST 2023 x86_64 12th Gen Intel(R) Core(TM) i3-12100F GenuineIntel GNU/Linux
LSB Version:	n/a
Distributor ID:	Gentoo
Description:	Gentoo Linux
Release:	2.14
Codename:	n/a
Update: After updating the ROCm and HIP packages to 5.7.1, Blender just doesn't detect my GPU anymore. (I forgot about masked packages and didn't upgrade the ROCm driver for a few months). This is my `rocminfo` output: ``` ROCk module is loaded ===================== HSA System Attributes ===================== Runtime Version: 1.1 System Timestamp Freq.: 1000.000000MHz Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count) Machine Model: LARGE System Endianness: LITTLE ========== HSA Agents ========== ******* Agent 1 ******* Name: 12th Gen Intel(R) Core(TM) i3-12100F Uuid: CPU-XX Marketing Name: 12th Gen Intel(R) Core(TM) i3-12100F Vendor Name: CPU Feature: None specified Profile: FULL_PROFILE Float Round Mode: NEAR Max Queue Number: 0(0x0) Queue Min Size: 0(0x0) Queue Max Size: 0(0x0) Queue Type: MULTI Node: 0 Device Type: CPU Cache Info: L1: 49152(0xc000) KB Chip ID: 0(0x0) ASIC Revision: 0(0x0) Cacheline Size: 64(0x40) Max Clock Freq. (MHz): 5500 BDFID: 0 Internal Node ID: 0 Compute Unit: 8 SIMDs per CU: 0 Shader Engines: 0 Shader Arrs. per Eng.: 0 WatchPts on Addr. Ranges:1 Features: None Pool Info: Pool 1 Segment: GLOBAL; FLAGS: FINE GRAINED Size: 16208036(0xf750a4) KB Allocatable: TRUE Alloc Granule: 4KB Alloc Alignment: 4KB Accessible by all: TRUE Pool 2 Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED Size: 16208036(0xf750a4) KB Allocatable: TRUE Alloc Granule: 4KB Alloc Alignment: 4KB Accessible by all: TRUE Pool 3 Segment: GLOBAL; FLAGS: COARSE GRAINED Size: 16208036(0xf750a4) KB Allocatable: TRUE Alloc Granule: 4KB Alloc Alignment: 4KB Accessible by all: TRUE ISA Info: ******* Agent 2 ******* Name: gfx1034 Uuid: GPU-XX Marketing Name: AMD Radeon RX 6400 Vendor Name: AMD Feature: KERNEL_DISPATCH Profile: BASE_PROFILE Float Round Mode: NEAR Max Queue Number: 128(0x80) Queue Min Size: 64(0x40) Queue Max Size: 131072(0x20000) Queue Type: MULTI Node: 1 Device Type: GPU Cache Info: L1: 16(0x10) KB L2: 1024(0x400) KB L3: 16384(0x4000) KB Chip ID: 29759(0x743f) ASIC Revision: 0(0x0) Cacheline Size: 64(0x40) Max Clock Freq. (MHz): 2320 BDFID: 768 Internal Node ID: 1 Compute Unit: 12 SIMDs per CU: 2 Shader Engines: 1 Shader Arrs. per Eng.: 2 WatchPts on Addr. Ranges:4 Features: KERNEL_DISPATCH Fast F16 Operation: TRUE Wavefront Size: 32(0x20) Workgroup Max Size: 1024(0x400) Workgroup Max Size per Dimension: x 1024(0x400) y 1024(0x400) z 1024(0x400) Max Waves Per CU: 32(0x20) Max Work-item Per CU: 1024(0x400) Grid Max Size: 4294967295(0xffffffff) Grid Max Size per Dimension: x 4294967295(0xffffffff) y 4294967295(0xffffffff) z 4294967295(0xffffffff) Max fbarriers/Workgrp: 32 Pool Info: Pool 1 Segment: GLOBAL; FLAGS: COARSE GRAINED Size: 4177920(0x3fc000) KB Allocatable: TRUE Alloc Granule: 4KB Alloc Alignment: 4KB Accessible by all: FALSE Pool 2 Segment: GLOBAL; FLAGS: Size: 4177920(0x3fc000) KB Allocatable: TRUE Alloc Granule: 4KB Alloc Alignment: 4KB Accessible by all: FALSE Pool 3 Segment: GROUP Size: 64(0x40) KB Allocatable: FALSE Alloc Granule: 0KB Alloc Alignment: 0KB Accessible by all: FALSE ISA Info: ISA 1 Name: amdgcn-amd-amdhsa--gfx1034 Machine Models: HSA_MACHINE_MODEL_LARGE Profiles: HSA_PROFILE_BASE Default Rounding Mode: NEAR Default Rounding Mode: NEAR Fast f16: TRUE Workgroup Max Size: 1024(0x400) Workgroup Max Size per Dimension: x 1024(0x400) y 1024(0x400) z 1024(0x400) Grid Max Size: 4294967295(0xffffffff) Grid Max Size per Dimension: x 4294967295(0xffffffff) y 4294967295(0xffffffff) z 4294967295(0xffffffff) FBarrier Max Size: 32 *** Done *** ``` And this is my `hipconfig` output: ``` HIP version : 5.7.31921- == hipconfig HIP_PATH : /usr ROCM_PATH : /usr HIP_COMPILER : clang HIP_PLATFORM : amd HIP_RUNTIME : rocclr CPP_CONFIG : -D__HIP_PLATFORM_HCC__= -D__HIP_PLATFORM_AMD__= -I/usr/include -I/usr/lib/llvm/17/bin/../../../../lib/clang/17 == hip-clang HIP_CLANG_PATH : /usr/lib/llvm/17/bin clang version 17.0.4 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang++.cfg LLVM (http://llvm.org/): LLVM version 17.0.4 Optimized build. Default target: x86_64-pc-linux-gnu Host CPU: alderlake Registered Targets: aarch64 - AArch64 (little endian) aarch64_32 - AArch64 (little endian ILP32) aarch64_be - AArch64 (big endian) amdgcn - AMD GCN GPUs arm - ARM arm64 - ARM64 (little endian) arm64_32 - ARM64 (little endian ILP32) armeb - ARM (big endian) avr - Atmel AVR Microcontroller bpf - BPF (host endian) bpfeb - BPF (big endian) bpfel - BPF (little endian) hexagon - Hexagon lanai - Lanai loongarch32 - 32-bit LoongArch loongarch64 - 64-bit LoongArch mips - MIPS (32-bit big endian) mips64 - MIPS (64-bit big endian) mips64el - MIPS (64-bit little endian) mipsel - MIPS (32-bit little endian) msp430 - MSP430 [experimental] nvptx - NVIDIA PTX 32-bit nvptx64 - NVIDIA PTX 64-bit ppc32 - PowerPC 32 ppc32le - PowerPC 32 LE ppc64 - PowerPC 64 ppc64le - PowerPC 64 LE r600 - AMD GPUs HD2XXX-HD6XXX riscv32 - 32-bit RISC-V riscv64 - 64-bit RISC-V sparc - Sparc sparcel - Sparc LE sparcv9 - Sparc V9 systemz - SystemZ thumb - Thumb thumbeb - Thumb (big endian) ve - VE wasm32 - WebAssembly 32-bit wasm64 - WebAssembly 64-bit x86 - 32-bit X86: Pentium-Pro and above x86-64 - 64-bit X86: EM64T and AMD64 xcore - XCore hip-clang-cxxflags : -isystem "/usr/include" -O3 hip-clang-ldflags : -O3 --hip-link --rtlib=compiler-rt -unwindlib=libgcc === Environment Variables PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/17/bin:/usr/lib/llvm/16/bin:/usr/lib/llvm/15/bin:/etc/eselect/wine/bin:/usr/lib64/opencascade/bin:/home/rado/.local/bin:/home/rado/.cargo/bin:/home/rado/cross/bin == Linux Kernel Hostname : admin Linux admin 6.1.57-gentoo-gentoo-dist #1 SMP PREEMPT_DYNAMIC Mon Oct 16 21:29:28 EEST 2023 x86_64 12th Gen Intel(R) Core(TM) i3-12100F GenuineIntel GNU/Linux LSB Version: n/a Distributor ID: Gentoo Description: Gentoo Linux Release: 2.14 Codename: n/a ```
Member

Can you check whether this happens with proprietary drivers?

Can you check whether this happens with proprietary drivers?
Pratik Borhade added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-12-14 07:54:24 +01:00
Member

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with the required information.

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed. Thanks again for the report. If the problem persists please open a new report with the required information.
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2024-03-01 05:39:25 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#111847
No description provided.