search for: 61525ae8

Displaying 3 results from an estimated 3 matches for "61525ae8".

Did you mean: 06125ae8
2016 Dec 21
2
llvm/cuda: Indentify kernel functions and optimizations
Hi, I am trying to instrument CUDA kernel functions only (llvm-3.9.0). Is there a way to identify cuda kernel functions? I see that in llvm IR for CUDA has nvvm annotations section, where kernel functions are identified for NVPTX usage. I can parse the whole IR for this kernel metadata and then proceed, but this is very clumsy. Other way is to work with cuda-device-only IR. But then I am not
2016 Dec 21
0
llvm/cuda: Indentify kernel functions and optimizations
...________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161221/61525ae8/attachment.html>
2016 Dec 23
0
Assign different RegClasses to a virtual, register based on 'uniform' attribute?
...lopers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161221/61525ae8/attachment-0001.html> > > ------------------------------ > > Message: 2 > Date: Wed, 21 Dec 2016 18:35:11 -0500 > From: Gurunath Kadam via llvm-dev <llvm-dev at lists.llvm.org> > To: Jingyue Wu <jingyue at google.com> > Cc: llvm-dev <llvm-dev at lists.llvm....