search for: equievalent

Displaying 2 results from an estimated 2 matches for "equievalent".

2018 May 09
2
[MachineScheduler] Question about IssueWidth / NumMicroOps
...d actually either be * Decoder cycles: NumDecoderSlots(SU) => SU->NumMicroOps and DecoderCapacity => IssueWidth  (1) or * Execution cycles: NumExecutedUOps(SU) => SU->NumMicroOps and ApproxMaxExecutedUOpsPerCycle => IssueWidth (2) They would at least in this context be somewhat equievalent in driving CurrCycle forward. Please, let me know about (1) or (2)  :-) thanks /Jonas
2018 May 09
0
[MachineScheduler] Question about IssueWidth / NumMicroOps
...t; * Decoder cycles: NumDecoderSlots(SU) => SU->NumMicroOps and DecoderCapacity => IssueWidth (1) > or > * Execution cycles: NumExecutedUOps(SU) => SU->NumMicroOps and ApproxMaxExecutedUOpsPerCycle => IssueWidth (2) > > They would at least in this context be somewhat equievalent in driving CurrCycle forward. > > Please, let me know about (1) or (2) :-) > > thanks > > /Jonas I'll first try to frame your question with the background philosophy, then give you my take, but other feedback and discussion is welcome. The LLVM machine model is an abstra...