search for: gurunath

Displaying 7 results from an estimated 7 matches for "gurunath".

2016 Nov 28
2
LLVM Pass for Instructions in Function (error
> On Nov 27, 2016, at 6:40 PM, Gurunath Kadam via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi Sandeep, > > Thanks. > > One question about: > > Value* AddrPointer = Inst->getIperand(0); > > So this works for LVALUE(S) i.e. in my case pointer on LHS of '='. I cannot find anything...
2016 Nov 28
2
LLVM Pass for Instructions in Function (error
Hi, Sent via the Samsung Galaxy NoteĀ® 3, an AT&T 4G LTE smartphone -------- Original message -------- From: Gurunath Kadam via llvm-dev <llvm-dev at lists.llvm.org> Date: 11/27/2016 7:49 PM (GMT-06:00) To: llvm-dev at lists.llvm.org Subject: [llvm-dev] LLVM Pass for Instructions in Function (error Hi, Please find the embedded code. Also you may follow http://llvm.org/docs/ProgrammersManual.html#iterating-...
2016 Dec 23
0
Assign different RegClasses to a virtual, register based on 'uniform' attribute?
...pecific > than "Re: Contents of llvm-dev digest..." > > > Today's Topics: > > 1. Re: llvm/cuda: Indentify kernel functions and optimizations > (Jingyue Wu via llvm-dev) > 2. Re: llvm/cuda: Indentify kernel functions and optimizations > (Gurunath Kadam via llvm-dev) > 3. Re: Assign different RegClasses to a virtual register based > on 'uniform' attribute? (Ruiling Song via llvm-dev) > 4. Re: Assign different RegClasses to a virtual register based > on 'uniform' attribute? (Ruiling Song via l...
2016 Dec 21
0
llvm/cuda: Indentify kernel functions and optimizations
https://github.com/llvm-mirror/llvm/blob/652375a8cc49615de31fd9d424753795059185b6/lib/Target/NVPTX/NVPTXUtilities.h#L58 Does this solve your problem? On Wed, Dec 21, 2016 at 2:29 PM, Gurunath Kadam via llvm-dev < llvm-dev at lists.llvm.org> wrote: > 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 > f...
2016 Oct 14
2
LLVM/CLANG: CUDA compilation fail for inline assembly code
Hi, I am sorry for sending this query again here, but maybe I sent it to wrong list yesterday. I am trying to compile LonestarGPU-rev2.0 <http://iss.ices.utexas.edu/?p=projects/galois/lonestargpu/download> benchmark suite with LLVM/CLANG. This suite has a following piece of code (more info here
2016 Dec 21
2
llvm/cuda: Indentify kernel functions and optimizations
...IR. But then I am not sure how to run this cuda-only-IR, as this contains cuda-device specific code and not rest of the host-device code. In NVPTXBaseInfo.h, the function attributes are defined, along with PROPERTY_ISKERNEL_FUNCTION. How can this be used to identify the kernel function? Thanks. -Gurunath -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161221/8cbfb680/attachment.html>
2016 Dec 16
0
LLVM CUDA: Load/Store operands not captured
...t; of such code in a dummy C++ implementation, which worked just fine. But I am lost here. Can someone please point me in the right direction? Note: the code is still incomplete (profiling instructions insertion part etc.). And might have more bugs. You can ignore those if you want. thank you. -Gurunath -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161215/0c26bd07/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: CUDAMemTrace.cpp Type: text/x-c++src Siz...