-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XLOOP: Architectural Specialization for Inter-Iteration Loop Dependence Patterns(MICRO2014) #18
Comments
meton-robean
changed the title
Architectural Specialization for Inter-Iteration Loop Dependence Patterns
Architectural Specialization for Inter-Iteration Loop Dependence Patterns(MICRO2014)
Nov 21, 2019
Repository owner
locked and limited conversation to collaborators
Nov 21, 2019
meton-robean
changed the title
Architectural Specialization for Inter-Iteration Loop Dependence Patterns(MICRO2014)
XLOOP: Architectural Specialization for Inter-Iteration Loop Dependence Patterns(MICRO2014)
Nov 22, 2019
XLOOP是利用 PyMTL和Pydgin来进行硬件实现和模型仿真 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Architectural Specialization for Inter-Iteration Loop Dependence Patterns
会议ppt
这个项目没有开源,但是公布了benchmark: https://github.com/cornell-brg/xloops-bmarks
创新点是根据循环的分类,自定义两种指令,其实本质是: 不是简单的新加指令,而是从指令的角度去看待,给指令增加一点新的语义信息,可以看做是一种语义标签,来使得后面的加速硬件可以识别循环内那几条特殊标记的指令,从而调度循环加速。
参考借鉴点是其对各种循环的分类角度 以及 对循环内的某些指令的区分(例如特别区分了循环中用于地址计算的 迭代计算指令 ,标记为addi.xi)
The text was updated successfully, but these errors were encountered: