Displaying 3 results from an estimated 3 matches for "f2e79087".
2013 Nov 22
1
[LLVMdev] SchedMachineModel clarifications
...llvm for Bulldozer and run the performance test
> against my changes.So that i can tune for a better result.
>
> Thanks
> ~Umesh
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131122/f2e79087/attachment.html>
2013 Nov 22
0
[LLVMdev] SchedMachineModel clarifications
Hi Mike,
Thank you for the link and my bad last mail has the old patch file.
Please have look at the attached patch file herewith,which has the latest
changes.
i'm new to llvm testing framework and cross compilation as such ,Please
can you through some lights like references etc ,Which states that how can
i cross compile the llvm for Bulldozer and run the performance test
against my
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