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

feat bundle: concolic generation, adapting latest TF, and more #66

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

ganler
Copy link
Member

@ganler ganler commented Dec 30, 2022

  1. concolic generation;
  2. adapt tensorflow variable naming convention to use v[n]_[m] instead of v[n].[m];
  3. a simplified memory limiter by constraining tensor element sizes;
  4. improve gir visualization and text representation;
  5. fix bugs in prior op spec;
  6. for symbolic dims, be conservative by asserting s > 0; while for concrete dims, be relaxed by asserting s >= 0;

1. concolic execution;
2. adapt tensorflow variable naming convention to use $v[n]_[m]$ instead of $v[n].[m]$;
3. a simplified memory limiter by constrainting tensor element sizes;
4. improve gir visualization and text representation;
5. fix bugs in prior op spec;
6. for symbolic dims, be conservative by asserting s > 0; while for concrete dims, be relaxed by asserting s >= 0;
@ganler ganler merged commit 7b793ff into ise-uiuc:main Dec 30, 2022
@ganler ganler deleted the gir-update branch December 30, 2022 21:03
@ganler ganler mentioned this pull request Dec 30, 2022
21 tasks
@ganler ganler mentioned this pull request Feb 19, 2023
1 task
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.

None yet

1 participant