Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Support for missing values #125

Closed
ssz66666 opened this issue Aug 28, 2018 · 1 comment
Closed

Support for missing values #125

ssz66666 opened this issue Aug 28, 2018 · 1 comment

Comments

@ssz66666
Copy link

Right now missing values are not supported by CuArrays

julia> CuArray([missing,1])
2-element CuArray{Union{Missing, Int64},1}:
 missing
 missing
@maleadt
Copy link
Member

maleadt commented Feb 24, 2020

Closing in favor of https://github.com/JuliaGPU/CuArrays.jl/issues/549, which has some details on what needs to happen.

@maleadt maleadt closed this as completed Feb 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants