search for: xty

Displaying 20 results from an estimated 40 matches for "xty".

Did you mean: tty
2008 Jun 12
0
[LLVMdev] code generation order revisited.
...he type information early in building > the parser tree? I can't really imagine that. I for one could do > without this limitation. You really can't do this since LLVM types are shape isomorphic. Observe what happens to the types of @x and @y: gordon$ cat input.ll %xty = type {i32} %yty = type {i32} @x = external constant %xty @y = external constant %yty gordon$ llvm-as < input.ll | llvm-dis ; ModuleID = '<stdin>' %xty = type { i32 } %yty = type { i32 } @x = external constant %xty ; <%xt...
2008 Jun 12
2
[LLVMdev] code generation order revisited.
On Tue, 06 May 2008 16:06:35 -0400, Gordon Henriksen wrote: > On 2008-05-06, at 13:42, Hendrik Boom wrote: > >> One more question. I hope you're not getting tired of me already. Does >> generating LLVM code have to proceed in any particular order? >> >> Of course, if I am writing LLVM assembler by appending characters to >> the >> end of a sequential
2017 May 30
2
Pseudo-instruction that overwrites its input register
On Tue, 30 May 2017, Nemanja Ivanovic wrote: > This is typically accomplished with something like PPC's `RegConstraint` and > `NoEncode`. You can see examples of it that are very similar to what you're after in > PPC's load/store with update forms (i.e. load a value and update the base register > with the effective address - these are used for pre-increment loads/stores).
2008 Jun 12
2
[LLVMdev] code generation order revisited.
...>> the parser tree? I can't really imagine that. I for one could do >> without this limitation. > > You really can't do this since LLVM types are shape isomorphic. > Observe what happens to the types of @x and @y: > > gordon$ cat input.ll > %xty = type {i32} > %yty = type {i32} > @x = external constant %xty > @y = external constant %yty > > gordon$ llvm-as < input.ll | llvm-dis > ; ModuleID = '<stdin>' > %xty = type { i32 } > %yty = type { i32 } &g...
2007 Feb 08
1
supsmu(periodic=TRUE) can crash R by reading before start of array (PR#9502)
supsmu(periodic=TRUE) can crash R by reading before start of array. To reproduce: set.seed(1) xx <- runif(29000) yy <- rnorm(29000) span <- 0.49 i <- 1 while(i < 200){ cat(i,"\n") int <- supsmu(xx,yy,periodic=T,span=span) i <-i+1 } results in: 1 2 3 4 5 6 7 8 9 Program received signal SIGSEGV,
2009 Mar 31
1
error during DPpackage compilation
...? ? ? ? ? ? ? ? ? ?1 LDDPdensity.f:291: (continued): ? ? ? ? ?open(unit=1,file='dppackage1.out',status='unknown', ? ? ? ? ?2 Invalid declaration of or reference to symbol `randsave' at (2) [initially seen at (1)] LDDPdensity.f:15: ? ? ? ? & ? ? ? ? ? ? ? ? ? ? ? ?xtx,xtx2,xty,xty2,fs,fm,worksam,workcpo) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1 LDDPdensity.f:291: (continued): ? ? ? ? ?open(unit=1,file='dppackage1.out',status='unknown', ? ? ? ? ?2 Invalid declaration of or reference to symbol `worksam' at (2) [initially seen at (1)]...
2002 Feb 12
2
Compileing 2.2.3a ( and ealier) on HPUX11
Hi, I am trying to compile 2.2.3a on an HPUX11 system using HP's native compilers and I am getting the folling errors. cpp: "/usr/include/sys/xti.h", line 488: warning 2001: Redefinition of macro TCP_NODELAY. cpp: "/usr/include/sys/xti.h", line 489: warning 2001: Redefinition of macro TCP_MAXSEG. The above is an example, it happens for each stage of the compile process.
2017 May 28
2
Pseudo-instruction that overwrites its input register
On Sun, 28 May 2017, David Chisnall wrote: >> let Constraints = "@earlyclobber $reg" in >> def LDWRdPtr : Pseudo<(outs DREGS:$reg), >> (ins PTRREGS:$ptrreg), >> "ldw\t$reg, $ptrreg", >> [(set i16:$reg, (load i16:$ptrreg))]>, >>
2017 May 30
1
Pseudo-instruction that overwrites its input register
The reason the ones in PPCInstrInfo.td don't have the patterns to match is the reason they are more analogous to your problem. Namely, tblgen does not have a way to produce nodes with more than one result. The load-with-update instructions do exactly that - one of the inputs is also an output, but the other output is independent (and necessarily a separate register). The FMA variants have
2006 Apr 24
1
Handling large dataset & dataframe [Broadcast]
Here's a skeletal example. Embellish as needed: p <- 5 n <- 300 set.seed(1) dat <- cbind(rnorm(n), matrix(runif(n * p), n, p)) write.table(dat, file="c:/temp/big.txt", row=FALSE, col=FALSE) xtx <- matrix(0, p + 1, p + 1) xty <- numeric(p + 1) f <- file("c:/temp/big.txt", open="r") for (i in 1:3) { x <- matrix(scan(f, nlines=100), 100, p + 1, byrow=TRUE) xtx <- xtx + crossprod(cbind(1, x[, -1])) xty <- xty + crossprod(cbind(1, x[, -1]), x[, 1]) } close(f) solve(xtx, xty) co...
2016 Oct 28
2
Re: Disk near failure
On Fri, 28 Oct 2016 18:50, Alessandro Baggi wrote: > Il 28/10/2016 16:28, Valeri Galtsev ha scritto: >> On Fri, October 28, 2016 2:42 am, Alessandro Baggi wrote: >> > Il 27/10/2016 19:38, Yamaban ha scritto: >> > > For my personal use I would replace that Drive asap. >> > > - There is no warranty for it anymore (time since buy) >> > > -
2007 Aug 16
4
Linear models over large datasets
I'd like to fit linear models on very large datasets. My data frames are about 2000000 rows x 200 columns of doubles and I am using an 64 bit build of R. I've googled about this extensively and went over the "R Data Import/Export" guide. My primary issue is although my data represented in ascii form is 4Gb in size (therefore much smaller considered in binary), R consumes about
2004 Dec 17
0
Compiler messages when building opsnssh 3.9pl for hp_ux 11.0
All, I have encountered an issue with builds for openssh 3.9pl on the hp_ux 11.0 platform. The compiler (gcc) generates about 380 warning message and the build fails because of excessive numbers of warnings. The warnings that I am receiving are as follows: /vobs/ecm_gcc/hp-ux-b-11-00/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/inc lude/arpa/nameser.h:94: warning: `/*' within comment Now this
2016 Oct 28
0
Disk near failure
Hi Yamaban, Great expalanation. I think you know how to buy an ssd. There is no doubt about samsung ssds quality vs other. My question about neutron was to get your opinion about this product. My doubt was about differences between slc, mlc and tlc. Mlc endurance respect tlc is better and I though that the mlc of neutron gives me more endurance respect to the tlc. From a technic point of view,
2016 Oct 28
4
Disk near failure
On Fri, October 28, 2016 2:42 am, Alessandro Baggi wrote: > Il 27/10/2016 19:38, Yamaban ha scritto: >> For my personal use I would replace that Drive asap. >> - There is no warranty for it anymore (time since buy) >> - You can't buy it new anymore (discontinued) >> - There are more reliable drives available. >> >> I'd go for a Samsung Evo 850, that
2012 Apr 23
0
linear model benchmarking
...at I would recommend ols.crossprod = function (y, x) { x <- as.matrix(x) ok <- (!is.na(y))&(!is.na(rowSums(x))) y <- y[ok]; x <- subset(x, ok) x <- cbind( 1, x) XtX <- crossprod(x) Xty <- crossprod(x, y) solve(XtX, Xty) } for fast and stable coefficients. (yes, stable using double precision, even though not as stable as lm(). it works just fine with X variables that have >99.99% correlation with as few as 100 observations. if your situation is...
2007 Nov 13
1
compile error in hp-ux 11.23PA system with OpenSSH4.7p1
Hi all, I am compiling the OpenSSH4.7p1 on hp-ux PA11.23 system, however, it gives the following bug: cc +DD64 -I. -I. -I../include/openssl -I../include/tcpwrap -I../include/zlib -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/local/include -I../include/gssapi -DSSHDIR=\"/opt/ssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/ssh/bin/ssh\"
2002 May 08
0
need help - where to get binaries for HPUX 11.0 for 2 .2.3a AND winbind
Hello Altaf, You can now pull swdepot of Samba 2.2.3a WITH winbind from the samba ftp site - this is swinstallable and so you will not need to compile - it already has winbind built. You can get it from: http://us1.samba.org/samba/ftp/bin-pkgs/hp/samba2.2.3a/ named samba_2.2.3a_HPUX_withwinbind.depot hope this helps, Don -----Original Message----- From: Muhammad Altaf Bashir
2010 Jun 07
2
osx client
Hi, I'm looking for an open source client for icecast2 to run it on OSx Leopard 10.5.8 I took a look at Nicecast but wasn't convinced by it. Any suggestions? Best regards, -- Dan Bahena http://twitter.com/informatux http://xti.informatux.net
2010 Jul 20
2
date from weeknumber
Hi, Is there a function to get the last(or first) day of the week, given the week number of the year? For eg, week number for 7/20 is 29 as obtained by format(Sys.Date(),"%U"), is there a function which returns 7/25 - the last day of week # 29 TIA, Rao. [[alternative HTML version deleted]]