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 41661f0 commit e2897dcCopy full SHA for e2897dc
src/GPUArrays.jl
@@ -29,7 +29,6 @@ include("heuristics.jl")
29
include("indexing.jl")
30
include("linalg.jl")
31
include("mapreduce.jl")
32
-include("vectors.jl")
33
include("convolution.jl")
34
include("random.jl")
35
src/vectors.jl
test/testsuite.jl
@@ -51,7 +51,6 @@ function test(AT::Type{<:GPUArray})
51
TestSuite.test_indexing(AT)
52
TestSuite.test_io(AT)
53
TestSuite.test_base(AT)
54
- #TestSuite.test_vectors(AT)
55
TestSuite.test_mapreduce(AT)
56
TestSuite.test_broadcasting(AT)
57
TestSuite.test_linalg(AT)
0 commit comments