Merged
Conversation
There was a problem hiding this comment.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
sam/onyx/hw_nodes/compute_node.py:238
- [nitpick] The returned tuple now includes additional configuration values. Consider adding an inline comment or updating the method documentation to clarify the order and correspondence of these values with the configuration dictionary.
return (op_code, bypass_rv, pe_only, pe_in_external, active_inputs, 0, 1, 0), cfg_kwargs
sam/onyx/hw_nodes/compute_node.py:236
- [nitpick] The inline comment for 'active_1b_output' is nearly identical to that for 'active_16b_output' and may cause confusion. Consider rewording the comment to clearly distinguish the intended behavior for the 1b output.
'active_1b_output': 0 # sparse apps can only use the 16b output of the ALU and cannot use the 1b output
mbstrange2
requested changes
Apr 8, 2025
Collaborator
mbstrange2
left a comment
There was a problem hiding this comment.
Could you make the 0, 1, 0 be variables instead that are hardcoded to match the style of the rest of this? Will make future changes more seamless if needed.
Collaborator
Author
Sure! done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corresponding AHA CI is here: StanfordAHA/aha#2023