search for: cpv

Displaying 20 results from an estimated 36 matches for "cpv".

Did you mean: cpu
2006 Sep 05
4
Two submitted packages
.... I am ## raising it here for two questions: one on how to debug functions ## inside a namespace, the other on how to control clipping. tmp <- data.frame(x=1:5, y=1:5, a=factor(c(1,1,1,1,1), levels=1:4)) xyplot(y ~ x, data=tmp, ylim=c(1.5,4.5), panel=function(x,y, ...) { cpv <- current.viewport() cpv$clip <- "off" pushViewport(cpv) panel.xyplot(x, y, ...) popViewport() }) ## R version 2.4.0 Under development (unstable) (2006-08-14 r38872) ## gives the error message Error in grid.Call.graphics("L_setviewpo...
2012 Sep 04
2
[LLVMdev] [NVPTX] Backend cannot handle array-of-arrays constant
...correct result with the following change: --- NVPTXAsmPrinter.cpp 2012-09-03 15:14:00.000000000 +0200 +++ NVPTXAsmPrinter.cpp 2012-09-04 15:47:17.859398193 +0200 @@ -1890,17 +1890,15 @@ case Type::ArrayTyID: case Type::VectorTyID: case Type::StructTyID: { - if (isa<ConstantArray>(CPV) || isa<ConstantVector>(CPV) || - isa<ConstantStruct>(CPV)) { + if (isa<ConstantAggregateZero>(CPV)) + aggBuffer->addZeros(Bytes); + else + { int ElementSize = TD->getTypeAllocSize(CPV->getType()); bufferAggregateConstant(CPV, aggBuffer)...
2012 Sep 06
0
[LLVMdev] [NVPTX] Backend cannot handle array-of-arrays constant
...> > --- NVPTXAsmPrinter.cpp 2012-09-03 15:14:00.000000000 +0200 > +++ NVPTXAsmPrinter.cpp 2012-09-04 15:47:17.859398193 +0200 > @@ -1890,17 +1890,15 @@ > case Type::ArrayTyID: > case Type::VectorTyID: > case Type::StructTyID: { > - if (isa<ConstantArray>(CPV) || isa<ConstantVector>(CPV) || > - isa<ConstantStruct>(CPV)) { > + if (isa<ConstantAggregateZero>(CPV)) > + aggBuffer->addZeros(Bytes); > + else > + { > int ElementSize = TD->getTypeAllocSize(CPV->getType()); > bu...
2005 Apr 22
1
Expression in panel.text
...anel. I've been trying to get this to work using something of the form: x <- rnorm(400) y <- rnorm(400) a <- gl(4, 100) xyplot(y~x | a, panel=function(x,y, ...){ panel.xyplot(x,y, ...) curr.cor <- cor.test(x,y) crho <- round(curr.cor$estimate,2) cpv <- format.pval(curr.cor$p.value, eps = 0.01, digits=2) exprrho <- substitute(rho == crho, list(crho=crho)) exprpv <- substitute(italic(p) == cpv, list(cpv=cpv)) panel.text(-2, 2, label=exprrho) panel.text(2, 2, label=exprpv) }) The two exp...
2012 Sep 04
0
[LLVMdev] [NVPTX] Backend cannot handle array-of-arrays constant
NVCC successfully handles the same IR, if we try to process the same .cu file with clang+nvptx and nvcc: CLANG/NVPTX: ============= $ cat dayofweek.cu __attribute__((device)) char yweek[7][4] = { "MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN" }; $ clang -cc1 -emit-llvm -fcuda-is-device dayofweek.cu -o dayofweek.ll $ cat
2016 May 25
0
Re: Windows Server 2008 - KVM
Van: Thiago Oliveira [mailto:cpv.thiago@gmail.com] Verzonden: woensdag 25 mei 2016 14:37 Aan: Dominique Ramaekers CC: libvirt-users@redhat.com Onderwerp: Re: [libvirt-users] Windows Server 2008 - KVM Hi there! I have installed a new VM with Win2k8 and the serial virtio driver works fine. I don´t know why the other VM the BSOD ha...
2012 Sep 03
2
[LLVMdev] [NVPTX] Backend cannot handle array-of-arrays constant
Dear all, Looks like the NVPTX backend cannot handle array-of-arrays contant (please see the reporocase below). Is it supposed to work? Any ideas how to get it working? Important for our target applications. Thanks, - Dima. $ cat test.ll ; ModuleID = '__kernelgen_main_module' target datalayout =
2016 May 25
4
Re: Windows Server 2008 - KVM
...her VM the BSOD happen! About the performance, I had the impression that only one core is used.....PID 8301 is a linux VM with 4 VCPU and 2 GB of RAM... ​ 2016-05-25 3:39 GMT-03:00 Dominique Ramaekers < dominique.ramaekers@cometal.be>: > > > *Van:* Thiago Oliveira [mailto:cpv.thiago@gmail.com] > *Verzonden:* dinsdag 24 mei 2016 20:14 > *Aan:* Dominique Ramaekers > *CC:* libvirt-users@redhat.com > *Onderwerp:* Re: [libvirt-users] Windows Server 2008 - KVM > > > > Hi there! > > > > I will do soon the disk config, but first I will do som...
2009 Feb 17
1
[LLVMdev] ARM backend playing with alternative jump table implementations
...Value UId = DAG.getConstant(AFI->createJumpTableUId(), PTy); SDValue JTI = DAG.getTargetJumpTable(JT->getIndex(), PTy); #if 1 // @@ GET TABLE BASE: current code Table = DAG.getNode(ARMISD::WrapperJT, MVT::i32, JTI, UId); #else // @ MY ATTEMPT AT MOVING THIS OUT ARMConstantPoolValue *CPV = new ARMConstantPoolValue("a_jump_table", 666); SDValue TableValue = DAG.getTargetConstantPool(CPV, PTy, 2); SDValue CPAddr = DAG.getNode(ARMISD::Wrapper, MVT::i32, TableValue); Table = DAG.getLoad(PTy, dl, DAG.getEntryNode(), CPAddr, NULL, 0); #endif Index = DAG.getNode(ISD::MU...
2017 Jun 05
2
Re: Isolate VMs' network
Hi, Thiago Oliveira <cpv.thiago@gmail.com> writes: > I would like to know the same! Currently I am using iptables to do it. I use ebtables. -Timo
2016 May 24
1
Re: Windows Server 2008 - KVM
...installed, the BSOD happens (win2k8 R2). I tried with virtio-drivers version 100, 110 and 117, both happens BSOD. Do you has a tip ? :) Thanks buddy! 2016-05-20 10:23 GMT-03:00 Dominique Ramaekers < dominique.ramaekers@cometal.be>: > > > > > *Van:* Thiago Oliveira [mailto:cpv.thiago@gmail.com] > *Verzonden:* vrijdag 20 mei 2016 15:07 > *Aan:* Dominique Ramaekers > *CC:* libvirt-users@redhat.com > *Onderwerp:* Re: [libvirt-users] Windows Server 2008 - KVM > > > > Hi there! > > > > Although the guest has 2GB memory, the windows guest wa...
2016 May 20
1
Re: Windows Server 2008 - KVM
...K Don´t create a file system on the volume ?? Is not clear why... DD the raw to the LVM? How ? I don´t understand this point.... Thanks a lot! 2016-05-20 10:23 GMT-03:00 Dominique Ramaekers < dominique.ramaekers@cometal.be>: > > > > > *Van:* Thiago Oliveira [mailto:cpv.thiago@gmail.com] > *Verzonden:* vrijdag 20 mei 2016 15:07 > *Aan:* Dominique Ramaekers > *CC:* libvirt-users@redhat.com > *Onderwerp:* Re: [libvirt-users] Windows Server 2008 - KVM > > > > Hi there! > > > > Although the guest has 2GB memory, the windows guest wa...
2016 May 20
4
Re: Windows Server 2008 - KVM
...sage in > virt-viewer or vnc… > > > > Install the guest agent on the guest and insert the needed XML-directives. > It gives you more possibilities managing your guest like a backup with > external snapshots. > > > > > > > > *Van:* Thiago Oliveira [mailto:cpv.thiago@gmail.com] > *Verzonden:* vrijdag 20 mei 2016 13:07 > *Aa**n:* Dominique Ramaekers > *CC:* libvirt-users@redhat.com > *Onderwerp:* Re: [libvirt-users] Windows Server 2008 - KVM > > > > Hi there! > > > > Sure......see below. > > > > # virsh vers...
2008 Jun 05
0
[LLVMdev] A question about CBackend.cpp
Hi, I'm reading the code in CBackend.cpp and found some wired chunk in void CWriter::printConstant(Constant *CPV) 938 if (ConstantInt *CI = dyn_cast<ConstantInt>(CPV)) { 939 const Type* Ty = CI->getType(); 940 if (Ty == Type::Int1Ty) 941 Out << (CI->getZExtValue() ? '1' : '0'); 942 else if (Ty == Type::Int32Ty) 943 Out << CI->getZExtValue() << 'u'; 944...
2016 May 20
0
Re: Windows Server 2008 - KVM
Van: Thiago Oliveira [mailto:cpv.thiago@gmail.com] Verzonden: vrijdag 20 mei 2016 15:07 Aan: Dominique Ramaekers CC: libvirt-users@redhat.com Onderwerp: Re: [libvirt-users] Windows Server 2008 - KVM Hi there! Although the guest has 2GB memory, the windows guest was adjusted to support this. I guess that the LVM is the best choi...
2018 Jul 02
1
Re: East-west traffic network filter
On Fri, Jun 29, 2018 at 3:40 AM Thiago Oliveira <cpv.thiago@gmail.com> wrote: > Hi Ales, > > I would like to prevent the guests from different subnets start a > communication. In other words I have the subnet 192.168.1.0/24 and > 192.168.2.0/24 and the guests from 192.168.1.0/24 cannot reach/talk with > guests on 192.168.2.0/24...
2011 Feb 20
0
[LLVMdev] ConstantPoolValue lifecycle question
I am investigating the leak in MC/ARM/elf-reloc-01.ll on the valgrind bot. It seems to be leaking two MachineConstantPoolValues. When a ConstantPoolSDNode is created with a ConstantPoolValue, it owns that ConstantPoolValue. In InstrEmitter::AddOperand(), the index of the CPV is taken from a MachineConstantPool, which has two cases: 1) This is a new constant, so a new entry is created. The MachineConstantPoolValue is freed in MachineConstantPool's destructor when it iterates over all of the entries in its table. 2) This constant can share an existing entry. The Ma...
2017 Jun 05
0
Re: Isolate VMs' network
Hi Timo, Could you please show me a rule example that you are using? Thank you. Thiago 2017-06-05 10:48 GMT-03:00 Timo Juhani Lindfors <timo.lindfors@iki.fi>: > Hi, > > Thiago Oliveira <cpv.thiago@gmail.com> writes: > > I would like to know the same! Currently I am using iptables to do it. > > I use ebtables. > > -Timo > > _______________________________________________ > libvirt-users mailing list > libvirt-users@redhat.com > https://www.redhat.com...
2006 Mar 09
1
Help! how to deal with relational databases
I am a new user of wine. In the past I have written some windows XP applications. In essence I have an executable (/filename/.exe) and my data are stored in 3 or more relational datafiles and usually incudes a /file/.ini (telling the program where the datafiles can be found). I am working with Suse 10.0. Using wine I can start the program /filename/.exe. Also I can close the program. But as soon
2012 Sep 19
1
scraping with session cookies
Hi, I am starting coding in r and one of the things that i want to do is to scrape some data from the web. The problem that I am having is that I cannot get passed the disclaimer page (which produces a session cookie). I have been able to collect some ideas and combine them in the code below but I dont get passed the disclaimer page. I am trying to agree the disclaimer with the postForm and write