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

drt: nodes structure refactoring and elimination of getFlatIdx #5903

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2024

  1. drt: getNestedIdx explicit output

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ff1ef32 View commit details
    Browse the repository at this point in the history
  2. curr_idx name changes

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    04489f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. drt: more name changing

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b22b872 View commit details
    Browse the repository at this point in the history
  2. drt: name fix

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4575e52 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. drt: name fixes

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1bc95be View commit details
    Browse the repository at this point in the history
  2. drt: backwards pattern propagation readability

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2142bfb View commit details
    Browse the repository at this point in the history
  3. drt: used access pattern guard

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f21978c View commit details
    Browse the repository at this point in the history
  4. drt: extraction of access patterns from nodes separated in its own fu…

    …nction
    
    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    63dc4f8 View commit details
    Browse the repository at this point in the history
  5. clang-tidy

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    60ed9ab View commit details
    Browse the repository at this point in the history
  6. drt: flexNodes decoupled from node vector structure

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cf43a48 View commit details
    Browse the repository at this point in the history
  7. drt: elimination of getNestedIdx

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    22fa597 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. drt: patterns generation uses vec of vec

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7b58407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    887ce70 View commit details
    Browse the repository at this point in the history
  3. drt: nodes structure changed

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    49bcd04 View commit details
    Browse the repository at this point in the history