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
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 189380 lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpplib/Target/AMDGPU/AMDGPUTargetMachine.cpp
test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
test/CodeGen/AMDGPU/uniform-work-group-attribute-missing.ll
test/CodeGen/AMDGPU/uniform-work-group-nested-function-calls.ll
test/CodeGen/AMDGPU/uniform-work-group-prevent-attribute-propagation.ll
test/CodeGen/AMDGPU/uniform-work-group-propagate-attribute.ll
test/CodeGen/AMDGPU/uniform-work-group-recursion-test.ll
test/CodeGen/AMDGPU/uniform-work-group-test.ll
|
There's some trailing whitespace in the patch, fix before committing