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

Remove 'view' implementation. #472

Merged
merged 1 commit into from
Oct 5, 2020
Merged

Remove 'view' implementation. #472

merged 1 commit into from
Oct 5, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Oct 5, 2020

SubArray works fine on GPU, and the existing override broke 'view(x, :)' due to nonexisting '.start'.

Fixes https://discourse.julialang.org/t/error-when-calling-2d-dynamic-kernel-with-view-argument/47647

SubArray works fine on GPU, and the existing override broke
'view(x, :)' due to nonexisting '.start'.
@maleadt maleadt added bugfix This gets something working again. cuda kernels Stuff about writing CUDA kernels. labels Oct 5, 2020
@codecov
Copy link

codecov bot commented Oct 5, 2020

Codecov Report

Merging #472 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #472   +/-   ##
=======================================
  Coverage   80.54%   80.54%           
=======================================
  Files         166      166           
  Lines        8852     8852           
=======================================
  Hits         7130     7130           
  Misses       1722     1722           

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 b83fc1b...3df8ba8. Read the comment docs.

@maleadt maleadt merged commit 9775b4f into master Oct 5, 2020
@maleadt maleadt deleted the tb/view branch October 5, 2020 12:32
maleadt added a commit that referenced this pull request Oct 5, 2020
Remove 'view' implementation.
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 kernels Stuff about writing CUDA kernels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant