Skip to content

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

Merged
ganler merged 1 commit intoise-uiuc:mainfrom
ganler:gir-update
Dec 30, 2022
Merged

feat bundle: concolic generation, adapting latest TF, and more#66
ganler merged 1 commit intoise-uiuc:mainfrom
ganler:gir-update

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.

1 participant