Re: [PATCH v5] aarch64: Add TX3 machine model

2020-04-28 Thread Anton Youdkevitch
Subject: [PATCH v5] aarch64: Add TX3 machine model Here is the patch introducing thunderx3t110 machine model for the scheduler. A name for the new chip was added to the list of the names to be recognized as a valid parameter for mcpu and mtune flags. Added the TX3 tuning table and cost model tables

RE: [PATCH v5] aarch64: Add TX3 machine model

2020-04-28 Thread Kyrylo Tkachov
Hi Anton, > -Original Message- > From: Anton Youdkevitch > Sent: 27 April 2020 18:21 > To: Kyrylo Tkachov > Cc: gcc-patches@gcc.gnu.org; Richard Earnshaw > ; James Greenhalgh > ; Richard Sandiford > ; jjo...@marvell.com > Subject: Re: [PATCH v5] aarch64: Ad

Re: [PATCH v5] aarch64: Add TX3 machine model

2020-04-27 Thread Anton Youdkevitch
; James Greenhalgh > > ; Richard Sandiford > > ; jjo...@marvell.com > > Subject: [PATCH v5] aarch64: Add TX3 machine model > > > > Here is the patch introducing thunderx3t110 machine model > > for the scheduler. A name for the new chip was added to the > > list of

Re: [PATCH v5] aarch64: Add TX3 machine model

2020-04-27 Thread Anton Youdkevitch
On 27.4.2020 19:34 , Kyrylo Tkachov wrote: Hi Anton, -Original Message- From: Anton Youdkevitch Sent: 27 April 2020 11:24 To: gcc-patches@gcc.gnu.org Cc: Richard Earnshaw ; Kyrylo Tkachov ; James Greenhalgh ; Richard Sandiford ; jjo...@marvell.com Subject: [PATCH v5] aarch64: Add TX3

RE: [PATCH v5] aarch64: Add TX3 machine model

2020-04-27 Thread Kyrylo Tkachov
Hi Anton, > -Original Message- > From: Anton Youdkevitch > Sent: 27 April 2020 11:24 > To: gcc-patches@gcc.gnu.org > Cc: Richard Earnshaw ; Kyrylo Tkachov > ; James Greenhalgh > ; Richard Sandiford > ; jjo...@marvell.com > Subject: [PATCH v5] aarch64: Add TX3

[PATCH v5] aarch64: Add TX3 machine model

2020-04-27 Thread Anton Youdkevitch
Here is the patch introducing thunderx3t110 machine model for the scheduler. A name for the new chip was added to the list of the names to be recognized as a valid parameter for mcpu and mtune flags. Added the TX3 tuning table and cost model tables. Added the new chip name to the documentation. Fi