Re: [ojAlgo-user] Hardware profile: Intel Core i7-980 3.33GHz unit test
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Anders P. <an...@op...> - 2013-07-05 11:10:34
|
Thanks, it's in. /Anders On 5 jul 2013, at 03:55, Craig Miller <cra...@ya...> wrote: > and the unit test update inserted at line 83-92 of Testhardware.java > > > public void testX86_64__12() { > > final Hardware tmpHardware = Hardware.X86_64__12; > > final int tmpThreads = 12; > final int tmpCores = 6; > final int tmpUnits = 1; > > this.doTest(tmpHardware, tmpThreads, tmpCores, tmpUnits); > } > > > From: Anders Peterson <an...@op...> > To: ojAlgo ojAlgo <oja...@li...> > Sent: Thursday, July 4, 2013 1:19 PM > Subject: Re: [ojAlgo-user] Hardware update: Intel Core i7-980 3.33GHz > > Thanks - it's committed. /Anders > > On 4 jul 2013, at 06:51, Craig Miller <cra...@ya...> wrote: > > > > > /** > > * <pre> "Gulftown" (32 nm) Model: SLBUZ (B1) > > * Intel Core i7-980 3.33GHz > > * 8/25/2010 > > * ref: http://ark.intel.com/products/47932 > > * https://en.wikipedia.org/wiki/List_of_Intel_Core_i7_microprocessors > > * Device Manager </pre> > > * > > * <ul> > > * <li> Intel Core i7-980 > > * <ul> > > * <li>1 processor</li> > > * <li>6 cores per processor</li> > > * <li>2 threads per core</li> > > * <li>==>> Total 12 threads</li> > > * <li></li> > > * <li>12GB system RAM</li> > > * <li>8MB L3 cache per processor</li> > > * <li>256kB L2 cache per core x6</li> > > * <li>32kB L1 cache per core</li> > > * </ul> > > * </li> > > * </ul> > > */ > > public final static Hardware X86_64__12 = new Hardware("x86_64", new BasicMachine[] { new BasicMachine(12L * K * K * K, 12), new BasicMachine(12L * K * K, 8), new BasicMachine(256L * K, 2), new BasicMachine(32L * K, 2) }); > > > > ------------------------------------------------------------------------------ > > This SF.net email is sponsored by Windows: > > > > Build for Windows Store. > > > > http://p.sf.net/sfu/windows-dev2dev_______________________________________________ > > ojAlgo-user mailing list > > ojA...@li... > > https://lists.sourceforge.net/lists/listinfo/ojalgo-user > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > ojAlgo-user mailing list > ojA...@li... > https://lists.sourceforge.net/lists/listinfo/ojalgo-user > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev_______________________________________________ > ojAlgo-user mailing list > ojA...@li... > https://lists.sourceforge.net/lists/listinfo/ojalgo-user |