similar to: [LLVMdev] where to start?

Displaying 20 results from an estimated 900 matches similar to: "[LLVMdev] where to start?"

2014 Jan 31
2
[LLVMdev] where to start?
Hi Rento, Thanks for your suggestion, it really helpful, I will go through the links you have given. And if you have any 'dirty' work at hand and want someone to help you to do, please let me know, I would be happy to put my hands on. Thanks, Baoshan On Fri, Jan 31, 2014 at 9:36 AM, Renato Golin <renato.golin at linaro.org>wrote: > Hi Baoshan, > > Firstly, welcome! ;)
2013 Jun 05
1
[LLVMdev] a document bug in lib/CodeGen/README.txt
I think I found a bug in lib/CodeGen/README.txt: The register "lr" should be "r4" in instruction "str lr, [sp, #+52]" of : and then "merge" mul and mov: > mul r4, r4, lr > str lr, [sp, #+52] > ldr lr, [r1, #+32] > sxth r3, r3 > mla r4, r3, lr, r4 -------------- next part -------------- An HTML
2008 Jul 15
8
DO NOT REPLY [Bug 5615] New: iconv conversion not applied to symlinks
https://bugzilla.samba.org/show_bug.cgi?id=5615 Summary: iconv conversion not applied to symlinks Product: rsync Version: 3.0.3 Platform: Other OS/Version: SunOS Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: nils.goroll@hamburg.de
2003 Oct 10
3
command line limit under unix?
Dear all, I have made my testing program to run successfully under unix in the background. However, my simulation work does not work. I read the foo.results file, I found it only have part of my code and not any output I want. Is there any line limit? My code is nearly 400 line. I can cut some of them, but I want to know whether there is any limit or exactly the number of limit is. Thanks.
2004 Oct 16
7
sapply and loop
Dear all, I am doing 200 times simulation. For each time, I generate a matrix and define some function on this matrix to get a 6 dimension vector as my results. As the loop should be slow, I generate 200 matrice first, and save them into a list named ma, then I define zz<-sapply(ma, myfunction) To my surprise, It almost costs me the same time to get my results if I directly use a loop
2004 Oct 16
7
sapply and loop
Dear all, I am doing 200 times simulation. For each time, I generate a matrix and define some function on this matrix to get a 6 dimension vector as my results. As the loop should be slow, I generate 200 matrice first, and save them into a list named ma, then I define zz<-sapply(ma, myfunction) To my surprise, It almost costs me the same time to get my results if I directly use a loop
2003 Oct 21
5
run R under linux
Dear all, Our department uses the linux system and we are not allowed to submit job directly. We must make a batch to submit through "qmon". so, I make a foo.sh file, which only contains one line: nohup R --vanilla < foo.txt > foo.results foo is all my codes. It is a simulation of 200 times. I set the seed at the beginning. It is to estimate the success probability, which is
2003 Jun 17
3
ssh does not work
Dear all, I got "permission denied" msg when I try to connect via SSH. The password that I used was correct as I can establish the connection via telnet using the same password. Any idea why this can happen?? root at kfiisdc:/sandbox/jason ssh kfiisdev Use of this system by unauthorized persons or in an unauthorized manner is strictly prohibited. Unauthorized access can and will be
2007 May 27
2
Looking for the first observation within the month
Hi all, I have a simple data frame, first list is a list of dates (in "%Y-%m-%d" format) and second list an observation on that particular date. There might not be observations everyday. Let's just say there are no observations on saturdays and sundays. Now I want to select the first observation of every month into a list. Is there an easy way to do that? Date
2004 Sep 30
1
Vectorising and loop (was Re: optim "a log-likelihood function")
>From: Sundar Dorai-Raj <sundar.dorai-raj at PDF.COM> >Reply-To: sundar.dorai-raj at PDF.COM >To: Zhen Pang <nusbj at hotmail.com> >CC: r-help at stat.math.ethz.ch >Subject: Vectorising and loop (was Re: [R] optim "a log-likelihood >function") >Date: Wed, 29 Sep 2004 18:21:17 -0700 > > > >Zhen Pang wrote: > >> >>I also use
2005 Jan 05
2
Status of Windows builds for libvorbis/libogg
Hi all, I've just done a quick check of the libvorbis Visual C++ 6.0 project on Windows, and am happy to say that both libvorbis and libogg build fine. (Theora isn't quite so lucky -- see the theora-dev mailing list for details on that.) There are two suggestions I can make, though: 1. To build properly, the directories must be checked out with certain names, and in paths
2011 May 04
1
two-way group mean prediction in survreg with three factors
I'm fitting a regression model for censored data with three categorical predictors, say A, B, C. My final model based on the survreg function is Surv(..) ~ A*(B+C). I know the three-way group mean estimates can be computed using the predict function. But is there any way to obtain two-way group mean estimates, say estimated group mean for (A1, B1)-group? The sample group means don't
2018 Jul 13
2
Whitelist file for LDAP authentication
Hi, The dovecot version is 2.2.33.2 and we are using LDAP to do the authentication for SMTP service. We have the following configuration in auth-ldap.conf.ext to deny some users for LDAP auth. passdb { args = /etc/dovecot/deny.smtp driver = passwd-file deny = yes } passdb { args = /etc/dovecot/dovecot-ldap.conf driver = ldap } And now we want to change the mechanism and only users
2004 May 18
4
granulepos start/end revisited
Hi all, I noticed the following Subversion commit today: r6719 | xiphmont | 2004-05-18 16:04:53 +1000 (Tue, 18 May 2004) | 11 lines Updated doc to reflect current proposal... Not as much a proposal at this point actually; this is the way I'm now implementing it. Although we're still in the 'RFC'/'look for horrible lossage' stage, this is close to being
2005 Jan 17
1
autoheader/config.h.in for vorbis
Hi Thomas, You checked in a changeset a while ago which added autoheader/config.h.in support here: http://trac.xiph.org/cgi-bin/trac.cgi/changeset/7481 But this seemed to break the Vorbis build, presumably because there's no config.h.in file there. Did you forget to check it in, or is there something I'm missing? I've semi-reverted your change in a recent patch, so that
2005 Jan 05
1
Status of Windows Theora builds
Hi all, Just a heads up to let you know that I've fixed up the Visual C++ project files so that libtheora and the associated experimental programs (dumpvid/encoderwin/splayer/transcoder) builds on Windows again. I also have good news and good news. The bad news is: experimental\splayer doesn't work. It compiles, but segfaults immediately when you try to play any Ogg file. The bug
2005 Jan 05
1
Some oggdsf utilities and libraries now available on UNIX
Hi all, (This has been cross-posted to vorbis-dev and ogg-dev, since I thought various people on vorbis-dev may be interested in it.) I've been working with illiminable for the past few weeks to port the underlying, platform-neutral part of his DirectShow filters (oggdsf) to UNIX. While DirectShow is a Windows-specific media framework, illiminable's filters have been designed so
2005 Jan 05
1
Some oggdsf utilities and libraries now available on UNIX
Hi all, (This has been cross-posted to vorbis-dev and ogg-dev, since I thought various people on vorbis-dev may be interested in it.) I've been working with illiminable for the past few weeks to port the underlying, platform-neutral part of his DirectShow filters (oggdsf) to UNIX. While DirectShow is a Windows-specific media framework, illiminable's filters have been designed so
2010 Sep 10
4
Solver in R
Hi all: I'm looking for a package that similar to solver in MS. All I need is find a r to satisfy R0=sum( r * Xt ), where t are from 1 to n and Xt are come from another formula. The most package I found were to max or min the obj. function. Is there any package can do it? Thanks. Peter [[alternative HTML version deleted]]
2008 Nov 07
1
kruskal test in R
Hi, i have a question in R, How and what command you need to do to run a kruskal-wallis test without the built in command 'kruskal.test'? many thanks. _________________________________________________________________ [[alternative HTML version deleted]]