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

Fix mixed-buffer/mixed-shape broadcasts. #2290

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Fix mixed-buffer/mixed-shape broadcasts. #2290

merged 1 commit into from
Mar 15, 2024

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Mar 15, 2024

Fixes #2289

@maleadt maleadt added cuda array Stuff about CuArray. bugfix This gets something working again. labels Mar 15, 2024
Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.06%. Comparing base (2ae7d33) to head (73b5c23).

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #2290       +/-   ##
===========================================
+ Coverage   60.58%   72.06%   +11.47%     
===========================================
  Files         155      155               
  Lines       14830    14881       +51     
===========================================
+ Hits         8985    10724     +1739     
+ Misses       5845     4157     -1688     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maleadt maleadt merged commit 0044ea2 into master Mar 15, 2024
1 check passed
@maleadt maleadt deleted the tb/broadcast branch March 15, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This gets something working again. cuda array Stuff about CuArray.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug concerning broadcast between device array and unified array
1 participant