We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8988ac4 commit 05fea1aCopy full SHA for 05fea1a
src/abstractarray.jl
@@ -1,4 +1,4 @@
1
-import Base: show, showcompact, similar, convert, _reshape, map!, copyto!, map, copy, deepcopy
+import Base: similar, convert, _reshape, map!, copyto!, map, copy, deepcopy
2
3
# Dense GPU Array
4
abstract type GPUArray{T, N} <: DenseArray{T, N} end
0 commit comments