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

Fix build errors #12

Merged

Conversation

AnushreeBannadabhavi
Copy link
Collaborator

@AnushreeBannadabhavi AnushreeBannadabhavi commented May 25, 2022

Changes:

  • Changes in 4 files in the 'llvm_passes' folder to fix LLTFI build errors
  • Changed input.yaml of 'memcpy1' sample program to fix the 'Unknown custom fault injection instruction selector' error
  • Merged changes present in: 50d2689

Copy link
Collaborator

@abrahamchan abrahamchan left a comment

Choose a reason for hiding this comment

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

@AnushreeBannadabhavi Only one minor comment above. Otherwise, LGTM!

@@ -96,8 +78,10 @@ class CustomTensorOperatorInstSelector : public HardwareFIInstSelector {

strcpy(opname, name.c_str());

std::cout<<"OpertaorName: "<<opname<<"\n";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can this be changed to "OperatorName" to fix the typo?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes. Pushed this change in the latest commit (234e1b0).

@abrahamchan abrahamchan merged commit 3126bd5 into DependableSystemsLab:master May 27, 2022
@abrahamchan abrahamchan mentioned this pull request May 27, 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