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

[BUG REPORT] total memory_wirte and total memory_read wrong. #36

Open
lllukehuang opened this issue Nov 25, 2021 · 0 comments
Open

[BUG REPORT] total memory_wirte and total memory_read wrong. #36

lllukehuang opened this issue Nov 25, 2021 · 0 comments

Comments

@lllukehuang
Copy link

In the total result row, the results of total memory_wirte and total memory_read are incorrect, which just show the last layer's result.

total_df = pd.Series([total_parameters_quantity, total_memory,
total_operation_quantity, total_flops,
total_duration, mread, mwrite, total_memrw],
index=['params', 'memory(MB)', 'MAdd', 'Flops', 'duration[%]',
'MemRead(B)', 'MemWrite(B)', 'MemR+W(B)'],
name='total')

Here should be total_mread and 'total_mwrite' rather than mread and 'mwrite'.

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

No branches or pull requests

1 participant