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

Initial GPUArrays integration #232

Merged
merged 8 commits into from
Sep 13, 2024
Merged

Initial GPUArrays integration #232

merged 8 commits into from
Sep 13, 2024

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Sep 13, 2024

For a very underwhelming demo:

julia> CLArray([1]) .+ 1
1-element CLArray{Int64, 1}:
 2

Copy link

codecov bot commented Sep 13, 2024

Codecov Report

Attention: Patch coverage is 41.07143% with 33 lines in your changes missing coverage. Please review.

Project coverage is 71.60%. Comparing base (f0c934c) to head (99f662f).
Report is 9 commits behind head on master.

Files with missing lines Patch % Lines
src/gpuarrays.jl 12.90% 27 Missing ⚠️
src/array.jl 76.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
- Coverage   80.06%   71.60%   -8.46%     
==========================================
  Files           6        7       +1     
  Lines         316      324       +8     
==========================================
- Hits          253      232      -21     
- Misses         63       92      +29     

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

@maleadt maleadt merged commit daaf3cf into master Sep 13, 2024
5 checks passed
@maleadt maleadt deleted the tb/gpuarrays branch September 13, 2024 12:17
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.

1 participant