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

Avoid Int128 operations #29

Merged
merged 5 commits into from
Oct 27, 2020
Merged

Avoid Int128 operations #29

merged 5 commits into from
Oct 27, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Oct 27, 2020

By bumping GPUArrays, materializing ReshapedArray before sending to the device.

@codecov
Copy link

codecov bot commented Oct 27, 2020

Codecov Report

Merging #29 into master will decrease coverage by 0.10%.
The diff coverage is 79.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   73.44%   73.33%   -0.11%     
==========================================
  Files          37       38       +1     
  Lines         915      930      +15     
==========================================
+ Hits          672      682      +10     
- Misses        243      248       +5     
Impacted Files Coverage Δ
src/oneAPI.jl 100.00% <ø> (ø)
test/runtests.jl 83.33% <ø> (ø)
src/pool.jl 66.66% <66.66%> (ø)
src/array.jl 80.32% <90.90%> (+0.81%) ⬆️
lib/level-zero/memory.jl 83.87% <100.00%> (-0.98%) ⬇️
lib/level-zero/residency.jl 100.00% <100.00%> (ø)
lib/level-zero/pointer.jl 35.71% <0.00%> (+1.78%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4dbdce1...d0721cb. Read the comment docs.

@maleadt maleadt merged commit 82b7f61 into master Oct 27, 2020
@maleadt maleadt deleted the tb/alias branch October 27, 2020 10:29
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