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

Reshaped CuArray is not DenseCuArray #511

Closed
GiggleLiu opened this issue Oct 26, 2020 · 0 comments · Fixed by #512
Closed

Reshaped CuArray is not DenseCuArray #511

GiggleLiu opened this issue Oct 26, 2020 · 0 comments · Fixed by #512
Labels
bug Something isn't working cuda array Stuff about CuArray.

Comments

@GiggleLiu
Copy link
Contributor

This bug only appears in the master branch.

julia> using CUDA

julia> reshape(CUDA.randn(8,8), :) isa DenseCuArray
false
@GiggleLiu GiggleLiu added the bug Something isn't working label Oct 26, 2020
@maleadt maleadt added the cuda array Stuff about CuArray. label Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cuda array Stuff about CuArray.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants