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

[tmva[sofie] Fixes Broadcasting for constant input data #17772

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lmoneta
Copy link
Member

@lmoneta lmoneta commented Feb 19, 2025

Fix the broadcasting function to use as input a constant pointer to the data or a std::span

Fix also the generated code for Shape in cse the output tensor is constant

Fix the broadcasting function to use as input a constant pointer to the data or a std::span<const T>

Fix also the generated code for Shape in cse the output tensor is constant
@lmoneta lmoneta requested a review from sanjibansg February 19, 2025 17:13
@lmoneta lmoneta self-assigned this Feb 19, 2025
Copy link

github-actions bot commented Feb 20, 2025

Test Results

    18 files      18 suites   4d 16h 3m 9s ⏱️
 2 718 tests  2 717 ✅ 0 💤 1 ❌
47 241 runs  47 240 ✅ 0 💤 1 ❌

For more details on these failures, see this check.

Results for commit b792497.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@sanjibansg sanjibansg left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

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.

2 participants