similar to: [LLVMdev] GSoC on LLVM usability?

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] GSoC on LLVM usability?"

2012 Mar 28
0
[LLVMdev] GSoC on LLVM usability?
Bump! I realize my previous message may have been a bit abrupt, without much proper explanations, though it is a serious application! Currently, the feedback of LLVM regarding the optimizations performed is an optional list of optimization names, through the detailed pass statistics. Though of high relevance to a user familiar with optimizing compilers, for unfamiliar users it might be
2012 Mar 28
1
[LLVMdev] GSoC on LLVM usability?
On 03/28/2012 11:20 AM, Thibault Raffaillac wrote: > Bump! > I would very much appreciate you feedback on this proposal! Hi Thibault, I think in general this looks very interesting and helpful, but making this actually work seems to be difficult. Here my two major concerns: 1. Relating LLVM-IR to the source code is difficult Especially when optimizations are enabled relating LLVM-IR to
2009 Jul 09
1
Bug in package.skeleton, R 2.9.0?
Dear all, I am using package.skeleton to build a small packages of misc function for personal use. I have recently discovered that the option force=TRUE doesn't seem to do what is meant to do. Here's what I'm doing: > setwd("/Users/danielk/Documents/R/packages/dk") > files <- paste("codebase", dir("codebase", pattern=".R"),
2003 Dec 10
1
How to remove extra spaces introduced (?) by write.table
Dear Group, My question relates to the write.table function. I have created a data.frame containing both "character" and "numeric" columns. When I use the write.table function to write this table into a text file spaces are added into the "numeric" columns so that the number of digits in each column is the same. This extra space is added before the actual number.
2012 Mar 21
1
Wish To Join Xapian:-)
Dear Friends, This is Shao from National University of Singapore(NUS). I'm currently doing my exchange study in Royal Institute of Technology(KTH), Sweden. IR is really interesting to me. I've taken a Information Retrieval course during the exchange study here in KTH http://www.csc.kth.se/utbildning/kth/kurser/DD2476/ir12/labblydelser/assignment2. The Weighting Schemes and Learn to Rank
2006 Mar 06
1
Announce of our Xen project; Routing simulation with Einar
Hello all, Some time before Christmas, a project was started. The task was to enhance an existing LiveCD solution with User-mode Linux. A number of requirements was stated, where the greatest challenge was to fit 10 virtual routers within an old no-name PC with only 256MB Ram. And the solution must still be run from a LiveCD. Thanks to Xen, the task was possible to complete. -But, what does it
2004 Jun 07
2
MCLUST Covariance Parameterization.
Hello all (especially MCLUS users). I'm trying to make use of the MCLUST package by C. Fraley and A. Raftery. My problem is trying to figure out how the (model) identifier (e.g, EII, VII, VVI, etc.) relates to the covariance matrix. The parameterization of the covariance matrix makes use of the method of decomposition in Banfield and Rraftery (1993) and Fraley and Raftery (2002) where
2008 Sep 16
1
Car.proper C[] matrix
I am hoping someone can help translate some WinBUGS code into R code. I would like to use R to create the C[] matrix required for a car.proper model in WinBUGS, but I am having a difficult time negotiating the coding. The C matrix provides normalized weights for each pair of spatial areas. So the WinBUGS example is as follows: # of the weight matrix with elements Cij. The first J1 elements
2009 Jun 04
1
Using WinBUGS from R: A Multi-Way Array Problem
Please suggest a way out to the following problem. I have a T by n data matrix (say Y) where coulmns are time series of length T. To do some analysis in WinBUGS I need to construct my data as follows. yy<-rep(Y,k) ## this will be a vector Yk<-array(yy,dim=c(T,n,k)) ## data array Here the definition of dim indices is first index: T rows second index: n columns third index: for kth T by n
2000 Mar 23
1
Found a bug in the OpsnSSH configuration script
[I'm cc:ing openssl-users at openssl.org, because questions about this are getting there over and over...] There's a problem that several people who installed OpenSSL to be able to uyse OpenSSH have faced: Could not find working SSLeay / OpenSSL libraries, please install I don't recall how SSLeay was installed, but for OpenSSL, there's a glitch in the way it tries to find
2004 Jan 07
1
Analyzing dendrograms
Ladies and Gentlemen, As Johan Lindberg points out, the documentation for handling dendrograms is sparse....Does anyone know who is responsible for or working on development of tree methods and objects? I've written a couple of scripts for my own use to translate between parenthetical (A(B(CD))) or binary A00 B10 C11 D11 tree formats and cluster objects in R, but as an inexperienced
2000 Dec 14
1
OpenSSH, Kth kerberos, and Digital Unix
I've compiled OpenSSH 2.3.0p1 with Kerberos 4 from Kth (1.0.4). We use AFS heavily and need the AFS token passing features. This combo is working great on Irix and NetBSD/{alpha,i386}, but it's dying on Digital Unix (4.0f and 5.0). "ssh -v hostname" dumps core in des_pcbc_encrypt() after "Trying Kerberos authentication". My suspicion is that the des routines from
2002 Jan 23
1
OpenSSH w/ kth-krb4 on AIX
Hi, I'm suffering from a memory corruption problem when compiling OpenSSH 3.0.2p1 with kth-krb4 1.1 on AIX 4.3.2 and 4.3.3. The symptom is that the file name gets zeroed out during ssh key generation, for example during "make install": Generating public/private rsa1 key pair. open failed: No such file or directory. ^ filename normally goes here When I remove krb4 from the
2008 Apr 22
2
nth step transition matrices
Hello, I have a question in regards to markov chains and transition probabilities. I am trying to figure out a way to calculate the "kth-step transition matrix" of a given matrix. Say for example I have a single step 2x2 matrix: 1 2 P= 1 .95 .05 2 .01. 99 If I were to convert this matrix to a 2-step transition probability matrix I would get:
2005 May 16
1
RE: Large Floppy Images
On Thu, Feb 17, 2005 at 16:09:50 -0800, Mikey Sklar wrote > > I use 8MB DOS images with pxelinux to load firmware. Which platform > would you like them for (I have many). I just saw your post and I would definitely be interested in an 8 MB DOS images to work with pxelinux. I have tried the method described in http://people.cs.uchicago.edu/~gmurali/gui/downloads.html but I keep getting
2002 Oct 31
3
Changing pch spacing
Hello R-Helpers, plot(x, y, type="b", pch="1") plots x vs. y with both a line and the symbol "1" but how do I change the "spacing" of the symbol being plotted. In other words, I don't want to plot the "1" at every data point, but only at every kth point (things get too cluttered when there are many data points). Thanks in advance! --
2003 Sep 16
9
OpenSSH heads-up
OK, an official OpenSSH advisory was released, see here: <URL: http://www.mindrot.org/pipermail/openssh-unix-announce/2003-September/000063.html > The fix is currently in FreeBSD -CURRENT and -STABLE. It will be applied to the security branches as well today. Attached are patches: buffer46.patch -- For FreeBSD 4.6-RELEASE and later buffer45.patch -- For FreeBSD 4.5-RELEASE and
2017 Feb 27
2
LLVM social in Sweden?
Hi all, Thanks for the answers! I've also received a couple of answers off-list, so there should be enough of us to get something rolling. I think we should start with something informal to get to know each other and see what our interests are etc. So, I've created a poll with a random slice of March here [1], so we can sync on the date / time. Please pick as many options as you can. The
2002 Apr 24
2
OpenSSH and support for KTH-Krb4
Hello, I have tried to compile openssh-3.1p1 and then two later snapshots. It seems that I can not have support for KTH-Krb4, according to this errorlist from make: gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -R/usr/local/ssl/lib -L/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib -L/usr/athena/lib -R/usr/athena/lib -lssh
2009 Apr 13
2
weighted mean and by() with two index
Hi expeRts, I would like to calculate weighted mean by two factors. My code is as follows: R> tmp <- by(re$meta.sales.lkm[, c("pc", "sales")], re$meta.sales.lkm[, c("size", "yr")], function(x) weighted.mean(x[,1], x[,2])) The result is as follows: R> tmp size: micro yr: 1994 [1] 1.090