19:06 glehmann: does anyone know how to detect if sram ecc is enabled? I think radv needs it to avoid issues with subdword LDS/VMEM reads on some gfx9 chips https://gitlab.freedesktop.org/mesa/mesa/-/issues/12393#note_2720443
19:10 fililip: amdgpu_top gui has an entry "ecc memory", in my case it says "not supported"
19:10 fililip: maybe that's what you're looking for?
19:18 glehmann: not quite, memory and sram ecc are separate and only the latter is an issue as far as I understand
19:20 glehmann: at least the LLVM target specifically calls out sram ecc
19:21 glehmann: I probably need to check some bits in AMDGPU_INFO_RAS_ENABLED_FEATURES, I'm just not sure which ones
19:32 fililip: ah
19:45 Remco: All I can find is some sram ecc references in llvm
19:50 Remco: And sram_ecc_enabled in mesa, but I don't know where it's coming from. It is used in a few places to change some ACO settings