- Correct documentation for default setting of sram-ecc to ON for gfx906.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
sramecc is off by default for gfx906:
https://github.com/llvm/llvm-project/blob/master/llvm/test/CodeGen/AMDGPU/elf-header-flags-sram-ecc.ll#L5
Comment Actions
So it seems the e_flags report that sram-ecc off, yet the code generated is for on.
So we should probably wait for the Target ID changes that fix these multiple bugs.