- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Recently i have read some professional books on instruction set .
i have some questions about instruction for your help.
these are the followed:
one.what is the mean of instruction mix?
i am not sure that instrution mix means put instrutions of variou cpi value together ?
how to caculate cpi of threads?
threads consists of variou instructions ,such as load/store instruction ,branch .......
cpi of threads = sumof (percentage of each instruction * cpi of instruction)?
two .what is relation ofinstructions mixandprogram performance?
instruction mix could improve the performance of program , why?
thank you for your reading and looking forward to your advice.
i have some questions about instruction for your help.
these are the followed:
one.what is the mean of instruction mix?
i am not sure that instrution mix means put instrutions of variou cpi value together ?
how to caculate cpi of threads?
threads consists of variou instructions ,such as load/store instruction ,branch .......
cpi of threads = sumof (percentage of each instruction * cpi of instruction)?
two .what is relation ofinstructions mixandprogram performance?
instruction mix could improve the performance of program , why?
thank you for your reading and looking forward to your advice.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Instruction mix profiles might be gathered in order to get a rough idea about which instructions are most important to the performance of a workload. Considering that pipelined CPUs have been the norm for decades, and hyperthreads have been in and out of favor for years also, references which ignore those characteristics don't appear very useful.
Did you read in the AVX forum about the free Intel tools for collecting instruction mix?
Did you read in the AVX forum about the free Intel tools for collecting instruction mix?
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page