Displaying 2 results from an estimated 2 matches for "47414_15h_sw_opt_guide".
2013 Nov 22
2
[LLVMdev] SchedMachineModel clarifications
If you haven't found it yet, the last public AMD Software Optimization
Guide for Family 15h is here:
http://developer.amd.com/wordpress/media/2012/03/47414_15h_sw_opt_guide.pdf
This one describes both Bulldozer and Piledriver processors. Chapter 2
will given an overview of the Microarchitecture and Appendix B gives some
additional details on which pipes are used for where.
I haven't yet looked in detail at your patch to check your model, but at
minimum the comm...
2013 Nov 22
0
[LLVMdev] SchedMachineModel clarifications
...tune for a better result.
Thanks
~Umesh
On Fri, Nov 22, 2013 at 8:28 PM, Mike Vermeulen <mevermeulen at gmail.com>wrote:
> If you haven't found it yet, the last public AMD Software Optimization
> Guide for Family 15h is here:
> http://developer.amd.com/wordpress/media/2012/03/47414_15h_sw_opt_guide.pdf
>
> This one describes both Bulldozer and Piledriver processors. Chapter 2
> will given an overview of the Microarchitecture and Appendix B gives some
> additional details on which pipes are used for where.
>
> I haven't yet looked in detail at your patch to check your mo...