Displaying 20 results from an estimated 30 matches for "misstated".
2019 Jul 11
2
Python build dependency in LLVM and/or clang?
On Thu, 11 Jul 2019 at 21:44, Joerg Sonnenberger via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> That's what I said. The cmake based build system needs it. LIT is
> optional. It is entirely feasible to have a custom build system and no
> Python at all. It would be quite painful to break that.
To be explicit (and correct me if I misstate facts), NetBSD wants to
build Clang
2007 Sep 11
3
Feedback on XML metadata namespace
On 11 Sep 2007 at 9:15, Ian Malone wrote:
> You can put the comments in, but they're not supported
> anywhere. The existence of a spec which explicitly
> provides for them from the start (rather than a page
> in some corner of the internet) might help change that.
I couldn't agree with you more - I've said it *many* times myself. :)
Look, people seem to be getting the
2014 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
> Hello syslinux,
>
> Merry Christmas! These patches will make extlinux work with umounted
> ext2/3/4 filesystem, for example:
>
> $ extlinux -i /dev/sdXN
> or
> $ extlinux -i file_block
>
> Also it can work with something like:
> $ extlinux /dev/sdXN --reset-adv
> or
> $ extlinux file_block --reset-adv
>
Thank you.
The 'extlinux' command
2018 Nov 16
2
RFC: Dealing with out of tree changes and the LLVM git monorepo
On Fri, 16 Nov 2018 at 00:35, Bruce Hoult <brucehoult at sifive.com> wrote:
> Yes, I'd expect only a tiny fraction of commits to change the interface between say, clang and llvm in an incompatible way, but where they do it's essential to get both sides at the same time if you want to to have every commit buildable for things such as bisection or incremental rebasing (as I think
2011 Oct 13
1
[LLVMdev] Are x86/ARM likely to support atomics larger than 2 pointers?
There's a discussion over on cfe-commits about how future-proof to
make the C1x/C++11 atomic ABI.
(http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20111010/047647.html)
One argument is that, because C ABI changes are painful, and
processors may introduce larger atomic operations in the future, we
should try to design the atomics implementation in such a way that it
can take
2015 Aug 27
2
RFC: alloca -- specify address space for allocation
...become addrspace(1) SSA values and be handled correctly
by the relocation logic.
I can't answer the merging question above. There are entirely sane
semantics which could be assigned to stack allocation merging, but I'm
not sure what expectations the CLR GCs have.
Swaroop - If I've misstated anything above, please correct me.
>
> Ultimately, to make this change, you'll also need to change a decent
> amount of code in the optimizer that will blindly create stack
> allocations in address space zero.
>
> Without a better understanding of both the motivation and th...
2017 Jun 07
1
Samba4 DC with Secondary Questions
Rowland, thank you for the reply.
I must have misstated. We have successfully setup our first DC. It works
great with DHCP and BIND9_DLZ and updates nicely as it is designed to,
kerberos and all.
The question is about the second server. Perhaps MY understanding of what
I have read on the samba wiki, and others, is different than actual
reality. htt...
2007 Sep 10
2
Feedback on XML metadata namespace
On 10 Sep 2007 at 18:42, Ian Malone wrote:
> Classical music is a rich source of examples; works are
> most often associated with a composer but you may still
> care who the performers or conductors were. A piece may
> be split across several movements which may be even further
> broken down into tracks on the source.
This things are easily solved with vorbis comments ...
2024 Sep 25
0
OFF TOPIC: "Scientific rigor proponents retract paper on benefits of scientific rigor"
This is off topic and only tangentially related to statistics or R
(through "HARK"ing -- Hypothesizing After Results are Known). But
given the research interests of many on this list, I thought others
would enjoy it. My apologies if I have overstepped (please let me know
if so). Also, PLEASE DON'T RESPOND ON THIS LIST (privately is fine).
This is just FYI.
I don't know whether
2008 Jun 23
2
[LLVMdev] optimization assumes malloc return is non-null
On Thursday 01 May 2008 19:14, Jonathan S. Shapiro wrote:
> On Thu, 2008-05-01 at 12:00 -0500, David Greene wrote:
> > On Wednesday 30 April 2008 21:21, Chris Lattner wrote:
> >
> > > If LLVM is able to eliminate all users of the malloc assuming the
> > > malloc succeeded (as in this case), then it is safe to assume the malloc
> > > returned success.
>
2007 Oct 27
1
Selectively swapping labels between factors
Dear R-helpers,
I'm trying to selectively swap labels between two factors, depending
on an indicator variable i.
Can you point me to a solution, and perhaps how I could have found it?
labels(fact1) is a character vector of r row numbers
levels(fact1) is a character vector of the n < r unique levels
How do I then get the character vector of length r of the levels of
fact1?
Once I have
2008 Apr 01
1
garch prediction
Hello
I want to predict the future values of time series with Garch
When I specified my model like this:
library(fGarch)
ret <- diff(log(x))*100
fit = garchFit(~arma(1,0,0)+garch(1, 1), data =ret)
predict(fit, n.ahead = 10)
meanForecast meanError standardDeviation
1 0.01371299 0.03086350 0.03305819
2 0.01211893 0.03094519 0.03350248
2023 Oct 16
1
Create new data frame with conditional sums
If one makes the reasonable assumption that Pct is much larger than
Cutoff, sorting Cutoff is the expensive part e.g O(nlog2(n) for
Quicksort (n = length Cutoff). I believe looping is O(n^2). Jeff's
approach using findInterval may be faster. Of course implementation
details matter.
-- Bert
On Mon, Oct 16, 2023 at 4:41?AM Leonard Mada <leo.mada at syonic.eu> wrote:
>
> Dear
2002 May 03
1
Updating the docs/help on the default remote shell
Since rsync can now be configured with a different default remote shell
than "rsh", I think the docs should be updated a bit. Anyone object to
these changes?
(Note that I also fixed the misstatement that ssh prefers blocking IO.)
..wayne..
---8<------8<------8<------8<---cut here--->8------>8------>8------>8---
Index: options.c
--- options.c 2002/05/03
2006 Jul 12
1
Prediction interval of Y using BMA
Hello everybody,
In order to predict income for different time points, I fitted a linear
model with polynomial effects using BMA (bicreg(...)). It works fine, the
results are consistent with what we are looking for.
Now, we would like to predict income for a future time point t_next and of
course draw the prediction interval around the estimated value for this
point t_next. I've found the
2019 Jul 10
3
Python build dependency in LLVM and/or clang?
Am Fr., 5. Juli 2019 um 07:01 Uhr schrieb Joerg Sonnenberger via
llvm-dev <llvm-dev at lists.llvm.org>:
>
> On Fri, Jul 05, 2019 at 10:43:12AM +0000, Simon Tatham via llvm-dev wrote:
> > But before I do that, I wanted to check whether there would be any
> > objection on grounds of build dependencies. Is it acceptable to require Python
> > as part of the normal build
2006 Nov 09
1
POSIXlt converted to POSIXct in as.data.frame()
In trying to use as.Date(), I've come across the conversion of POSIXlt to
POSIXct when a POSIXlt variable is included in a data frame:
my_POSIX <- strptime(c("11-09-2006", "11-10-2006", "11-11-2006",
"11-12-2006", "11-13-2006"), "%m-%d-%Y")
str(my_POSIX)
my_Date <- as.Date(my_POSIX)
str(my_Date)
data <- format(my_Date)
2008 Nov 28
7
Examples of advanced data visualization
Dear R-help,
I am looking for ideas and presentations of new and advanced data visualization
methods. As an example of what I am searching for, the 'Many Eyes' pages at
http://manyeyes.alphaworks.ibm.com/manyeyes/
may provide a good paradigm. I would be interested even if it will not be easy
to implement such examples in R, e.g. because of the interactive nature of these
graphical
2012 Jan 11
6
Generating unque patient IDs
Dear group,
I am trying to prepare a NONMEM friendly dataset for population PK
analysis. My patient IDs are 10 digit long and NONMEM is losing precison
and rouding the last couple of digits. I need to generate unique Patient
IDs fromt he current 10-digit IDs. Ihave total 250 subjects so I
appreciate if anybody can suggest me a way to code this in R.
Regards,
Ayyappa
[[alternative HTML
2010 Apr 14
5
Running cumulative sums in matrices
Dear R-helpers,
I have a huge data-set so need to avoid for loops as much as possible. Can someone think how I can compute the result in the following example (that uses a for-loop) using some version of apply instead (or any other similarly super-efficient function)?
example:
#Suppose a matrix:
m1=cbind(1:5,1:5,1:5)
#The aim is to create a new matrix with every column containing the