Details
Details
- Reviewers
rampitec piotr mariusz-sikora-at-amd - Group Reviewers
Restricted Project - Commits
- rG70e2d631e178: [AMDGPU] Consistently use v2i16 for packed bf16 inputs. NFC.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/FLATInstructions.td | ||
---|---|---|
735–736 | FPAtomic is usually deduced from the type, so I override it here to ensure NFC. However it is only used by the hazard detection code for "FPAtomicToDenormModeHazard" which is GFX10-only, and GFX10 does not have these instructions, so perhaps I should not bother to override FPAtomic here? |
FPAtomic is usually deduced from the type, so I override it here to ensure NFC.
However it is only used by the hazard detection code for "FPAtomicToDenormModeHazard" which is GFX10-only, and GFX10 does not have these instructions, so perhaps I should not bother to override FPAtomic here?