search for: hese

Displaying 14 results from an estimated 14 matches for "hese".

Did you mean: these
2010 Oct 30
0
[LLVMdev] PowerPC : Assertion `MovePCtoLROffset && "MovePCtoLR not seen yet?"' failed.
...Instr&, const llvm::MachineOperand&) > const: Assertion `MovePCtoLROffset && "MovePCtoLR not seen yet?"' failed. > > Is anyone working on the PowerPC backend? > > Erik I added build, host, target = ppc-unknown-linux-gnu and enabled libffi. One of hese gets rid of the assert errors. I'm guessing the B,H,T addition. Configure script guessed ppc64.
2010 Oct 31
2
[LLVMdev] PowerPC : Assertion `MovePCtoLROffset & & " MovePCtoLR not seen yet?" ' failed.
D. Johnson wrote: > I added build, host, target = ppc-unknown-linux-gnu and enabled libffi. One of > hese gets rid of the assert errors. I'm guessing the B,H,T addition. Confirmed. Configuring with: ./configure --host=ppc-unknown-linux-gnu --build=ppc-unknown-linux-gnu \ --target=ppc-unknown-linux-gnu passed all tests. > Configure script guessed ppc64. I suspect that this...
2010 Oct 18
4
[LLVMdev] PowerPC : Assertion `MovePCtoLROffset && "MovePCtoLR not seen yet?"' failed.
Hi all, I'm compiling current SVN HEAD on Linux/x86. The tests are failing on PowerPC due to the following assertion failure : JITTests: PPCCodeEmitter.cpp:152: unsigned int<unnamed>::PPCCodeEmitter:: getMachineOpValue(const llvm::MachineInstr&, const llvm::MachineOperand&) const: Assertion `MovePCtoLROffset && "MovePCtoLR not seen yet?"'
2011 Aug 26
1
gem installation issues
...ing on a windows- rails combination and am trying trying to setup an existing application which uses a plethora of gems. I''m done with about a hundred gems , but 3 gems are failing the installations. I''m listing the gem and the error i recieve below, if anyone has any solution for hese issues , i''ll be immensely grateful. 1) gem install rjb Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing rjb: ERROR: Failed to build gem native extension. C:/RailsInstaller/Ruby1.8.7/bin/ruby.exe extconf.rb *...
2004 Mar 02
1
*s behaviour (PR#6633)
...? [,1] [1,] 1.60535635 [2,] 0.01749800 [3,] 0.06943188 [4,] 1.81510895 I was expecting warning messages in the last examples. But after consulting the help page (?*) and the 'R Language definition', I am not sure what I should have expected. :) The help page says that "[t]hese binary operators perform arithmetic on vector objects" and "[o]bjects such as arrays [...] can be operated on this way provided they are conformable". The R Language definition states "a vector is not the same as a one-dimensional array since the latter has a dim attribute of l...
2010 Nov 04
0
[LLVMdev] PowerPC : Assertion `MovePCtoLROffset &amp; &amp; &quot; MovePCtoLR not seen yet?&quot; ' failed.
On Sun, 31 Oct 2010 13:31:58 +1100 Erik de Castro Lopo <mle+cl at mega-nerd.com> wrote: > D. Johnson wrote: > > > I added build, host, target = ppc-unknown-linux-gnu and enabled > > libffi. One of hese gets rid of the assert errors. I'm guessing the > > B,H,T addition. > > Confirmed. Configuring with: > > ./configure --host=ppc-unknown-linux-gnu > --build=ppc-unknown-linux-gnu \ --target=ppc-unknown-linux-gnu > > passed all tests. > > > Configure sc...
2010 Aug 31
2
[Bug 1812] New: ControlPersist causes defunct/zombie processes
...ses in the process table, e.g.: madduck 28025 0.0 0.0 40612 2784 pts/8 S+ 09:17 0:00 ssh pulse madduck 28028 0.0 0.0 0 0 pts/8 Z+ 09:17 0:00 [ssh] <defunct> madduck 28029 0.0 0.0 40704 1188 ? Ss 09:17 0:00 ssh pulse The PIDs suggest thatt hese are related. It looks to me that the second process is the clone process, which, according to strace, only does: open("/dev/null", O_RDWR) = 5 dup2(5, 0) = 0 dup2(5, 1) = 1 close(5)...
2012 Jul 24
1
questions on R CMD INSTALL et al
Greetings, I am learning R My machine has these; CPU: 3cores amd64 OS pure-64bit CBLFS liux compiled from sources (kernel 3.2.1, gcc-4.6.2 R-2.15 When I compiled R the compiler spewed out lines like these:- make[3]: Entering directory `/tmp/RtmpiHdDJy/R.INSTALL472339eeb23a/mgcv/src' gcc -m64 -std=gnu99 -I/home/Rman/R-2.15.0/include -...
2012 Jul 09
1
R to winbugs interface
...d' 2: In file(con, "wb") : cannot open file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry.odc': Permission denied In addition in WinBUGS a window crops up which is named black box. and says trap #060 and then gives some details. I am not being able to understand what all hese error messages mean. I am also giving the R code and the code for the model here : R code : regpractwo=function(Ytilde,D,Xtilde,a,b,n,FEV,Age,Smoke) { Xtildeinv=solve(Xtilde) beta0=c(t(Xtildeinv%*%Ytilde)) C0=Xtildeinv%*%D%*%t(Xtildeinv) C0inv=solve(C0) r=dim(Xtildeinv)[1] FEVdataBUGS=list("n...
2011 Jun 10
1
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
...1.13 > test_fpu 1.38 1.41 1.05 1.31 0.95 > tfft 0.31 0.28 0.19 0.28 0.19 mean 3.13 2.64 2.02 2.57 1.96 Duncan, hese numbers were from release builds for both FSF gcc 4.5.4 and llvm. It seems that -fplugin-arg-dragonegg-llvm-ir-optimize=2 provides a small offsetting reduction in compile time to compensate for the increased compile time from -fplugin-arg-dragonegg-enable-gcc-optzns at -O3 -ffast-math. It also appe...
2011 Jun 10
0
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
Duncan, Here are the complete benchmarks rerun against gcc 4.5.4 built with... Using built-in specs. COLLECT_GCC=gfortran-fsf-4.5 COLLECT_LTO_WRAPPER=/sw/lib/gcc4.5/libexec/gcc/x86_64-apple-darwin11.0.0/4.5.4/lto-wrapper Target: x86_64-apple-darwin11.0.0 Configured with: ../gcc-4.5.4/configure --prefix=/sw --prefix=/sw/lib/gcc4.5 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.5/info
2019 Dec 01
0
Workshops of WorldCIST'20 | Deadline: December 6
2011 Jun 09
3
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
...;> >> A) gcc 4.5.4svn using -msse3 -ffast-math -O3 -fno-tree-vectorize >> B) gcc 4.5.4svn/dragonegg using -msse3 -ffast-math -O3 -fno-tree-vectorize -fplugin-arg-dragonegg-enable-gcc-optzns >> C) gcc 4.5.4svn/dragonegg using -msse3 -ffast-math -O3 -fno-tree-vectorize > > These numbers really surprised me: the GCC code generators must be really slow > if the entire set of LLVM IR and codegen optimizations takes less time to run > than GCC codegen (since with -fplugin-arg-dragonegg-enable-gcc-optzns the only > part of GCC being disabled is codegen, i.e. RTL). I w...
2005 Nov 08
2
OggYUV
Here's a shot at a list of fields: // High level data Displayed Width&Height Stored Width&Height Aspect Ratio (Fractional) Frame Rate (Fractional) FourCC (Optional, set to zero to use values below) Colorspace (enum, R'G'B', Y'CbCr, JPEG (not sure proper name), etc) // Subsampling data U Channel X Sample Rate (Fractional) U Channel Y Sample Rate (Fractional) U Channel