search for: unsur

Displaying 20 results from an estimated 3177 matches for "unsur".

Did you mean: unsure
2009 Jan 15
0
[LLVMdev] Hitting assertion, unsure why
...> > Thanks, > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Bill Wendling > Sent: Thursday, January 15, 2009 2:07 PM > To: LLVM Developers Mailing List > Subject: Re: [LLVMdev] Hitting assertion, unsure why > > On Thu, Jan 15, 2009 at 1:54 PM, Villmow, Micah <Micah.Villmow at amd.com> > wrote: >> I am hitting this assertion: >> >> assert(I != VRBaseMap.end() && "Node emitted out of order - late"); >> >> I am not sure why this assertio...
2009 Jan 15
2
[LLVMdev] Hitting assertion, unsure why
...e any known method/hack of bypassing this? Thanks, -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Bill Wendling Sent: Thursday, January 15, 2009 2:07 PM To: LLVM Developers Mailing List Subject: Re: [LLVMdev] Hitting assertion, unsure why On Thu, Jan 15, 2009 at 1:54 PM, Villmow, Micah <Micah.Villmow at amd.com> wrote: > I am hitting this assertion: > > assert(I != VRBaseMap.end() && "Node emitted out of order - late"); > > I am not sure why this assertion is being triggered or what I cha...
2009 Jan 15
2
[LLVMdev] Hitting assertion, unsure why
...his did not seem to work, any other ideas? Thanks, -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Bill Wendling Sent: Thursday, January 15, 2009 2:26 PM To: LLVM Developers Mailing List Subject: Re: [LLVMdev] Hitting assertion, unsure why Don't generate debug info at this time (you can use "opt -strip-debug")? :-) Otherwise, I'm not sure. -bw On Thu, Jan 15, 2009 at 2:20 PM, Villmow, Micah <Micah.Villmow at amd.com> wrote: > Is there any known method/hack of bypassing this? > > Thanks, > &...
2009 Jan 15
0
[LLVMdev] Hitting assertion, unsure why
...> > Thanks, > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Bill Wendling > Sent: Thursday, January 15, 2009 2:26 PM > To: LLVM Developers Mailing List > Subject: Re: [LLVMdev] Hitting assertion, unsure why > > Don't generate debug info at this time (you can use "opt > -strip-debug")? :-) Otherwise, I'm not sure. > > -bw > > On Thu, Jan 15, 2009 at 2:20 PM, Villmow, Micah <Micah.Villmow at amd.com> > wrote: >> Is there any known method/hack of...
2009 Jan 28
0
[LLVMdev] Hitting assertion, unsure why
...ah > > > > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Bill Wendling > Sent: Thursday, January 15, 2009 3:32 PM > To: LLVM Developers Mailing List > Subject: Re: [LLVMdev] Hitting assertion, unsure why > > Other than not using debugging ('-g' and the like), not really. :-( I > think that Devang is actively working on fixing this, though. It might > not be too much longer. > > -bw > > On Thu, Jan 15, 2009 at 3:26 PM, Villmow, Micah > <Micah.Villmow at a...
2009 Jan 27
3
[LLVMdev] Hitting assertion, unsure why
...this issue would be very helpful. Thanks, Micah -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Bill Wendling Sent: Thursday, January 15, 2009 3:32 PM To: LLVM Developers Mailing List Subject: Re: [LLVMdev] Hitting assertion, unsure why Other than not using debugging ('-g' and the like), not really. :-( I think that Devang is actively working on fixing this, though. It might not be too much longer. -bw On Thu, Jan 15, 2009 at 3:26 PM, Villmow, Micah <Micah.Villmow at amd.com> wrote: > This did not seem to...
2009 Jan 15
0
[LLVMdev] Hitting assertion, unsure why
On Thu, Jan 15, 2009 at 1:54 PM, Villmow, Micah <Micah.Villmow at amd.com> wrote: > I am hitting this assertion: > > assert(I != VRBaseMap.end() && "Node emitted out of order - late"); > > I am not sure why this assertion is being triggered or what I changed that > is causing it. > > This is asserting when SDValue is FrameIndexSDNode 1. > > I
2010 Jun 29
1
Constructing a model with multilevel response variables
Dear List, I am a little unsure how to structure my model and was after some advice. I am a little unsure if this question is appropriate for this list, if it is not please just delete and accept my apologise. I have 10 factors that are categorical variables and 5 levels of response variables - A B C D - Factors...
2009 Jan 15
2
[LLVMdev] Hitting assertion, unsure why
I am hitting this assertion: assert(I != VRBaseMap.end() && "Node emitted out of order - late"); I am not sure why this assertion is being triggered or what I changed that is causing it. This is asserting when SDValue is FrameIndexSDNode 1. I don't have any code that modified frameindices until my overloaded RegisterInfo function. I've attached the bc file.
2010 Oct 19
1
Gini Coefficient
Dear List, I am unsure if this is specifically a R question or a stats question? I thought i would ask here and if i get no replies it will answer that! I am trying to calculate Gini coefficients in R, based on a slight modification of the typical equation that i have seen in a paper. -------------- next part ------...
2019 May 14
2
[PATCH v9 2/7] virtio-pmem: Add virtio pmem driver
On 5/14/19 7:54 AM, Pankaj Gupta wrote: > diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig > index 35897649c24f..94bad084ebab 100644 > --- a/drivers/virtio/Kconfig > +++ b/drivers/virtio/Kconfig > @@ -42,6 +42,17 @@ config VIRTIO_PCI_LEGACY > > If unsure, say Y. > > +config VIRTIO_PMEM > + tristate "Support for virtio pmem driver" > + depends on VIRTIO > + depends on LIBNVDIMM > + help > + This driver provides access to virtio-pmem devices, storage devices > + that are mapped into the physical address space - si...
2009 Jan 30
1
[LLVMdev] Hitting assertion, unsure why
...ior of llvm in this case? Thanks for any help, Micah -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Evan Cheng Sent: Wednesday, January 28, 2009 9:18 AM To: LLVM Developers Mailing List Subject: Re: [LLVMdev] Hitting assertion, unsure why On Jan 27, 2009, at 3:54 PM, Villmow, Micah wrote: > Ok, I've had time to track this down a little bit more and I seem to > have found another case where it fails. This is occurring during > Schedulur->EmitSchedule() in SelectionDAGISel.cpp:695. The problem > seems >...
2005 Oct 04
1
"Survey" package and NAMCS data... unsure of specification
...sampling weights could have been determined from the population size an equivalent declaration would be dstrat <- svydesign(id=~1,strata=~stype, data=apistrat, fpc=~fpc) I get that the "weights" should be PATWT, and it seems that the "strata" should be CSTRATM, but I'm unsure of how to handle the primary sampling units (CPSUM). Does anyone have any suggestions? -- --------------------------------------- David L. Van Brunt, Ph.D. mailto:dlvanbrunt@gmail.com [[alternative HTML version deleted]]
2002 Jun 17
2
Random Beta variates
I have been trying to use the rbeta() function to generate random beta variates with a particular mean and standard deviaiton for some simulation problems I am working on, however I am unsure of the relationship between the parameters shape1 and shape2 and the mean and standard deviation of the beta distribution. I am guessing that there is a formula for this, but I am unsure what it is. Can anyone advise me? Regards, Michael Scroggie Dr Michael Scroggie Scientist - Fauna Ecology...
2011 Jan 21
1
Loop and store results
...s #sample the data a_1 <- example[sample(nrow(example),3),] individuals 1 2 3 4 5 6 7 8 8 h w m r a n v v b 6 f e b g u v r b p 3 c z c s k t e i g However i want to sample it 500 times, so i need to use the loop function - which is something, unfortunately i am unsure how to write. Furthermore, i want to output the results in a data-frame ( i think i need the list function, but again i am unsure) Ideally it would be separated by sample but i am unsure if this is possible? However as long as the order is kept intact that will be fine. I.E the top 3 are sample...
2010 Jun 22
0
action-matrix-patch (was Re: antispam Clarification about spam/trash/unsure folders)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 22 Jun 2010, Johannes Berg wrote: > Meinst du mit "Hosting" jetzt nur die technische Komponente? Das ist mir Nee, sorry. Ich meinte beides. > eigentlich egal, ich kann dir auch gerne Zugriff auf den git tree geben > und so. Hm, git ist ein Buch mit sieben Sigel. Ich habe CVS, Subversion und hg im Einsatz, aber git
2005 Dec 05
0
???UNSURE??? Re: (PR#8363) R CMD INSTALL fails if cd prints
On Friday 02 December 2005 18:20, Prof Brian Ripley wrote: > What shells are these? Bash, mostly, but also ksh and zsh; sorry for not mentioning this. I now see that the root account usually does not change the behaviour of cd, so we may as well forget about the matter. My thought was: if a small change helps avoid this problem (which I think can occur easily enough), it could be
2005 Dec 05
0
???UNSURE??? Re: (PR#8363) R CMD INSTALL fails if cd prints
On Mon, 5 Dec 2005, Philip Lijnzaad wrote: > On Friday 02 December 2005 18:20, Prof Brian Ripley wrote: > >> What shells are these? > > Bash, mostly, but also ksh and zsh; sorry for not mentioning this. I still don't know what you did to be able to reproduce this (and I did ask). And as it is a shell script running under /bin/sh, it must be whatever is masquerading as
2005 Dec 07
0
???UNSURE??? Re: (PR#8363) R CMD INSTALL fails if cd prints
On Monday 05 December 2005 14:28, Prof Brian Ripley wrote: > >> What shells are these? > > > > Bash, mostly, but also ksh and zsh; sorry for not mentioning this. > > I still don't know what you did to be able to reproduce this (and I did > ask). It turns ou that I was not quite correct regarding the cause of cd printing the 'new' directory. It is due
2007 Feb 16
1
Still unsure of the Dag Repos for CentOS 3
I have read the Wiki for the Yum stuff, and tried to pay attention to the variations for Centos 3/Centos 4 mentioned, but for the life of me, I can't seem to get the Dag repo working properly on my CentOS 3 system. I have installed the rpmforge rpm, but this doesn't seem to do much. It does create(I think it created it) the yum.repos.d folder, and I edited the Dag repos file to be