A previous patch for "uniform-work-group-size" was found to break some RADV tests. This is a fix for those tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D58993
AMDGPU: Handle "uniform-work-group-size" attribute (fix for RADV) ClosedPublic Authored by aakanksha555 on Mar 5 2019, 12:35 PM.
Details Summary A previous patch for "uniform-work-group-size" was found to break some RADV tests. This is a fix for those tests.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 5 2019, 1:28 PM Closed by commit rL355574: AMDGPU: Handle "uniform-work-group-size" attribute (fix for RADV) (authored by aakanksha555). · Explain WhyMar 6 2019, 4:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 189621 llvm/trunk/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/trunk/test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
llvm/trunk/test/CodeGen/AMDGPU/uniform-work-group-attribute-missing.ll
llvm/trunk/test/CodeGen/AMDGPU/uniform-work-group-nested-function-calls.ll
llvm/trunk/test/CodeGen/AMDGPU/uniform-work-group-prevent-attribute-propagation.ll
llvm/trunk/test/CodeGen/AMDGPU/uniform-work-group-propagate-attribute.ll
llvm/trunk/test/CodeGen/AMDGPU/uniform-work-group-recursion-test.ll
llvm/trunk/test/CodeGen/AMDGPU/uniform-work-group-test.ll
|