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

Preserve the buffer type when broadcasting. #383

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Dec 19, 2023

Similar to JuliaGPU/Metal.jl#273 and JuliaGPU/CUDA.jl#2203. To test this, I added some minimal wrappers for host memory, but it isn't functional yet.

Copy link

codecov bot commented Dec 19, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (3b97437) 84.54% compared to head (80fc38f) 84.68%.

Files Patch % Lines
src/array.jl 89.18% 4 Missing ⚠️
src/compiler/execution.jl 25.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #383      +/-   ##
==========================================
+ Coverage   84.54%   84.68%   +0.14%     
==========================================
  Files          40       40              
  Lines        1960     1998      +38     
==========================================
+ Hits         1657     1692      +35     
- Misses        303      306       +3     

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

@maleadt maleadt merged commit 41b30de into master Dec 19, 2023
1 check passed
@maleadt maleadt deleted the tb/broadcast_buffertype branch December 19, 2023 17:43
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.

None yet

1 participant