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

Remove access to underlying contiguous TL buffer in bb_flip op #3283

Merged
merged 4 commits into from
Aug 27, 2021

Conversation

klecki
Copy link
Contributor

@klecki klecki commented Aug 25, 2021

Description

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (Redesign of existing code that doesn't affect functionality)
  • Other (e.g. Documentation, Tests, Configuration)

What happened in this PR

Remove access to underlying contiguous TL buffer in bb_flip op

Additional information

  • Affected modules and functionalities:
    BbFlip

  • Key points relevant for the review:

Checklist

Tests

  • Existing tests apply
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: N/A

Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
@klecki
Copy link
Contributor Author

klecki commented Aug 25, 2021

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2841010]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2841010]: BUILD PASSED

Comment on lines 75 to 78
DALI_ENFORCE(IsType<float>(input.type()),
"Expected input data as float;"
" got " +
input.type().name());
Copy link
Member

Choose a reason for hiding this comment

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

Some formatter issue?

Copy link
Contributor

Choose a reason for hiding this comment

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

Use make_string instead of + on strings.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Comment on lines 81 to 82
" got " +
std::to_string(input.size()));
Copy link
Member

Choose a reason for hiding this comment

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

Some formatter issue?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
@klecki
Copy link
Contributor Author

klecki commented Aug 27, 2021

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2856786]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2856786]: BUILD PASSED

@klecki klecki merged commit 3fb2a83 into NVIDIA:main Aug 27, 2021
@JanuszL JanuszL mentioned this pull request Mar 30, 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.

5 participants