This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gomp-nvptx 8/9] libgomp: update gomp_nvptx_main for -mgomp


On 12/01/2015 04:28 PM, Alexander Monakov wrote:
Bernd, is your position on exposing shared memory as first-class address space
on NVPTX subject to change?  Do you remember what middle-end issues you've
encountered when trying that?

TYPE_ADDR_SPACE does not reliably contain the address space. Patches to deal with that (rather than fix it which Joseph doesn't like) got really ugly and I gave up on it. So please use the patch I sent which deals with .shared inside the ptx backend (although I think it may have to be reworked a little since Nathan changed the code around recently).


Bernd


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]