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

Improve fault injection time of LLTFI thorugh static linking #23

Closed
uditagarwal97 opened this issue Jul 27, 2022 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@uditagarwal97
Copy link
Collaborator

Currently, LLTFI takes a very large amount of time to do fault injection in NLP models (Bert: 890 s, GPT: 60 s). For GPT, there are 1.4B LLFI cycles i.e. there will be 1.4B calls to LLFI's shared library. How about we statically link the fault injection library in these cases? This should significantly reduce the fault injection time at the expense of increased binary size.

@uditagarwal97 uditagarwal97 added the enhancement New feature or request label Jul 27, 2022
@uditagarwal97
Copy link
Collaborator Author

Fixed in #63

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

No branches or pull requests

1 participant