search for: mandell

Displaying 20 results from an estimated 48 matches for "mandell".

Did you mean: mandel
2007 Aug 25
0
[LLVMdev] ccbench: compiler shotout benchmark script
Hi All ! Recently in the mailing list there was the question about benchmarking LLVM. I was told that LLVM get's benchmarked in the nightly test. While this is true, I wanted to have a tool to compare LLVM against other compilers, so I wrote a little python program (attached) that filled my need. It is completely outside of the LLVM makefile framework, but this stems from the fact that I
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.
2005 Oct 02
0
What is Mandel's (Fitting) Test?
Hello everyone, A little background first: I have collected psychophysical data from 12 participants, and each participant's data is represented as a scatter plot (Percieved roughness versus Physical roughness). I would like to know whether, on average, this data is best fit by a linear function or by a quadratic function. (we have a priori reasons to expect a quadratic) Some of my
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 am having difficulty obtaining his adjusted treatment means in his
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
Hi all, We have 4 outstanding tests on clang-mergefunc-x86_64-freeBSD9.2 builder. I have introduced issues for them in bugzilla: http://llvm.org/bugs/show_bug.cgi?id=18089 http://llvm.org/bugs/show_bug.cgi?id=18056 Since we have opened issues for these tests, can we add them to ignore-list for this builder? It allows faster catch and fix other failures (if we get them). I also wandering, may be
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,
2010 Jun 17
1
Problems using allEffects() (package effect)
Dear R users, I have some trouble using the allEffects() function to compute and display effect plots for a linear model. My data is quite simple, it concerns effects of 3 treatments on the tumoral volume of mice. vTum codes for the qualitative initial volume, from small to big, temps is the time in month since beginning of treatment, and S?rie codes for the batch. Data is unbalanced. >
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
Hey everyone, Not sure if anyone had tried this but I managed to get LLVM and clang to build on Nexenta 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
2014 Oct 18
3
[LLVMdev] Performance regression on ARM
Hi Chandler, That's embarrassing how weird this part of clang is. I have a provisional patch which fixes the problem but underlines clang's problems. I will submit it tonight for comments. суббота, 18 октября 2014 г. пользователь Chandler Carruth написал: > > On Fri, Oct 17, 2014 at 7:51 AM, Anton Korobeynikov < > anton at korobeynikov.info >
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
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
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