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

added shufflenet, fixed profiling issue #18

Conversation

AnushreeBannadabhavi
Copy link
Collaborator

@AnushreeBannadabhavi AnushreeBannadabhavi commented Jul 16, 2022

PR #17 has to be merged before merging changes in this PR.


void doProfiling(int opcode) {
assert(opcodecount[opcode] >= 0 &&
"dynamic instruction number too large to be handled by llfi");
opcodecount[opcode]++;
opcodecount[opcode]++;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the trailing whitespaces.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made changes in the commit: 097935c


int main(int argc, char *argv[]) {

// Input pointers needed for the model
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add indentation before this comment.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made changes in the commit: 097935c

@uditagarwal97 uditagarwal97 merged commit c3ce575 into DependableSystemsLab:master Jul 16, 2022
@hjiang13 hjiang13 mentioned this pull request Sep 19, 2022
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

Successfully merging this pull request may close these issues.

2 participants