Displaying 20 results from an estimated 48 matches for "mandel".
Did you mean:
mandem
2007 Aug 25
0
[LLVMdev] ccbench: compiler shotout benchmark script
...bigfib.cpp 0.71 2.05 24029 440 312 g++-4.1 -O0
bigfib.cpp 0.72 2.05 24029 440 312 g++-4.1 -O0
bigfib.cpp 0.87 2.71 385897 12589 23736 llvm-g++ -O0
bigfib.cpp 0.91 2.03 42886 440 312 icc -O0
mandel-text.cpp 0.06 0.38 1381 296 4 g++-4.1 -Os
mandel-text.cpp 0.06 0.39 1385 296 4 g++-4.2 -Os
mandel-text.cpp 0.06 0.39 1483 296 8 g++-4.1 -O2
mandel-text.cpp 0.06 0.41 1491 296 8 g++-4.2 -O2
mandel...
2014 Oct 17
5
[LLVMdev] Performance regression on ARM
> Chandler’s complex arithmetic changes are also in the range: r219557 in clang. We saw it change the code in mandel-2 significantly.
mandel-2 is broken on hard FP ABI systems, btw. The reason is simply:
we're emitting a call to __muldc3 with AAPCS VFP calling convention,
however, the function expects softfp (AAPCS) calling conv and reads
garbage from GP registers.
I'm working on fix.
--
With best rega...
2005 Oct 02
0
What is Mandel's (Fitting) Test?
...e that these tests fail to take into account the fact that a
quadratic function will generally have an advantage over a linear function
simply by dint of having more terms to play with. So I've been looking for a
test that takes this advantage into account and I came across something called
the Mandel Test. It is available in the quantchem package, but the manual
contains a very meagre description of it's details (assumptions, etc).
Furthermore, besides biology/chemistry papers that reference it in passing,
I've been able to find only one reference online that addresses it's use
(htt...
2010 Feb 15
1
Adjusted means and generalized chain block designs
Dear Colleagues,
John Mandel ( Chain block designs with two-way elimination of heterogeneity.
Biometrics 10, 251-272 ,1954).
extended the class of chain block designs (Youden & Conner (1953)
to elimination of both row and column (blocks) effects.
These experimental designs can be useful in engineering
and other fields.
I...
2012 Oct 15
0
[LLVMdev] Using llvm-mc assembler in the llvm test-suite
On Mon, Oct 15, 2012 at 2:22 PM, Carter, Jack <jcarter at mips.com> wrote:
> Has anyone converted llvm/projects/test-suite to use the llvm assembler
> instead of gcc?
>
> If so, what was needed to change and how?
>
> My assumption is that this would be a good way to test the llvm assembler.
>
Not quite sure what you mean, as far as I know there isn't any
assembler
2013 Dec 03
1
[LLVMdev] Failures on clang-mergefunc-x86_64-freeBSD9.2
...may be some of them just incompatible with freebsd
platform, or with CPU they were tested at?
Below some details:
MultiSource/Benchmarks/SciMark2-C - fp difference.
MultiSource/Benchmarks/nbench - timeout.
SingleSource/UnitTests, Output/initp1.out-llc - empty stdout.
SingleSource/Benchmarks/Misc/mandel - fp difference.
After short analysis, I found out, that first 3 tests were disabled on
clang-X86_64-freebsd machine.
"mandel" test looks is new one here, that's why I created separated
issue for it (18056).
Thanks!
-Stepan
2003 Apr 03
1
Tukey's one degree of freedom for nonadditivity?
Is there code available to decompose interactions involving at least
one nominal factor with more than 2 levels as described, e.g., by Tukey
or by Mandel (1971, Technometrics, 13: 1-18)?
Tukey's model:
E(y[i,j]) = mu0 + a[i] + b[j] + c*a[i]*b[j],
estimating a, b, and c so sum(a) = sum(b)= 0. Mandel essentially
describes a singular value decomposition of the interaction.
Thanks,
Spencer Graves
2010 Jun 17
1
Problems using allEffects() (package effect)
...ta)
But when I try to use allEffects() I get this error:
> eff.lm1 <- allEffect(mod=lm1,
Error in apply(mod.matrix[, components], 1, prod) : index out of range
I read the help and the example but I don't understand the reason why it
doesn't work. Can you help me ?
Thanks
--
Jonas Mandel
2012 Oct 15
4
[LLVMdev] Using llvm-mc assembler in the llvm test-suite
Has anyone converted llvm/projects/test-suite to use the llvm assembler instead of gcc?
If so, what was needed to change and how?
My assumption is that this would be a good way to test the llvm assembler.
Jack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121015/a91a495f/attachment.html>
2014 Oct 16
3
[LLVMdev] Performance regression on ARM
On 16 October 2014 09:34, Hal Finkel <hfinkel at anl.gov> wrote:
> Interesting. Looks like the problem is in (219545, 219569].
Yes.
> and given the magnitude of the change, I think that the trip-count changes are more likely.
Good point.
> Of course, all of these things are bug fixes :( -- So how do we follow-up on this?
Correctness before performance. Always.
I'll create
2003 Jun 23
3
saving plots
...'t want to go through all of my plots and save them by
hand though. Is there a way to automate saving the plots as a gif or a jpeg
so I can string them into a movie?
Thanks in advance
Matt Oliver
==============================
When you reach an equilibrium in biology,
you're dead. - A. Mandell
==============================
Matthew J. Oliver
Institute of Marine and Coastal Sciences
71 Dudley Road, New Brunswick
New Jersey, 08901
http://marine.rutgers.edu/cool/
2007 Nov 19
2
[LLVMdev] LLVM builds on x86-64 Solaris
...Alpha 7. This is an OpenSolaris/GNU OS.
There wasn't much to change for LLVM, except "#undef"ing a lot of x86
register name equivalents and the like (ie. EAX,ESP,CS,FS...).
There were a couple of similar undef's needed for clang, as well. The
clang testsuite ran fine except for mandel.c again?!? Same file that
wouldn't build on Sparc/Linux, but a different error. I will look at it.
I will try to get llvm-gcc to build but there will probably be some
major issues there ;) We'll see.
Thanks,
K.Wilson
P.S. Is there an easier way to do this. Like undef'ing everything o...
2014 Oct 18
3
[LLVMdev] Performance regression on ARM
...:51 AM, Anton Korobeynikov <
> anton at korobeynikov.info
> <javascript:_e(%7B%7D,'cvml','anton at korobeynikov.info');>> wrote:
>
>> > Chandler’s complex arithmetic changes are also in the range: r219557
>> in clang. We saw it change the code in mandel-2 significantly.
>> mandel-2 is broken on hard FP ABI systems, btw. The reason is simply:
>> we're emitting a call to __muldc3 with AAPCS VFP calling convention,
>> however, the function expects softfp (AAPCS) calling conv and reads
>> garbage from GP registers.
>>...
2014 Oct 16
4
[LLVMdev] Performance regression on ARM
Folks,
First win of the benchmark buildbot!
http://llvm.org/perf/db_default/v4/nts/graph?plot.0=49.128.2&highlight_run=31861
It seems mandel-2 had a huge regression a few commits ago, and based
on a quick look, it may have to do with the inst combine changes. I
haven't investigated yet, but this is the first time I spot
regressions on test-suite, so I'd like to first congratulate the
people that worked on making that a reality!...
2005 Apr 30
2
Using real windows drive
Newbie of course, and having trouble finding answers in the plethora of
documents and forums.
I can't seem to set up my config correctly so that my windows drives and
cdrom are properly recognized by winefile.
I put lines in for C - fake windows
D- real windows
E-cdrom
P-Partition that has my windows based program files(this drive segfaults
139 depending on which way I go into it)
2014 Oct 18
2
[LLVMdev] Performance regression on ARM
On Sun, Oct 19, 2014 at 6:11 AM, Joerg Sonnenberger <joerg at britannica.bec.de
> wrote:
> On Fri, Oct 17, 2014 at 06:51:38PM +0400, Anton Korobeynikov wrote:
> > > Chandler’s complex arithmetic changes are also in the range: r219557
> in clang. We saw it change the code in mandel-2 significantly.
> > mandel-2 is broken on hard FP ABI systems, btw. The reason is simply:
> > we're emitting a call to __muldc3 with AAPCS VFP calling convention,
> > however, the function expects softfp (AAPCS) calling conv and reads
> > garbage from GP registers.
>...
2004 Aug 27
1
ANCOVA
...o that I can tell if
the intercepts between the g groups are different.
Also, how would I formulate an ANCOVA if I am dealing with Model II
regressions?
Any help would be greatly appreciated.
Matt
==============================
When you reach an equilibrium in biology,
you're dead. - A. Mandell
==============================
Matthew J. Oliver
Institute of Marine and Coastal Sciences
71 Dudley Road, New Brunswick
New Jersey, 08901
http://marine.rutgers.edu/cool/
2010 Jun 28
1
Subtraction loop
I have a data frame with 2 columns, one for day and one for average.
The day starts at 97 all the way to 279. I want to subtract day 98
average- day 97 average, then day99 average -day 98 average and so on
down my list, creating another column with the subtracted results.
I have:
Day DailyAverage
1 97 0.6076782
2 98 0.7121478
3 99 0.8059347
4 100 0.9545806
5
1998 Jul 13
0
Making DOS Boot Disks for Samba
...l me what this stuff is ..... amd if there is
a simpler way to build a DOS disk to make a Dos connection? Is this
Microsoft Lan Manager DOS client stuff, NT DOS client stuff ?
net initialize
nwlink
netbind.com
umb.com
tcptsr.exe
tinyrfc.exe
nmtsr.exe
emsbfr.exe
net logon user /yes /savepw:no
Dan Mandell
Saint Mary's College
Notre Dame, In
1998 Jul 19
0
scaling SAMBA to handle ResNet students
...ng whether we are apt to
encounter any issues of scale that might affect us in moving from 100 users
to over 1000.
I can see some problems keeping the Win95 computer identity unique on each
system, but I wonder if there are known limits to the size of a single
workgroup, etc.
thanks,
Dan
Dan Mandell <dmandell@saintmarys.edu>
Saint Mary's College. Information technology
Phone: (219) 284-4610 / Fax: (219) 284-4716