-
Notifications
You must be signed in to change notification settings - Fork 7
AIESW-871: Adding df_bw support(AIESW-6825) #41
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -8,10 +8,18 @@ | |||||||
| "stride": 4, | ||||||||
| "value": 3735928559 | ||||||||
| } | ||||||||
| }, | ||||||||
| { | ||||||||
| "name" : "ofm", | ||||||||
| "size" : 1073741824, | ||||||||
| "init" : { | ||||||||
| "stride": 4, | ||||||||
| "value": 0 | ||||||||
| } | ||||||||
| } | ||||||||
| ], | ||||||||
| "execution" : { | ||||||||
|
||||||||
| "execution" : { | |
| "execution" : { | |
| // _comment: With a buffer size of 1GB (1073741824 bytes) and 100 iterations, the total data transferred is 100GB. The number of iterations was chosen to achieve a total transfer of 100GB for bandwidth profiling. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we can comment these json files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The size value 1073741824 is a magic number. Consider adding a comment indicating this is 1GB (102410241024 bytes) to improve readability and match the PR description's reference to '1GB transfer'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size is 1073741824 because the elf transfers 1GB data thus allocated 1GB buffer