search for: prakash

Displaying 20 results from an estimated 176 matches for "prakash".

2007 Nov 14
4
Creating a group share
...mask = 0770 But as soon as I change the ownership of /export/newWTCCC to root:WTCCC, the users are not able to access the share. But if I have the force group enabled, everyone is able to access the share (as it forces everyone to belong to the group, which should not be the case). Thanks, Prakash
2008 Sep 16
2
[LLVMdev] DOTGraphTraits and GraphWriter
...e node's 'structure' field) working. Is there a way to find out the outgoing edge number from EdgeIter. (Basically the Node in my graph has a a bunch of outgoing edges, so that I can just index into that collection within the node to get the appropriate edges' attributes). regards, Prakash On Tue, Sep 16, 2008 at 3:59 PM, Dan Gohman <gohman at apple.com> wrote: > Hello Prakash, > > The SelectionDAG viewers (llc -view-isel-dags etc.) support > both multiple edges between the same pair of nodes, and labels > at least for each incoming edge. See > lib/CodeGen/Se...
2008 Sep 22
0
[LLVMdev] DOTGraphTraits and GraphWriter
Hi Prakash, I don't know of an easy way to do this, other than to use random-access iterators so you can compute the distance between the edge and the beginning of the list of edges. Dan On Sep 16, 2008, at 2:58 PM, Prakash Prabhu wrote: > Hi Dan, > > Thanks for the reply. I got the labels fo...
2007 Dec 10
1
[Problem] [Centos 5] Samba-3.0.23c-2 login authentication problem
...c/passwd | mksmbpasswd.sh > /etc/samba/smbpasswd 3) I changed /etc/samba/smbpassword file permissions as follows #chmod 600 /etc/samba/smbpasswd 4) linux client side 4a) In this step I provided User-name and Password #smbclient -L 192.168.0.254 -U user6 password:***** Domain=[SERVER1.PRAKASH.COM] OS=[Unix] Server=[Samba 3.0.23c-2] Sharename Type Comment --------- ---- ------- kiran Disk Funda Tracking Managements Files IPC$ IPC IPC Service (Samba Server) printer1 Printer printer1...
2006 Apr 29
1
crosscomiling speex for powerPC
...l, kednetworks..... Then I tried, [root@edvl28 speex-1.1.6]# ./configure --prefix=/usr --host=powerpc-405-linux --with-gnu-ld --disable-static --enable-fixed-point --enable-powerpc-405-asm .... Then during make I got an error saying ogg.h not found. make[2]: Entering directory `/home/prakash/ppc/linphone/speex-1.1.6/src' source='speexenc.c' object='speexenc.o' libtool=no \ depfile='.deps/speexenc.Po' tmpdepfile='.deps/speexenc.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ powerpc-405-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib...
2008 Nov 04
4
[LLVMdev] Debugging lli using bugpoint
...above test case is just a smaller version of the one in Python's subtype_traverse which also tests a function pointer and calls itself. It seems the problem arises due comparison with the stub's address when a comparison with the actual address of the compiled function is intended. thanks, Prakash On Mon, Nov 3, 2008 at 2:07 AM, Evan Cheng <evan.cheng at apple.com> wrote: > Hi Prakash, > Unfortunately it looks like you need to do quite a bit of investigation > into this. However, I hope I can provide some useful tips. > > 1. In general, lli and llc generate exact the s...
2005 May 10
1
Samba BDC in the same subnet not gettingconnection requests
>>> Ian Clancy <clancyian@cel.ie> 05/10/05 11:45 AM >>> Prakash Velayutham wrote: >>>>Ian Clancy <clancyian@cel.ie> 05/10/05 9:33 AM >>> >>>> >>>> >Prakash Velayutham wrote: > > > >>Hi, >> >>Sorry for posting again. I would really appreciate any help with this. >>...
2017 Mar 05
3
GSoc 2017 Introduction(Weighting Schemes)
...the xapian-core/weight where most of the schemes are already present and I also went through the Bigram-model which was outside the tree and not merged yet. So can Anyone of please give a pointer to which weighting schemes are not implemented yet so that I can start looking at it. Regards, Prachi Prakash Final year Graduate Student LinkedIn: https://www.linkedin.com/in/prachi-prakash-7b674351/ github: https://github.com/PrachiPrakash?tab=activity -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20170305/9d...
2008 Sep 15
2
[LLVMdev] DOTGraphTraits and GraphWriter
...t I have no clue how to support (a) and (b) since once the destination node is returned I lose access to the edge and cannot do any text annotation onto an edge of the graph. Is there some other way to achieve (a) and (b) without having to implement my own special version of GraphWriter ? thanks, Prakash
2008 Sep 16
0
[LLVMdev] DOTGraphTraits and GraphWriter
Hello Prakash, The SelectionDAG viewers (llc -view-isel-dags etc.) support both multiple edges between the same pair of nodes, and labels at least for each incoming edge. See lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp for code you might use as an example, though it is a bit tricky. Dan On Sep 15, 2008,...
2008 Nov 11
0
[LLVMdev] Debugging lli using bugpoint
I've filed PR3043 for this. Evan On Nov 3, 2008, at 4:00 PM, Prakash Prabhu wrote: > Hi Evan, > > Thanks for the pointers. We found a simple test case that causes the > problem (thanks to Tom in my group): > > #include<stdio.h> > #include<stdlib.h> > > void test(); > void (*funcPtr)(); > > int main(int argc, char **...
2014 Sep 09
2
[LLVMdev] Machine Code for different architectures
...LLVM convert its IR to machine code for different architectures.Can you please explain the approach? Is it just write two different programs for two different architectures and pass a flag to the compiler based on which machine code you want to generate? Thanks a lot for your explanations. Thanks Prakash -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140909/bbb3937f/attachment.html>
2014 Aug 01
2
[LLVMdev] LLVM Basic Program Compilation
...! The command : llvm-g++ try.cpp -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS `llvm-config --cxxflags --ldflags --libs` -S -emit-llvm leaves me with several warnings and when i execute the resultant .s file with lli , I get the same error as before. Thanks a lot for your help Thank you, Prakash Premkumar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140801/ec92d076/attachment.html>
2009 Jan 14
2
[LLVMdev] Mapping between LLVM bitcode and C source
...e a way, from within an opt pass, to find the correspondence between an LLVM IR object and C source code (basically line number info similar to the one used with gcc + gdb to help debugging ), assuming either a llvm-gcc front end ? Sorry if this question was asked before. Thanks for your time. - Prakash
2008 Nov 02
2
[LLVMdev] Debugging lli using bugpoint
...istfiles/Python-2.5.tar.bz2&cs_f=Python-2.5/Objects/typeobject.c ) it seems the last call (through a function pointer) in subtype_traverse results in this never-ending recursive call. Has anyone tried compiling python to bit code and running it the LLVM JIT before ? Thanks for your time. - Prakash On Tue, Oct 28, 2008 at 3:02 PM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Tue, Oct 28, 2008 at 12:17 PM, Prakash Prabhu > <prakash.prabhu at gmail.com> wrote: > > Generating reference output from raw program: <cbe><gcc> > > Error running to...
2009 Jan 21
1
[LLVMdev] poolallocation error
Dear Prakash, I believe I've fixed the problem you were having with ds-aa. Please update your poolalloc tree, recompile, and let me know if it works. -- John T. Criswell, John T wrote: > [snip] > > ________________________________________ > From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounc...
2012 Aug 15
3
[LLVMdev] [RFC] Parallelization metadata and intrinsics in LLVM
...d these intrinsics at the LLVM level. I am not sure why we would need conditional constructs for expressing parallelism. These could be calls directly to the runtime library at the code generation level. Again, this is very good initiative and we would like to support such a support in LLVM ASAP. Prakash Raghavendra AMD, Bangalore Email: Prakash.raghavendra at amd.com Phone: +91-80-3323 0753 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120815/835e7457/attachment.html>
2008 Nov 03
0
[LLVMdev] Debugging lli using bugpoint
Hi Prakash, Unfortunately it looks like you need to do quite a bit of investigation into this. However, I hope I can provide some useful tips. 1. In general, lli and llc generate exact the same code except lli default to static codegen while llc defaults to dynamic-no-pic codegen. So try passing -relo...
2008 Sep 24
2
[LLVMdev] Memory Altering/Accessing Instructions
...Mod (7) CallInst : Mod/Ref ? Also, my earlier impression was that the GEP instruction only computes the effective address and does not modify/access any memory location. Is that true ? If I have missed other instructions that could alter/modify memory, please let me know. Thanks for your time. - Prakash
2014 Aug 04
3
[LLVMdev] LLVM AllocaInst and StoreInst
...failed: (getOperand(0)->getType() == > cast<PointerType>(getOperand(1)->getType())->getElementType() && "Ptr must > be a pointer to Val type!"), function AssertOK, file Instructions.cpp, line > 1084. > Abort trap: 6 Can you help me resolve it ? Thanks Prakash -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140804/a7b13602/attachment.html>