Skip to content
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

GANAX: A UnifiedMIMD-SIMD Acceleration for Generative Adversarial Networks #13

Open
meton-robean opened this issue Nov 10, 2019 · 1 comment

Comments

@meton-robean
Copy link
Owner

GANAX: A UnifiedMIMD-SIMD Acceleration for Generative Adversarial Networks

@meton-robean
Copy link
Owner Author

对于加速器设计来说,个人感觉比较重要的一点是PE的设计

image
作者将取数和计算解耦和,取数模块根据指令不停地计算访存地址,并将数据放入FIFO之中等待计算模块消费。当FIFO满了,取数模块进入等待状态。计算模块则不停从FIFO中取数,FIFO为空时也进入等待状态。这样的好处是,不需要在指令中指定操作数的地址,因为访存都具有一定的模式

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant