Skip to content

Commit d0d0c5f

Browse files
committed
Add a TODO. [ci skip]
1 parent 239b248 commit d0d0c5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/host/abstractarray.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ end
169169

170170
## other
171171

172+
# FIXME: this is slow, and shouldn't require broadcast in the common cast
172173
Base.copy(x::AbstractGPUArray) = identity.(x)
173174

174175
Base.deepcopy(x::AbstractGPUArray) = copy(x)

0 commit comments

Comments
 (0)