19:06glehmann: 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:10fililip: amdgpu_top gui has an entry "ecc memory", in my case it says "not supported"
19:10fililip: maybe that's what you're looking for?
19:18glehmann: not quite, memory and sram ecc are separate and only the latter is an issue as far as I understand
19:20glehmann: at least the LLVM target specifically calls out sram ecc
19:21glehmann: I probably need to check some bits in AMDGPU_INFO_RAS_ENABLED_FEATURES, I'm just not sure which ones
19:32fililip: ah
19:45Remco: All I can find is some sram ecc references in llvm
19:50Remco: 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