Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and...

25
Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering

Transcript of Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and...

Page 1: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Specific Choice of Soft Processor Features

Mark GroverProf. Greg Steffan

Dept. of Electrical and Computer Engineering

Page 2: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Hard and Soft Processors

Hard Processors Soft Processors

Verilog

•Made from transistors•Cost millions to make•Faster in speed•Consume less power

•Built on FPGA Fabric•Are customizable•Can cater to application specific needs

Processor Architecture

Page 3: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Research Problem

• Choose the best micro-architectural features– Want to optimize the use of resources• Power consumption(as minimum as possible)• Area(as less as possible)• Wall Clock Time(lesser the better)• Time Spent

Page 4: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

SPREE

• Soft Processor Rapid Exploration Environment• Scanned the whole of design space• Is it viable enough?– What if a new application comes into picture?– What if the performance criteria changes?• Say, the user doesn’t care about area any

more?

Page 5: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Enhanced Simulator

(MINT)

Research Objective

Enhanced Simulator

Part 1

Maximum power, area

Software Application

Fastest micro-architectural combination

•What if a new application comes into picture?•What if the performance criteria changes?

Enhanced Simulator

Part 2

Approximates

Page 6: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Outline

• Motivation• Implementation– Implementation Scheme(in general)– Data deciphering

• Results– Multiplier option

• Discussion• Conclusion• Long Term Goal

Page 7: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Implementation Scheme

Experimental Data for some Benchmarks

Look for trends and

dependencies

Propose a suitable

relationship

Comparing with the trade-

offs and providing the best solution

Page 8: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Data Deciphering

• Multiplier option(Hard/Soft Multiplier)– Approximate cycle count change on using them?

• Multiplication operation is converted to a set of shifts and adds– Simulated the algorithm to find the equivalent

number of instructions– Plotted the number of equivalent instructions vs.

the changes in cycle counts(experimental data)

Page 9: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Hard and Soft Multiplier

Hard Multiplier• Does the multiply operation

as a single instruction• Occupies finite area• Delays the clock by a finite

time• Consumes finite amount of

power

Soft Multiplier• No dedicated multiplier• Each multiply instruction

converted into simpler instructions

• No change in area, frequency or power

Page 10: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Method of Analysis

A*BSet of Branches, Shifts and Add

instructions

For all multiply instructions in the benchmark

Plot with the change in cycle count

(experimental)for all processor variants

Total change in equivalent

instructions

Page 11: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Outline

• Motivation• Implementation– Implementation Scheme(in general)– Data deciphering

• Results– Multiplier option

• Discussion• Conclusion• Long Term Goal

Page 12: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Results

• Gnuplot used to plot graphs on log scale• A linear correlation obtained between the

points plotted

Page 13: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Example 1In

crea

se in

cyc

le c

ount

s(Lo

g Sc

ale)

Change in equivalent instructions from hard-multiplier to soft multiplier on pipe5,barrelshift

proc

Page 14: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Example 2In

crea

se in

cyc

le c

ount

s(Lo

g Sc

ale)

Change in equi. instructions from hard-multiplier to soft multiplier on serial shift, high rise processor

Page 15: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Outline

• Motivation• Implementation– Implementation Scheme(in general)– Data deciphering

• Results– Multiplier option

• Discussion• Conclusion• Long Term Goal

Page 16: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Discussion

• “Fit.log” as a good measure of correlation• Percentage uncertainty is expressed by

Asymptotic Standard Error(A.S.E)• Example 1- A.S.E is 4.132%• Example 2- A.S.E is 3.166%• A linear dependence is found on log scale

Generated by gnuplot

Page 17: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

A.S.E of all Processor Variants

barrels

hift_high

rise

barrels

hift_minris

e

barrels

hift_noris

e

mulshift_h

ighris

e

mulshift_m

inrise

mulshift_n

orise

pipe3_b

arrels

hift

pipe3_fo

rward

AB_mulsh

ift_stall

pipe3_fo

rward

A_mulsh

ift_stall

pipe3_fo

rward

B_mulsh

ift_stall

pipe3_m

ulshift

pipe3_se

rialsh

ift

pipe4_b

arrels

hift

pipe4_fo

rward

AB_mulsh

ift_stall

pipe4_fo

rward

A_mulsh

ift_stall

pipe3_fo

rward

B_mulsh

ift_stall

pipe4_m

ulshift

pipe4_m

ulshift_st

all_2

pipe4_se

rialsh

ift

pipe5_b

arrels

hift

pipe5_fo

rward

AB_mulsh

ift_load

pipe5_m

ulshift

pipe5_se

rialsh

ift

pipe7_b

arrels

hift

pipe7_m

ulshift

pipe7_se

rialsh

ift

serial

shift_d

atamem

_noris

e

serial

shift_h

ighris

e

serial

shift_ju

dicialris

e

serial

shift_lo

wrise

serial

shift_n

orise

0

2

4

6

8

10

12

Series1

Page 18: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Outline

• Motivation• Implementation– Implementation Scheme(in general)– Data deciphering

• Results– Multiplier option

• Discussion• Conclusion• Long Term Goal

Page 19: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Conclusion

• Linear fit enables to predict quite accurately the change in cycle count with change in feature

• This change for all the features servers as input to part 2 of the enhanced simulator

• Template for future work

Page 20: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Example 2In

crea

se in

cyc

le c

ount

s(Lo

g Sc

ale)

Change in equi. instructions from hard-multiplier to soft multiplier on serial shift, high rise processor

From part 1 of MINT by running the application

on it

This gives the approx. change in

cycle count for new

application

Page 21: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Future Work

• Presently, dealt only with the multiplier option• Similar analysis on other features• Comparison between user demands and

approximate cycle counts

Page 22: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

References

• Improving Pipelined Soft Processors with Multithreading, Martin Labrecque and J. Gregory Steffan

• Application-Specific Customization of Soft Processor Microarchitecture, Peter Yiannacouras, J. Gregory Steffan and Jonathan Rose

Page 23: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Special Thanks

• Prof. Greg Steffan• CARG(Compiler & Architecture Reading-

Group)• PaCRaT(Parallelism and Customization

Research At university of Toronto)

Page 24: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

What I learnt?

• Research is not a 9 to 5 Job, it’s a lifestyle of discovering something small but relevant from time to time

• At times, you see that nothing is bearing fruits for you, then is the time to get off from your seat

Page 25: Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering.

Thanks

Any Questions ???