search for: mgottesman

Displaying 20 results from an estimated 43 matches for "mgottesman".

Did you mean: gottesman
2013 Jun 18
4
[LLVMdev] APFloat renaming isNormal => isFiniteNonZero and isIEEENormal => isNormal
IEEE-754R defines a normal floating point number as: 2.1.38 normal number: For a particular format, a finite non-zero floating-point number with magnitude greater than or equal to a minimum bemin value, where b is the radix. Normal numbers can use the full precision available in a format. In this standard, zero is neither normal nor subnormal. This implies that a denormal is not a normal number.
2013 Jan 03
3
[LLVMdev] Test Suite - Livermore Loops
On 3 January 2013 20:53, Michael Gottesman <mgottesman at apple.com> wrote: > All of our internal testers use LNT. LNT behind the scenes just calls the > Makefiles appropriately. So it would be impossible to get rid of the > makefile execution without gutting LNT as well = p. > Hi Michael, The idea was never to gut the makefiles or LN...
2013 Jun 18
0
[LLVMdev] APFloat renaming isNormal => isFiniteNonZero and isIEEENormal => isNormal
I think it’s a splendid idea (but you already knew that). On Jun 18, 2013, at 6:45 PM, Michael Gottesman <mgottesman at apple.com> wrote: > IEEE-754R defines a normal floating point number as: > 2.1.38 normal number: For a particular format, a finite non-zero floating-point number with magnitude greater than or equal to a minimum bemin value, where b is the radix. Normal numbers can use the full precisi...
2012 Nov 15
3
[LLVMdev] Code ownership proposal
I would like to nominate Nadav Rotem for the x86 backend. Michael On Nov 15, 2012, at 10:51 AM, Chris Lattner <clattner at apple.com> wrote: > > On Nov 15, 2012, at 7:45 AM, "Du Toit, Stefanus" <stefanus.du.toit at intel.com> wrote: > >> I'd like to propose that Michael Liao become the code owner for the x86 backend. >> >> Michael has been
2013 Mar 28
3
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
On Mar 27, 2013, at 6:41 PM, Chandler Carruth <chandlerc at google.com> wrote: > > On Wed, Mar 27, 2013 at 3:57 PM, Michael Gottesman <mgottesman at apple.com> wrote: > 3. Later phases do broader, longer lasting testing than earlier phases. Thus the 4 phases we currently have are: > > a. Phase 1 (sanity): Phase 1 is a quick non-bootstrapped, non-lto compiler build, to check the ``basic sanity'' of the code bas...
2012 Jul 27
3
[LLVMdev] X86 FMA4
...nt thing to have in your toolbox anyways since sometimes Intel's documentation can be non-specific). I have a small instruction timing project lying around somewhere, if you want it I can send it to you privately. Michael > > > On Fri, Jul 27, 2012 at 3:45 AM, Michael Gottesman <mgottesman at apple.com> wrote: > Just looked up the numbers from Agner Fog for Sandy Bridge for vmovaps/etc for loading/storing from memory. > > vmovaps - load takes 1 load mu op, 3 latency, with a reciprocal throughput of 0.5. > vmovaps - store takes 1 store mu op, 1 load mu op for address c...
2012 Jul 27
0
[LLVMdev] X86 FMA4
On Fri, Jul 27, 2012 at 2:37 PM, Michael Gottesman <mgottesman at apple.com> wrote: ... > I have actually timed said instructions in the past and reproduced Agner > Fog's results. I just prefer to speak by referring to facts that can not be > misconstrued as hearsay = ). That would be great. Also, can you point me to the Agner Fog table that y...
2012 Nov 15
1
[LLVMdev] Code ownership proposal
On Nov 15, 2012, at 11:52 AM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- >> From: "Michael Gottesman" <mgottesman at apple.com> >> To: "Chris Lattner" <clattner at apple.com> >> Cc: llvmdev at cs.uiuc.edu >> Sent: Thursday, November 15, 2012 12:59:18 PM >> Subject: Re: [LLVMdev] Code ownership proposal >> >> I would like to nominate Nadav Rotem for the x8...
2013 Jun 19
1
[LLVMdev] APFloat renaming isNormal => isFiniteNonZero and isIEEENormal => isNormal
...sus that this is a good change. Any nay sayers? Michael On Jun 18, 2013, at 5:07 PM, Eric Christopher <echristo at gmail.com> wrote: > LGTM (and you've already gotten other positive feedback as well). > > -eric > > On Tue, Jun 18, 2013 at 3:45 PM, Michael Gottesman <mgottesman at apple.com> wrote: >> IEEE-754R defines a normal floating point number as: >> >> 2.1.38 normal number: For a particular format, a finite non-zero >> floating-point number with magnitude greater than or equal to a minimum >> bemin value, where b is the radix. Norm...
2013 Dec 10
1
[LLVMdev] Please cherry pick r195411 into release-3.4
Hi Michael, Can you please cherry pick r195411 into release-3.4 to fix building on older OS X? Thanks, Jeremy commit e323506316cc3948bd801be537a723c308d8e2d4 Author: Michael Gottesman <mgottesman at apple.com> Date: Fri Nov 22 05:00:51 2013 +0000 [block-freq] Update data in test case to be unsigned long long to fix mingw build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 195411 91177308-0d34-0410-b5e6-96231b3b80d8 -------------- next part -------------- A...
2012 Nov 15
0
[LLVMdev] Code ownership proposal
----- Original Message ----- > From: "Michael Gottesman" <mgottesman at apple.com> > To: "Chris Lattner" <clattner at apple.com> > Cc: llvmdev at cs.uiuc.edu > Sent: Thursday, November 15, 2012 12:59:18 PM > Subject: Re: [LLVMdev] Code ownership proposal > > I would like to nominate Nadav Rotem for the x86 backend. Michael has...
2013 Mar 28
0
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
On Wed, Mar 27, 2013 at 3:57 PM, Michael Gottesman <mgottesman at apple.com>wrote: > 3. Later phases do broader, longer lasting testing than earlier phases. > Thus the 4 phases we currently have are: > > a. Phase 1 (sanity): Phase 1 is a quick non-bootstrapped, non-lto > compiler build, to check the ``basic sanity'' of the c...
2013 Jun 19
0
[LLVMdev] APFloat renaming isNormal => isFiniteNonZero and isIEEENormal => isNormal
LGTM (and you've already gotten other positive feedback as well). -eric On Tue, Jun 18, 2013 at 3:45 PM, Michael Gottesman <mgottesman at apple.com> wrote: > IEEE-754R defines a normal floating point number as: > > 2.1.38 normal number: For a particular format, a finite non-zero > floating-point number with magnitude greater than or equal to a minimum > bemin value, where b is the radix. Normal numbers can use th...
2016 Jul 30
0
[RFC] One or many git repositories?
...e swift-evolution process for just this purpose. I hacked some words from jlebar's initial email as just a starting point. https://github.com/gottesmm/llvm-evolution/blob/master/proposals/0001-monorepo.md What do you guys think? Michael > On Jul 29, 2016, at 8:51 AM, Michael Gottesman <mgottesman at apple.com> wrote: > > Additionally we should reach out to individual stakeholders and get real data about: > > 1. Given the current workflow, what would it take to change to this different workflow. Whether or not it is easy or hard should be left out. Just specific details. &gt...
2013 Jan 03
0
[LLVMdev] Test Suite - Livermore Loops
All of our internal testers use LNT. LNT behind the scenes just calls the Makefiles appropriately. So it would be impossible to get rid of the makefile execution without gutting LNT as well = p. I will let Daniel comment on the rest of it. On Jan 3, 2013, at 6:55 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 3 January 2013 16:37, David Blaikie <dblaikie at gmail.com>
2013 Jan 03
0
[LLVMdev] Test Suite - Livermore Loops
On Thu, Jan 3, 2013 at 1:04 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 3 January 2013 20:53, Michael Gottesman <mgottesman at apple.com> wrote: >> >> All of our internal testers use LNT. LNT behind the scenes just calls the >> Makefiles appropriately. So it would be impossible to get rid of the >> makefile execution without gutting LNT as well = p. > > > Hi Michael, > > The ide...
2013 Mar 28
1
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
(I said the same thing in my last email = p, except a bit more conservative: do a clean build after 3 failures or something along those lines). Michael On Mar 28, 2013, at 6:16 AM, Joerg Sonnenberger <joerg at britannica.bec.de> wrote: > On Wed, Mar 27, 2013 at 10:09:59PM -0700, Michael Gottesman wrote: >> Incremental builds are quicker but less robust than clean builds. >
2013 Aug 30
1
[LLVMdev] buildbot failure in LLVM on clang-amd64-openbsd
...y,dgregor,dirty,djasper,dsanders,dvyukov,echristo,efriedma,enderby,enea,eugenis,faisalv,fangism,filcab,fjahanian,gribozavr,grosbach,hanm,hans,haoliu,hfinkel,jacksprat,jdennett,jholewinski,jimcownie,joerg,joey,jrose,jtsoftware,kevinqin,klimek,kremenek,kuba,labath,lattner,lhames,logan,lvoufo,majnemer,mgottesman,mkuper,mpopa,mren,mspencer,nadav,nicholas,nico,olesalscheider,papin_g,pcc,predmond,rafael,rdivacky,redstar,rengolin,resistor,revane,ributzka,rikka,rkotler,rlytton,rmitton,rnk,row,rsandifo,rsmith,rtrieu,rudkx,ruiu,samsonov,sbaranga,sbenza,sdt,sepavloff,shuxin_yang,silvas,stephenwlin,stoklund,sylvest...
2013 Jan 03
2
[LLVMdev] Test Suite - Livermore Loops
On 3 January 2013 16:37, David Blaikie <dblaikie at gmail.com> wrote: > My only hesitation here is that using LNT as the authoritative runner > does have a little more setup overhead for people wishing to run the > suite (they need to install some extra stuff). > Yes, there is an issue on shared machines, regarding installing new software (mainly the virtualenv, since lnt
2012 Dec 19
0
[LLVMdev] LNT compile-time performance testing
There is currently no one publicly using the compile tests. We use it internally around the clock. I am not sure what Daniel's vision for the use of this externally (i.e. I am not sure how beta/non-beta he thinks this is), but regardless the way to use it is: 1. Create a directory. 2. Stick a bunch of tar balls you want into the directory. 3. Create a project_list.json file and write a