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

about MAC cycle in NVDLA_OpenSource_Performance file #51

Open
HKLee2040 opened this issue Nov 12, 2017 · 0 comments
Open

about MAC cycle in NVDLA_OpenSource_Performance file #51

HKLee2040 opened this issue Nov 12, 2017 · 0 comments

Comments

@HKLee2040
Copy link
Contributor

If the MAC number is 1024 and C/K are multiples of 16, convolution layer,
according to the equation of MAC cycle:

CEILING(E11L11M11, 16)*CEILING(IF(K11, F11, F11-I11+1)/L11, 1)*CEILING(IF(K11, G11, G11-J11+1)/M11,1)CEILING(H11IF(D11="fc", $C$9, 1), 16)I11J11/L11/M11/$C$4/IF(I11=3, IF(J11=3, 2.25, 1), 1)/IF(D11="fc", $C$9, 1)

Does it means that the utilization of MAC in this layer is equal to 100%?

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

2 participants