search for: amdgpuannotateuniformvalu

Displaying 2 results from an estimated 2 matches for "amdgpuannotateuniformvalu".

2017 Dec 06
2
[AMDGPU] Strange results with different address spaces
...ss space to begin with. Changing this in the middle sounds suspect. > After this phase the IR goes through another pass manager that performs O3 passes and the AMDGPU target passes for object file generation. I looked into the AMDGPU backend and the only place where this metadata is added is in AMDGPUAnnotateUniformValues.cpp. The pass queries dependency analysis for the load and checks if it is reported as uniform. Afterwards the metadata is added to the GEP. > > Removing the O3 passes before code generation solves the problem so does separating the O3 passes and the backend passes into separate pass man...
2017 Dec 05
2
[AMDGPU] Strange results with different address spaces
> On Dec 5, 2017, at 13:53, Matt Arsenault <arsenm2 at gmail.com> wrote: > > > >> On Dec 5, 2017, at 02:51, Haidl, Michael via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hi dev list, >> >> I am currently exploring the integration of AMDGPU/ROCm into the PACXX project and observing some